/openbmc/qemu/audio/ |
H A D | audio.c | 120 int audio_bug (const char *funcname, int cond) in audio_bug()
|
/openbmc/linux/drivers/net/can/spi/ |
H A D | mcp251x.c | 410 #define mcp251x_read_stat_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
|
/openbmc/linux/fs/reiserfs/ |
H A D | reiserfs.h | 906 #define __RASSERT(cond, scond, format, args...) \ argument 914 #define RASSERT(cond, format, args...) __RASSERT(cond, #cond, format, ##args) argument 917 #define RFALSE(cond, format, args...) __RASSERT(!(cond), "!(" #cond ")", format, ##args) argument 919 #define RFALSE( cond, format, args... ) do {;} while( 0 ) argument
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 2515 pthread_cond_t *cond; member 2544 pthread_cond_t cond; in FIXTURE() local
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_hevc_req_multi_if.c | 23 #define GET_HEVC_VDEC_FLAG(cond, flag) \ argument
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hnae.h | 583 #define assert(cond) argument
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_sample_user.c | 38 #define __sample_print(fmt, cond, ...) \ argument
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | phy.h | 583 #define rtw89_rfk_parser_by_cond(dev, cond, tbl_t, tbl_f) \ argument
|
/openbmc/qemu/hw/scsi/ |
H A D | lsi53c895a.c | 1517 int cond; in lsi_execute_script() local
|
/openbmc/qemu/target/rx/ |
H A D | disas.c | 131 static const char cond[][4] = { variable
|
/openbmc/linux/security/apparmor/ |
H A D | apparmorfs.c | 627 struct path_cond cond = { }; in profile_query_cb() local
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | phy.c | 252 u32 cond = condition; in _check_condition() local
|
/openbmc/linux/mm/ |
H A D | percpu.c | 2595 #define PCPU_SETUP_BUG_ON(cond) do { \ in pcpu_setup_first_chunk() argument
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | habanalabs.h | 2558 #define hl_poll_timeout_common(hdev, addr, val, cond, sleep_us, timeout_us, elbi) \ argument 2593 #define hl_poll_timeout(hdev, addr, val, cond, sleep_us, timeout_us) \ argument 2596 #define hl_poll_timeout_elbi(hdev, addr, val, cond, sleep_us, timeout_us) \ argument 2669 #define hl_poll_timeout_memory(hdev, addr, val, cond, sleep_us, timeout_us, \ argument
|
/openbmc/linux/include/linux/ |
H A D | sched.h | 168 # define debug_normal_state_change(cond) do { } while (0) argument 169 # define debug_special_state_change(cond) do { } while (0) argument
|
/openbmc/linux/drivers/iio/adc/ |
H A D | stm32-adc.c | 585 #define stm32_adc_readl_poll_timeout(reg, val, cond, sleep_us, timeout_us) \ argument
|
/openbmc/qemu/hw/usb/ |
H A D | redirect.c | 273 static gboolean usbredir_write_unblocked(void *do_not_use, GIOCondition cond, in usbredir_write_unblocked()
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.h | 435 target_ulong cond; /* conditional branch result (XXX: save it in a member
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 430 static void gen_brcond(DisasContext *dc, TCGCond cond, in gen_brcond() 441 static void gen_brcondi(DisasContext *dc, TCGCond cond, in gen_brcondi()
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 606 static void do_bf(DisasContext *dc, arg_l_bf *a, TCGCond cond) in do_bf()
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | ops.c | 1250 int cond; in x86emuOp_jump_near_cond() local
|
/openbmc/linux/drivers/ata/ |
H A D | libata-scsi.c | 3481 u8 cond, type, non_seq, reset; in ata_scsi_report_zones_complete() local
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | processor.h | 1025 #define TEST_ASSERT_MSR(cond, fmt, msr, str, args...) \ argument
|
/openbmc/linux/drivers/dma/xilinx/ |
H A D | xilinx_dma.c | 528 #define xilinx_dma_poll_timeout(chan, reg, val, cond, delay_us, timeout_us) \ argument
|
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit.h | 135 static inline int invert_bpf_cond(u8 cond) in invert_bpf_cond()
|