/Linux-v6.6/include/trace/ |
D | define_trace.h | 31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 68 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
|
/Linux-v6.6/tools/testing/scatterlist/ |
D | main.c | 30 static void fail(struct test *test, struct sg_table *st, const char *cond) in fail() 48 #define VALIDATE(cond, st, test) \ argument
|
/Linux-v6.6/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_def.h | 27 # define dev_dbg_f_cond(dev, cond, fmt, args...) ({ \ argument 35 # define dev_dbg_f_cond(dev, cond, fmt, args...) do { (void)(dev); } while (0) argument
|
/Linux-v6.6/arch/arm/include/asm/ |
D | domain.h | 121 #define TUSERCOND(instr, cond) #instr "t" #cond argument 124 #define TUSERCOND(instr, cond) #instr #cond argument
|
D | spinlock.h | 29 #define WFE(cond) __ALT_SMP_ASM( \ argument 36 #define WFE(cond) __ALT_SMP_ASM("wfe" cond, "nop") argument
|
/Linux-v6.6/include/sound/ |
D | hdaudio_ext.h | 146 #define snd_hdac_adsp_readb_poll(chip, reg, val, cond, delay_us, timeout_us) \ argument 149 #define snd_hdac_adsp_readw_poll(chip, reg, val, cond, delay_us, timeout_us) \ argument 152 #define snd_hdac_adsp_readl_poll(chip, reg, val, cond, delay_us, timeout_us) \ argument 155 #define snd_hdac_adsp_readq_poll(chip, reg, val, cond, delay_us, timeout_us) \ argument
|
/Linux-v6.6/net/tipc/ |
D | trace.h | 235 #define DEFINE_SK_EVENT_FILTER_COND(name, cond) \ argument 275 #define DEFINE_LINK_EVENT_COND(name, cond) \ argument
|
/Linux-v6.6/include/linux/ |
D | context_tracking.h | 89 #define CT_WARN_ON(cond) WARN_ON(context_tracking_enabled() && (cond)) argument 102 #define CT_WARN_ON(cond) do { } while (0) argument
|
D | processor.h | 49 #define spin_until_cond(cond) \ argument
|
/Linux-v6.6/kernel/locking/ |
D | spinlock_debug.c | 80 #define SPIN_BUG_ON(cond, lock, msg) if (unlikely(cond)) spin_bug(lock, msg) argument 156 #define RWLOCK_BUG_ON(cond, lock, msg) if (unlikely(cond)) rwlock_bug(lock, msg) argument
|
/Linux-v6.6/drivers/gpu/host1x/hw/ |
D | opcodes.h | 43 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 97 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
/Linux-v6.6/tools/testing/selftests/sync/ |
D | synctest.h | 34 #define ASSERT(cond, msg) do { \ argument
|
/Linux-v6.6/fs/jfs/ |
D | jfs_lock.h | 22 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \ argument
|
/Linux-v6.6/arch/powerpc/net/ |
D | bpf_jit.h | 43 #define PPC_BCC_SHORT(cond, dest) \ argument 96 #define PPC_BCC(cond, dest) do { \ argument
|
/Linux-v6.6/tools/include/linux/ |
D | kernel.h | 62 #define BUG_ON(cond) do { if (cond) {} } while (0) argument 64 #define BUG_ON(cond) assert(!(cond)) argument
|
/Linux-v6.6/arch/parisc/math-emu/ |
D | sfcmp.c | 37 unsigned int cond, unsigned int *status) in sgl_fcmp()
|
D | dfcmp.c | 38 unsigned int cond, unsigned int *status) in dbl_fcmp()
|
/Linux-v6.6/arch/alpha/boot/ |
D | misc.c | 65 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument 72 # define Assert(cond,msg) argument
|
/Linux-v6.6/include/net/ |
D | net_debug.h | 131 #define netif_cond_dbg(priv, type, netdev, cond, level, fmt, args...) \ argument 152 #define DEBUG_NET_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) argument 154 #define DEBUG_NET_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) argument
|
/Linux-v6.6/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
D | assert_support.h | 66 static inline void compile_time_assert(unsigned int cond) in compile_time_assert()
|
/Linux-v6.6/tools/lib/perf/include/internal/ |
D | tests.h | 47 #define __T(text, cond) \ argument
|
/Linux-v6.6/drivers/net/wireless/realtek/rtw89/ |
D | fw.c | 419 bool (*cond)(u32 suit_ver_code, u32 comp_ver_code); member 2937 unsigned int cond; in rtw89_fw_h2c_del_pkt_offload() local 2976 unsigned int cond; in rtw89_fw_h2c_add_pkt_offload() local 3029 unsigned int cond; in rtw89_fw_h2c_scan_list_offload() local 3096 unsigned int cond; in rtw89_fw_h2c_scan_offload() local 4296 struct rtw89_wait_info *wait, unsigned int cond) in rtw89_h2c_tx_and_wait() 4319 unsigned int cond; in rtw89_fw_h2c_add_mcc() local 4366 unsigned int cond; in rtw89_fw_h2c_start_mcc() local 4402 unsigned int cond; in rtw89_fw_h2c_stop_mcc() local 4432 unsigned int cond; in rtw89_fw_h2c_del_mcc_group() local [all …]
|
/Linux-v6.6/arch/nios2/boot/compressed/ |
D | misc.c | 55 # define Assert(cond, msg) {if (!(cond)) error(msg); } argument 62 # define Assert(cond, msg) argument
|
/Linux-v6.6/sound/core/ |
D | pcm_lib.c | 1145 int snd_pcm_hw_rule_add(struct snd_pcm_runtime *runtime, unsigned int cond, in snd_pcm_hw_rule_add() 1297 unsigned int cond, in snd_pcm_hw_constraint_list() 1328 unsigned int cond, in snd_pcm_hw_constraint_ranges() 1363 unsigned int cond, in snd_pcm_hw_constraint_ratnums() 1397 unsigned int cond, in snd_pcm_hw_constraint_ratdens() 1441 unsigned int cond, in snd_pcm_hw_constraint_msbits() 1470 unsigned int cond, in snd_pcm_hw_constraint_step() 1501 unsigned int cond, in snd_pcm_hw_constraint_pow2()
|
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | runl.h | 114 #define nvkm_runl_find_engn(engn,runl,cond) nvkm_list_find(engn, &(runl)->engns, head, (cond)) argument 118 #define nvkm_runl_foreach_cond(runl,fifo,cond) nvkm_list_foreach(runl, &(fifo)->runls, head, (cond)) argument 120 #define nvkm_runl_foreach_engn_cond(engn,runl,cond) \ argument
|