Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 173) sorted by relevance

1234567

/linux/fs/bcachefs/
H A Derror.h48 #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/arch/parisc/include/asm/
H A Dalternative.h26 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/include/linux/
H A Drculist.h62 #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
H A Dbug.h18 #define MAYBE_BUILD_BUG_ON(cond) (0) argument
21 #define MAYBE_BUILD_BUG_ON(cond) \ argument
H A Dcompiler.h55 #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) argument
57 #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond)) argument
59 #define __trace_if_value(cond) ({ \ argument
/linux/security/apparmor/
H A Dfile.c150 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/drivers/gpu/drm/nouveau/include/nvif/
H A Dtimer.h22 #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/tools/perf/util/
H A Dmutex.h77 struct cond { struct
78 pthread_cond_t cond; argument
/linux/arch/loongarch/net/
H A Dbpf_jit.h175 static inline int invert_jmp_cond(u8 cond) in invert_jmp_cond()
203 static inline void cond_jmp_offset(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in cond_jmp_offset()
251 static inline void cond_jmp_offs26(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in cond_jmp_offs26()
264 static inline int emit_cond_jmp(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in emit_cond_jmp()
296 static inline int emit_tailcall_jmp(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in emit_tailcall_jmp()
/linux/tools/testing/shared/linux/
H A Drcupdate.h8 #define rcu_dereference_protected(p, cond) rcu_dereference(p) argument
9 #define rcu_dereference_check(p, cond) rcu_dereference(p) argument
/linux/tools/bootconfig/include/linux/
H A Dbootconfig.h18 #define WARN_ON(cond) \ argument
22 #define unlikely(cond) (cond) argument
/linux/include/media/
H A Dv4l2-device.h293 #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/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dpp_debug.h37 #define PP_ASSERT_WITH_CODE(cond, msg, code) \ argument
45 #define PP_ASSERT(cond, msg) \ argument
/linux/arch/arm/lib/
H A Dmemcpy.S29 .macro ldr1b ptr reg cond=al abort
41 .macro str1b ptr reg cond=al abort
H A Dcopy_to_user.S48 .macro ldr1b ptr reg cond=al abort
89 .macro str1b ptr reg cond=al abort
H A Dcopy_from_user.S76 .macro ldr1b ptr reg cond=al abort
90 .macro str1b ptr reg cond=al abort
/linux/include/net/
H A Dnet_debug.h131 #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/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtimer.h52 #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
/linux/tools/include/linux/
H A Drefcount.h45 #define REFCOUNT_WARN(cond, str) (void)(cond) argument
48 #define REFCOUNT_WARN(cond, str) BUG_ON(cond) argument
/linux/arch/arm/boot/compressed/
H A Ddecompress.c16 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument
23 # define Assert(cond,msg) argument
/linux/drivers/gpu/drm/i915/
H A Di915_gem.h91 #define __GEM_BUG(cond) BUG() argument
93 #define __GEM_BUG(cond) \ argument
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_def.h27 # 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/tools/testing/scatterlist/
H A Dmain.c30 static void fail(struct test *test, struct sg_table *st, const char *cond) in fail()
48 #define VALIDATE(cond, st, test) \ argument
/linux/arch/arm/include/asm/
H A Ddomain.h121 #define TUSERCOND(instr, cond) #instr "t" #cond argument
124 #define TUSERCOND(instr, cond) #instr #cond argument
/linux/include/sound/
H A Dhdaudio_ext.h152 snd_hdac_adsp_readb_poll(chip,reg,val,cond,delay_us,timeout_us) global() argument
155 snd_hdac_adsp_readw_poll(chip,reg,val,cond,delay_us,timeout_us) global() argument
158 snd_hdac_adsp_readl_poll(chip,reg,val,cond,delay_us,timeout_us) global() argument
161 snd_hdac_adsp_readq_poll(chip,reg,val,cond,delay_us,timeout_us) global() argument

1234567