| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 186 #define EXPECT_ZR(cond, expr) \ argument 200 #define EXPECT_NZ(cond, expr) \ argument 214 #define EXPECT_EQ(cond, expr, val) \ argument 228 #define EXPECT_NE(cond, expr, val) \ argument 242 #define EXPECT_GE(cond, expr, val) \ argument 256 #define EXPECT_GT(cond, expr, val) \ argument 270 #define EXPECT_LE(cond, expr, val) \ argument 284 #define EXPECT_LT(cond, expr, val) \ argument 298 #define EXPECT_SYSZR(cond, expr) \ argument 321 #define EXPECT_SYSEQ(cond, expr, val) \ argument [all …]
|
| /linux/arch/parisc/include/asm/ |
| H A 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/include/trace/ |
| H A 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 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 D | file.c | 151 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 D | domain.c | 136 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 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/arch/x86/include/asm/ |
| H A D | paravirt_types.h | 407 #define ____PVOP_ALT_CALL(ret, op, alt, cond, call_clbr, \ argument 426 #define __PVOP_ALT_CALL(rettype, op, alt, cond, ...) \ argument 435 #define __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond, ...) \ argument 444 #define __PVOP_ALT_VCALL(op, alt, cond, ...) \ argument 453 #define __PVOP_ALT_VCALLEESAVE(op, alt, cond, ...) \ argument 462 #define PVOP_ALT_CALL0(rettype, op, alt, cond) \ argument 464 #define PVOP_ALT_VCALL0(op, alt, cond) \ argument 471 #define PVOP_ALT_CALLEE0(rettype, op, alt, cond) \ argument 473 #define PVOP_ALT_VCALLEE0(op, alt, cond) \ argument 481 #define PVOP_ALT_VCALL1(op, arg1, alt, cond) \ argument [all …]
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.h | 207 static inline int invert_jmp_cond(u8 cond) in invert_jmp_cond() 235 static inline void cond_jmp_offset(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in cond_jmp_offset() 283 static inline void cond_jmp_offs26(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in cond_jmp_offs26() 296 static inline int emit_cond_jmp(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in emit_cond_jmp() 328 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 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/tools/bootconfig/include/linux/ |
| H A D | bootconfig.h | 18 #define WARN_ON(cond) \ argument 22 #define unlikely(cond) (cond) argument
|
| /linux/tools/perf/util/ |
| H A D | mutex.h | 96 struct cond { struct 97 pthread_cond_t cond; member
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| H A D | pp_debug.h | 37 #define PP_ASSERT_WITH_CODE(cond, msg, code) \ argument 45 #define PP_ASSERT(cond, msg) \ argument
|
| /linux/arch/arm/lib/ |
| H A D | memcpy.S | 29 .macro ldr1b ptr reg cond=al abort 41 .macro str1b ptr reg cond=al abort
|
| H A D | copy_to_user.S | 48 .macro ldr1b ptr reg cond=al abort 89 .macro str1b ptr reg cond=al abort
|
| H A D | copy_from_user.S | 76 .macro ldr1b ptr reg cond=al abort 90 .macro str1b ptr reg cond=al abort
|
| /linux/include/net/ |
| H A 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/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| H A 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
|
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | sock.c | 91 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 D | tracepoint.h | 278 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument 421 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument 484 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument 498 #define DECLARE_TRACE_EVENT_CONDITION(name, proto, args, cond) \ argument 627 args, cond) \ argument 636 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument 640 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
|
| H A D | compiler.h | 55 #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 D | decompress.c | 16 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument 23 # define Assert(cond,msg) argument
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A 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/tools/testing/scatterlist/ |
| H A 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/drivers/gpu/drm/panthor/ |
| H A D | panthor_device.h | 520 #define gpu_read_poll_timeout(dev, reg, val, cond, delay_us, timeout_us) \ argument 524 #define gpu_read_poll_timeout_atomic(dev, reg, val, cond, delay_us, \ argument 529 #define gpu_read64_poll_timeout(dev, reg, val, cond, delay_us, timeout_us) \ argument 533 #define gpu_read64_poll_timeout_atomic(dev, reg, val, cond, delay_us, \ argument 538 #define gpu_read_relaxed_poll_timeout_atomic(dev, reg, val, cond, delay_us, \ argument 543 #define gpu_read64_relaxed_poll_timeout(dev, reg, val, cond, delay_us, \ argument
|
| /linux/arch/arm/include/asm/ |
| H A D | domain.h | 121 #define TUSERCOND(instr, cond) #instr "t" #cond argument 124 #define TUSERCOND(instr, cond) #instr #cond argument
|