/openbmc/linux/include/linux/ |
H A D | mmdebug.h | 19 #define VM_BUG_ON(cond) BUG_ON(cond) argument 20 #define VM_BUG_ON_PAGE(cond, page) \ argument 27 #define VM_BUG_ON_FOLIO(cond, folio) \ argument 34 #define VM_BUG_ON_VMA(cond, vma) \ argument 41 #define VM_BUG_ON_MM(cond, mm) \ argument 48 #define VM_WARN_ON_ONCE_PAGE(cond, page) ({ \ argument 59 #define VM_WARN_ON_FOLIO(cond, folio) ({ \ argument 68 #define VM_WARN_ON_ONCE_FOLIO(cond, folio) ({ \ argument 79 #define VM_WARN_ON_ONCE_MM(cond, mm) ({ \ argument 91 #define VM_WARN_ON(cond) (void)WARN_ON(cond) argument [all …]
|
H A 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 …]
|
H A D | rculist.h | 51 #define __list_check_rcu(dummy, cond, extra...) \ argument 58 #define __list_check_srcu(cond) \ argument 64 #define __list_check_rcu(dummy, cond, extra...) \ argument 67 #define __list_check_srcu(cond) ({ }) argument 389 #define list_for_each_entry_rcu(pos, head, member, cond...) \ argument 408 #define list_for_each_entry_srcu(pos, head, member, cond) \ argument 704 #define hlist_for_each_entry_rcu(pos, head, member, cond...) \ argument 725 #define hlist_for_each_entry_srcu(pos, head, member, cond) \ argument
|
H A D | tracepoint.h | 195 #define __DO_TRACE(name, args, cond, rcuidle) \ argument 228 #define __DECLARE_TRACE_RCU(name, proto, args, cond) \ argument 237 #define __DECLARE_TRACE_RCU(name, proto, args, cond) argument 251 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument 354 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument 436 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument 561 args, cond) \ argument 570 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument 574 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
|
/openbmc/u-boot/include/linux/ |
H A D | iopoll.h | 27 #define readx_poll_timeout(op, addr, val, cond, timeout_us) \ argument 43 #define readb_poll_timeout(addr, val, cond, timeout_us) \ argument 46 #define readw_poll_timeout(addr, val, cond, timeout_us) \ argument 49 #define readl_poll_timeout(addr, val, cond, timeout_us) \ argument 52 #define readq_poll_timeout(addr, val, cond, timeout_us) \ argument 55 #define readb_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 58 #define readw_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 61 #define readl_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 64 #define readq_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
|
/openbmc/linux/tools/perf/arch/sparc/annotate/ |
H A 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
|
/openbmc/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 165 #define EXPECT_ZR(cond, expr) \ argument 179 #define EXPECT_NZ(cond, expr, val) \ argument 193 #define EXPECT_EQ(cond, expr, val) \ argument 207 #define EXPECT_NE(cond, expr, val) \ argument 221 #define EXPECT_GE(cond, expr, val) \ argument 235 #define EXPECT_GT(cond, expr, val) \ argument 249 #define EXPECT_LE(cond, expr, val) \ argument 263 #define EXPECT_LT(cond, expr, val) \ argument 277 #define EXPECT_SYSZR(cond, expr) \ argument 297 #define EXPECT_SYSEQ(cond, expr, val) \ argument [all …]
|
/openbmc/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
|
/openbmc/qemu/include/block/ |
H A D | aio-wait.h | 78 #define AIO_WAIT_WHILE_INTERNAL(ctx, cond) ({ \ argument 102 #define AIO_WAIT_WHILE(ctx, cond) \ argument 106 #define AIO_WAIT_WHILE_UNLOCKED(ctx, cond) \ argument
|
/openbmc/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
|
/openbmc/u-boot/include/test/ |
H A D | ut.h | 43 #define ut_assert(cond) \ argument 50 #define ut_assertf(cond, fmt, args...) \ argument 149 #define ut_assertok(cond) ut_asserteq(0, cond) argument
|
/openbmc/linux/security/apparmor/ |
H A D | file.c | 163 const char **name, struct path_cond *cond, u32 request) in path_name() 194 aa_state_t state, struct path_cond *cond) in aa_lookup_fperms() 218 const char *name, struct path_cond *cond, in aa_str_perms() 230 u32 request, struct path_cond *cond, int flags, in __aa_path_perm() 252 struct path_cond *cond, int flags, in profile_path_perm() 285 struct path_cond *cond) in aa_path_perm() 330 struct path_cond *cond) in profile_path_link() 439 struct path_cond cond = { in aa_path_link() local 493 struct path_cond cond = { in __file_path_perm() local
|
/openbmc/qemu/include/qemu/ |
H A D | thread-posix.h | 25 pthread_cond_t cond; member 31 QemuCond cond; member 38 pthread_cond_t cond; member
|
/openbmc/linux/tools/perf/util/ |
H A D | mutex.h | 77 struct cond { struct 78 pthread_cond_t cond; argument
|
/openbmc/linux/tools/testing/radix-tree/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
|
/openbmc/linux/tools/bootconfig/include/linux/ |
H A D | bootconfig.h | 18 #define WARN_ON(cond) \ argument 22 #define unlikely(cond) (cond) argument
|
/openbmc/qemu/util/ |
H A D | qemu-thread-posix.c | 162 void qemu_cond_init(QemuCond *cond) in qemu_cond_init() 188 void qemu_cond_destroy(QemuCond *cond) in qemu_cond_destroy() 199 void qemu_cond_signal(QemuCond *cond) in qemu_cond_signal() 209 void qemu_cond_broadcast(QemuCond *cond) in qemu_cond_broadcast() 219 void qemu_cond_wait_impl(QemuCond *cond, QemuMutex *mutex, const char *file, const int line) in qemu_cond_wait_impl() 232 qemu_cond_timedwait_ts(QemuCond *cond, QemuMutex *mutex, struct timespec *ts, in qemu_cond_timedwait_ts() 247 bool qemu_cond_timedwait_impl(QemuCond *cond, QemuMutex *mutex, int ms, in qemu_cond_timedwait_impl()
|
H A D | qemu-thread-win32.c | 140 void qemu_cond_init(QemuCond *cond) in qemu_cond_init() 147 void qemu_cond_destroy(QemuCond *cond) in qemu_cond_destroy() 154 void qemu_cond_signal(QemuCond *cond) in qemu_cond_signal() 160 void qemu_cond_broadcast(QemuCond *cond) in qemu_cond_broadcast() 166 void qemu_cond_wait_impl(QemuCond *cond, QemuMutex *mutex, const char *file, const int line) in qemu_cond_wait_impl() 174 bool qemu_cond_timedwait_impl(QemuCond *cond, QemuMutex *mutex, int ms, in qemu_cond_timedwait_impl()
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 473 TCGCond cond, TCGv pred) in gen_write_new_pc_addr() 497 TCGCond cond, TCGv pred) in gen_write_new_pc_pcrel() 537 static void gen_compare(TCGCond cond, TCGv res, TCGv arg1, TCGv arg2) in gen_compare() 588 static inline void gen_comparei(TCGCond cond, TCGv res, TCGv arg1, int arg2) in gen_comparei() 595 TCGCond cond, TCGv pred) in gen_cond_jumpr() 600 static void gen_cond_jumpr31(DisasContext *ctx, TCGCond cond, TCGv pred) in gen_cond_jumpr31() 607 static void gen_cond_jump(DisasContext *ctx, TCGCond cond, TCGv pred, in gen_cond_jump() 629 int pnum, TCGCond cond, TCGv arg1, TCGv arg2, in gen_cmpnd_cmp_jmp_t() 636 int pnum, TCGCond cond, TCGv arg1, TCGv arg2, in gen_cmpnd_cmp_jmp_f() 643 int pnum, TCGCond cond, TCGv arg1, int arg2, in gen_cmpnd_cmpi_jmp_t() [all …]
|
/openbmc/u-boot/test/ |
H A D | ut.c | 15 const char *func, const char *cond) in ut_fail() 23 const char *func, const char *cond, const char *fmt, ...) in ut_failf()
|
/openbmc/linux/arch/loongarch/net/ |
H A D | bpf_jit.h | 175 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()
|
/openbmc/linux/arch/arm64/kvm/hyp/ |
H A D | aarch32.c | 51 int cond; in kvm_condition_valid32() local 112 unsigned long itbits, cond; in kvm_adjust_itstate() local
|
/openbmc/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
|
/openbmc/qemu/target/arm/ |
H A D | syndrome.h | 171 static inline uint32_t syn_cp14_rt_trap(int cv, int cond, int opc1, int opc2, in syn_cp14_rt_trap() 181 static inline uint32_t syn_cp15_rt_trap(int cv, int cond, int opc1, int opc2, in syn_cp15_rt_trap() 191 static inline uint32_t syn_cp14_rrt_trap(int cv, int cond, int opc1, int crm, in syn_cp14_rrt_trap() 201 static inline uint32_t syn_cp15_rrt_trap(int cv, int cond, int opc1, int crm, in syn_cp15_rrt_trap() 211 static inline uint32_t syn_fp_access_trap(int cv, int cond, bool is_16bit, in syn_fp_access_trap() 220 static inline uint32_t syn_simd_access_trap(int cv, int cond, bool is_16bit) in syn_simd_access_trap() 264 static inline uint32_t syn_bxjtrap(int cv, int cond, int rm) in syn_bxjtrap() 336 static inline uint32_t syn_wfx(int cv, int cond, int ti, bool is_16bit) in syn_wfx()
|
/openbmc/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
|