/linux-6.14.4/include/linux/ |
D | mmdebug.h | 21 #define VM_BUG_ON(cond) BUG_ON(cond) argument 22 #define VM_BUG_ON_PAGE(cond, page) \ argument 29 #define VM_BUG_ON_FOLIO(cond, folio) \ argument 36 #define VM_BUG_ON_VMA(cond, vma) \ argument 43 #define VM_BUG_ON_MM(cond, mm) \ argument 50 #define VM_WARN_ON_ONCE_PAGE(cond, page) ({ \ argument 61 #define VM_WARN_ON_FOLIO(cond, folio) ({ \ argument 70 #define VM_WARN_ON_ONCE_FOLIO(cond, folio) ({ \ argument 81 #define VM_WARN_ON_ONCE_MM(cond, mm) ({ \ argument 92 #define VM_WARN_ON_VMG(cond, vmg) ({ \ argument [all …]
|
D | iopoll.h | 36 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, \ argument 84 #define read_poll_timeout_atomic(op, val, cond, delay_us, timeout_us, \ argument 134 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument 154 #define readx_poll_timeout_atomic(op, addr, val, cond, delay_us, timeout_us) \ argument 157 #define readb_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 160 #define readb_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 163 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 166 #define readw_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 169 #define readl_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 172 #define readl_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument [all …]
|
D | rculist.h | 62 #define __list_check_rcu(dummy, cond, extra...) \ argument 69 #define __list_check_srcu(cond) \ argument 75 #define __list_check_rcu(dummy, cond, extra...) \ argument 78 #define __list_check_srcu(cond) ({ }) argument 436 #define list_for_each_entry_rcu(pos, head, member, cond...) \ argument 455 #define list_for_each_entry_srcu(pos, head, member, cond) \ argument 753 #define hlist_for_each_entry_rcu(pos, head, member, cond...) \ argument 774 #define hlist_for_each_entry_srcu(pos, head, member, cond) \ argument
|
D | bug.h | 18 #define MAYBE_BUILD_BUG_ON(cond) (0) argument 21 #define MAYBE_BUILD_BUG_ON(cond) \ argument
|
/linux-6.14.4/fs/bcachefs/ |
D | error.h | 48 #define bch2_fs_inconsistent_on(cond, ...) \ argument 67 #define bch2_trans_inconsistent_on(cond, trans, ...) \ argument 123 #define __fsck_err_on(cond, c, _flags, _err_type, ...) \ argument 136 #define mustfix_fsck_err_on(cond, c, _err_type, ...) \ argument 142 #define fsck_err_on(cond, c, _err_type, ...) \ argument 148 #define log_fsck_err_on(cond, ...) \ argument 180 #define bkey_fsck_err_on(cond, ...) \ argument 199 #define bch2_fs_fatal_err_on(cond, c, ...) \ argument 219 #define bch2_dev_io_err_on(cond, ca, _type, ...) \ argument 230 #define bch2_dev_inum_io_err_on(cond, ca, _type, ...) \ argument
|
/linux-6.14.4/tools/testing/selftests/nolibc/ |
D | nolibc-test.c | 185 #define EXPECT_ZR(cond, expr) \ argument 199 #define EXPECT_NZ(cond, expr, val) \ argument 213 #define EXPECT_EQ(cond, expr, val) \ argument 227 #define EXPECT_NE(cond, expr, val) \ argument 241 #define EXPECT_GE(cond, expr, val) \ argument 255 #define EXPECT_GT(cond, expr, val) \ argument 269 #define EXPECT_LE(cond, expr, val) \ argument 283 #define EXPECT_LT(cond, expr, val) \ argument 297 #define EXPECT_SYSZR(cond, expr) \ argument 320 #define EXPECT_SYSEQ(cond, expr, val) \ argument [all …]
|
/linux-6.14.4/tools/perf/arch/sparc/annotate/ |
D | instructions.c | 3 static int is_branch_cond(const char *cond) in is_branch_cond() 63 static int is_branch_reg_cond(const char *cond) in is_branch_reg_cond() 88 static int is_branch_float_cond(const char *cond) in is_branch_float_cond() 140 const char *cond = name + 1; in sparc__associate_instruction_ops() local
|
/linux-6.14.4/arch/parisc/include/asm/ |
D | alternative.h | 26 u16 cond; /* see ALT_COND_XXX */ member 36 #define ALTERNATIVE(cond, replacement) "!0:" \ argument 47 #define ALTERNATIVE(from, to, cond, replacement)\ argument 56 #define ALTERNATIVE_CODE(from, num_instructions, cond, new_instr_ptr)\ argument
|
/linux-6.14.4/security/apparmor/ |
D | file.c | 150 const char **name, struct path_cond *cond, u32 request) in path_name() 181 aa_state_t state, struct path_cond *cond) in aa_lookup_fperms() 205 const char *name, struct path_cond *cond, in aa_str_perms() 217 u32 request, struct path_cond *cond, int flags, in __aa_path_perm() 239 struct path_cond *cond, int flags, in profile_path_perm() 272 struct path_cond *cond) in aa_path_perm() 317 struct path_cond *cond) in profile_path_link() 426 struct path_cond cond = { in aa_path_link() local 480 struct path_cond cond = { in __file_path_perm() local
|
/linux-6.14.4/drivers/gpu/drm/nouveau/include/nvif/ |
D | timer.h | 22 #define nvif_nsec(d,n,cond...) ({ \ argument 33 #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) argument 34 #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) argument
|
/linux-6.14.4/tools/perf/util/ |
D | mutex.h | 77 struct cond { struct 78 pthread_cond_t cond; argument
|
/linux-6.14.4/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 72 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument 80 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument 116 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) argument
|
/linux-6.14.4/arch/loongarch/net/ |
D | bpf_jit.h | 180 static inline int invert_jmp_cond(u8 cond) in invert_jmp_cond() 208 static inline void cond_jmp_offset(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in cond_jmp_offset() 256 static inline void cond_jmp_offs26(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in cond_jmp_offs26() 269 static inline int emit_cond_jmp(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in emit_cond_jmp() 301 static inline int emit_tailcall_jmp(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in emit_tailcall_jmp()
|
/linux-6.14.4/tools/testing/shared/linux/ |
D | rcupdate.h | 8 #define rcu_dereference_protected(p, cond) rcu_dereference(p) argument 9 #define rcu_dereference_check(p, cond) rcu_dereference(p) argument
|
/linux-6.14.4/tools/bootconfig/include/linux/ |
D | bootconfig.h | 18 #define WARN_ON(cond) \ argument 22 #define unlikely(cond) (cond) argument
|
/linux-6.14.4/arch/x86/include/asm/ |
D | paravirt_types.h | 403 #define ____PVOP_ALT_CALL(ret, op, alt, cond, call_clbr, \ argument 422 #define __PVOP_ALT_CALL(rettype, op, alt, cond, ...) \ argument 431 #define __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond, ...) \ argument 440 #define __PVOP_ALT_VCALL(op, alt, cond, ...) \ argument 449 #define __PVOP_ALT_VCALLEESAVE(op, alt, cond, ...) \ argument 458 #define PVOP_ALT_CALL0(rettype, op, alt, cond) \ argument 460 #define PVOP_ALT_VCALL0(op, alt, cond) \ argument 467 #define PVOP_ALT_CALLEE0(rettype, op, alt, cond) \ argument 469 #define PVOP_ALT_VCALLEE0(op, alt, cond) \ argument 477 #define PVOP_ALT_VCALL1(op, arg1, alt, cond) \ argument [all …]
|
/linux-6.14.4/arch/arm64/kvm/hyp/ |
D | aarch32.c | 51 int cond; in kvm_condition_valid32() local 112 unsigned long itbits, cond; in kvm_adjust_itstate() local
|
/linux-6.14.4/drivers/gpu/drm/amd/pm/powerplay/inc/ |
D | pp_debug.h | 37 #define PP_ASSERT_WITH_CODE(cond, msg, code) \ argument 45 #define PP_ASSERT(cond, msg) \ argument
|
/linux-6.14.4/include/media/ |
D | v4l2-device.h | 293 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 318 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 350 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 385 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
|
/linux-6.14.4/arch/arm/lib/ |
D | memcpy.S | 29 .macro ldr1b ptr reg cond=al abort 41 .macro str1b ptr reg cond=al abort
|
D | copy_to_user.S | 48 .macro ldr1b ptr reg cond=al abort 89 .macro str1b ptr reg cond=al abort
|
D | copy_from_user.S | 76 .macro ldr1b ptr reg cond=al abort 90 .macro str1b ptr reg cond=al abort
|
/linux-6.14.4/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 153 #define DEBUG_NET_WARN_ONCE(cond, format...) ((void)WARN_ONCE(cond, format)) argument 155 #define DEBUG_NET_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) argument 156 #define DEBUG_NET_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) argument
|
/linux-6.14.4/fs/unicode/ |
D | utf8-selftest.c | 20 #define _test(cond, func, line, fmt, ...) do { \ argument 30 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__) argument 31 #define test(cond) _test(cond, __func__, __LINE__, "") argument
|
/linux-6.14.4/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | timer.h | 52 #define nvkm_nsec(d,n,cond...) ({ \ argument 66 #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) argument 67 #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) argument
|