Home
last modified time | relevance | path

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

12345678

/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c185 #define EXPECT_ZR(cond, expr) \ argument
199 #define EXPECT_NZ(cond, expr) \ 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 EXPECT_GT(cond,expr,val) global() argument
269 EXPECT_LE(cond,expr,val) global() argument
283 EXPECT_LT(cond,expr,val) global() argument
297 EXPECT_SYSZR(cond,expr) global() argument
320 EXPECT_SYSEQ(cond,expr,val) global() argument
340 EXPECT_SYSNE(cond,expr,val) global() argument
363 EXPECT_SYSER2(cond,expr,expret,experr1,experr2) global() argument
366 EXPECT_SYSER(cond,expr,expret,experr) global() argument
392 EXPECT_PTRZR(cond,expr) global() argument
411 EXPECT_PTRNZ(cond,expr) global() argument
429 EXPECT_PTREQ(cond,expr,cmp) global() argument
447 EXPECT_PTRNE(cond,expr,cmp) global() argument
465 EXPECT_PTRGE(cond,expr,cmp) global() argument
478 EXPECT_PTRGT(cond,expr,cmp) global() argument
492 EXPECT_PTRLE(cond,expr,cmp) global() argument
506 EXPECT_PTRLT(cond,expr,cmp) global() argument
519 EXPECT_PTRER2(cond,expr,expret,experr1,experr2) global() argument
522 EXPECT_PTRER(cond,expr,expret,experr) global() argument
545 EXPECT_STRZR(cond,expr) global() argument
564 EXPECT_STRNZ(cond,expr) global() argument
583 EXPECT_STREQ(cond,expr,cmp) global() argument
602 EXPECT_STRNE(cond,expr,cmp) global() argument
620 EXPECT_STRBUFEQ(cond,expr,buf,val,cmp) global() argument
640 EXPECT_STRTOX(cond,func,input,base,expected,chars,expected_errno) global() argument
[all...]
/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/trace/
H A Ddefine_trace.h31 #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
88 #define DECLARE_TRACE_EVENT_CONDITION(name, proto, args, cond) \ argument
124 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) argument
129 #define DECLARE_TRACE_EVENT_CONDITION(name, proto, args, cond) argument
/linux/security/apparmor/
H A Dfile.c151 const char **name, struct path_cond *cond, u32 request) in path_name()
183 aa_state_t state, struct path_cond *cond) in aa_lookup_condperms()
210 const char *name, struct path_cond *cond, in aa_str_perms()
223 u32 request, struct path_cond *cond, int flags, in __aa_path_perm()
245 struct path_cond *cond, int flags, in profile_path_perm()
278 struct path_cond *cond) in aa_path_perm()
323 struct path_cond *cond) in profile_path_link()
433 struct path_cond cond = { in aa_path_link() local
487 struct path_cond cond = { in __file_path_perm() local
H A Ddomain.c136 struct path_cond cond = { }; in label_compound_match() local
199 struct path_cond cond = { }; in label_components_match() local
662 char *buffer, struct path_cond *cond, in profile_transition()
795 char *buffer, struct path_cond *cond, in profile_onexec()
871 char *buffer, struct path_cond *cond, in handle_onexec()
929 struct path_cond cond = { in apparmor_bprm_creds_for_exec() 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/arch/loongarch/net/
H A Dbpf_jit.h181 static inline int invert_jmp_cond(u8 cond) in invert_jmp_cond()
209 static inline void cond_jmp_offset(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in cond_jmp_offset()
257 static inline void cond_jmp_offs26(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in cond_jmp_offs26()
270 static inline int emit_cond_jmp(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in emit_cond_jmp()
302 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/tools/perf/util/
H A Dmutex.h96 struct cond { struct
97 pthread_cond_t cond; member
/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 __v4l2_device_call_subdevs_until_err_p(v4l2_dev,sd,cond,o,f,args...) global() argument
385 __v4l2_device_call_subdevs_until_err(v4l2_dev,cond,o,f,args...) global() argument
[all...]
/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/testing/selftests/net/tcp_ao/lib/
H A Dsock.c91 struct tcp_counters *c, test_cnt cond, in __test_skpair_poll()
149 test_cnt cond, volatile int *err) in test_skpair_wait_poll()
590 test_cnt cond, volatile int *err, in _test_server_run()
632 int test_skpair_server(int sk, ssize_t quota, test_cnt cond, volatile int *err) in test_skpair_server()
648 struct tcp_counters *c, test_cnt cond, in test_client_loop()
714 test_cnt cond, volatile int *err) in test_skpair_client()
/linux/include/linux/
H A Dtracepoint.h269 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
408 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
471 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
485 #define DECLARE_TRACE_EVENT_CONDITION(name, proto, args, cond) \ argument
614 args, cond) \ argument
623 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument
627 #define TRACE_EVENT_CONDITION(name, proto, args, 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/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/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
H A Dspinlock.h29 #define WFE(cond) __ALT_SMP_ASM( \ argument
36 #define WFE(cond) __ALT_SMP_ASM("wfe" cond, "nop") argument

12345678