Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/linux-6.3-rc2/tools/perf/arch/sparc/annotate/
A Dinstructions.c8 if (cond[0] == 'a' && cond[1] == '\0') in is_branch_cond()
12 (cond[1] == 'c' || cond[1] == 's') && in is_branch_cond()
18 (cond[1] == 'q' && cond[2] == '\0'))) in is_branch_cond()
23 (cond[1] == 't' && cond[2] == '\0') || in is_branch_cond()
24 (cond[1] == 'e' && cond[2] == '\0') || in is_branch_cond()
25 (cond[1] == 'e' && cond[2] == 'u' && cond[3] == '\0'))) in is_branch_cond()
30 (cond[1] == 't' && cond[2] == '\0') || in is_branch_cond()
31 (cond[1] == 'u' && cond[2] == '\0') || in is_branch_cond()
32 (cond[1] == 'e' && cond[2] == '\0') || in is_branch_cond()
33 (cond[1] == 'e' && cond[2] == 'u' && cond[3] == '\0'))) in is_branch_cond()
[all …]
/linux-6.3-rc2/include/linux/
A Dmmdebug.h17 #define VM_BUG_ON(cond) BUG_ON(cond) argument
78 #define VM_WARN_ON(cond) (void)WARN_ON(cond) argument
79 #define VM_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) argument
83 #define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) argument
84 #define VM_BUG_ON_PAGE(cond, page) VM_BUG_ON(cond) argument
85 #define VM_BUG_ON_FOLIO(cond, folio) VM_BUG_ON(cond) argument
86 #define VM_BUG_ON_VMA(cond, vma) VM_BUG_ON(cond) argument
87 #define VM_BUG_ON_MM(cond, mm) VM_BUG_ON(cond) argument
88 #define VM_WARN_ON(cond) BUILD_BUG_ON_INVALID(cond) argument
89 #define VM_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) argument
[all …]
A Diopoll.h36 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, \ argument
47 if (cond) \
57 (cond) ? 0 : -ETIMEDOUT; \
89 if (cond) \
99 (cond) ? 0 : -ETIMEDOUT; \
143 #define readb_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
144 readx_poll_timeout(readb, addr, val, cond, delay_us, timeout_us)
149 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
150 readx_poll_timeout(readw, addr, val, cond, delay_us, timeout_us)
156 readx_poll_timeout(readl, addr, val, cond, delay_us, timeout_us)
[all …]
A Dtracepoint.h195 #define __DO_TRACE(name, args, cond, rcuidle) \ argument
199 if (!(cond)) \
234 TP_CONDITION(cond), 1); \
237 #define __DECLARE_TRACE_RCU(name, proto, args, cond) argument
261 TP_CONDITION(cond), 0); \
262 if (IS_ENABLED(CONFIG_LOCKDEP) && (cond)) { \
269 PARAMS(cond)) \
559 args, cond) \ argument
561 PARAMS(args), PARAMS(cond))
571 PARAMS(args), PARAMS(cond))
[all …]
A Dcompiler.h56 #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) argument
58 #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond)) argument
60 #define __trace_if_value(cond) ({ \ argument
69 (cond) ? \
A Dbug.h18 #define MAYBE_BUILD_BUG_ON(cond) (0) argument
21 #define MAYBE_BUILD_BUG_ON(cond) \ argument
23 if (__builtin_constant_p((cond))) \
24 BUILD_BUG_ON(cond); \
26 BUG_ON(cond); \
/linux-6.3-rc2/arch/parisc/math-emu/
A Ddfcmp.c67 Set_status_cbit(Unordered(cond)); in dbl_fcmp()
71 Set_status_cbit(Unordered(cond)); in dbl_fcmp()
83 Set_status_cbit(Unordered(cond)); in dbl_fcmp()
98 Set_status_cbit(Equal(cond)); in dbl_fcmp()
102 Set_status_cbit(Lessthan(cond)); in dbl_fcmp()
113 Set_status_cbit(Equal(cond)); in dbl_fcmp()
120 Set_status_cbit(Lessthan(cond)); in dbl_fcmp()
132 Set_status_cbit(Lessthan(cond)); in dbl_fcmp()
136 Set_status_cbit(Greaterthan(cond)); in dbl_fcmp()
147 Set_status_cbit(Lessthan(cond)); in dbl_fcmp()
[all …]
A Dsfcmp.c37 unsigned int cond, unsigned int *status) in sgl_fcmp() argument
67 Set_status_cbit(Unordered(cond)); in sgl_fcmp()
71 Set_status_cbit(Unordered(cond)); in sgl_fcmp()
83 Set_status_cbit(Unordered(cond)); in sgl_fcmp()
98 Set_status_cbit(Equal(cond)); in sgl_fcmp()
102 Set_status_cbit(Lessthan(cond)); in sgl_fcmp()
106 Set_status_cbit(Greaterthan(cond)); in sgl_fcmp()
113 Set_status_cbit(Equal(cond)); in sgl_fcmp()
120 Set_status_cbit(Lessthan(cond)); in sgl_fcmp()
124 Set_status_cbit(Greaterthan(cond)); in sgl_fcmp()
[all …]
/linux-6.3-rc2/Documentation/arm/nwfpe/
A Dnetwinder-fpe.rst24 <LDF|STF>{cond}<S|D|E> Fd, Rn
25 <LDF|STF>{cond}<S|D|E> Fd, [Rn, #<expression>]{!}
26 <LDF|STF>{cond}<S|D|E> Fd, [Rn], #<expression>
33 <LFM|SFM>{cond}<S|D|E> Fd, <count>, [Rn]
38 <LFM|SFM>{cond}<FD,EA> Fd, <count>, [Rn]{!}
68 CMF{cond} Fn, Fm Compare floating
70 CNF{cond} Fn, Fm Compare negated floating
80 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add
107 MVF{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - move
114 RND{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - round
[all …]
/linux-6.3-rc2/drivers/block/null_blk/
A Dzoned.c132 zone->cond = BLK_ZONE_COND_NOT_WP; in null_init_zoned_dev()
149 zone->cond = BLK_ZONE_COND_EMPTY; in null_init_zoned_dev()
220 blkz.cond = zone->cond; in null_report_zones()
257 switch (zone->cond) { in __null_close_zone()
354 switch (zone->cond) { in null_check_zone_resources()
472 switch (zone->cond) { in null_open_zone()
530 switch (zone->cond) { in null_finish_zone()
556 zone->cond = BLK_ZONE_COND_FULL; in null_finish_zone()
573 switch (zone->cond) { in null_reset_zone()
717 if (zone->cond == cond) { in null_set_zone_cond()
[all …]
/linux-6.3-rc2/arch/arm64/kvm/hyp/
A Daarch32.c51 int cond; in kvm_condition_valid32() local
58 cond = kvm_vcpu_get_condition(vcpu); in kvm_condition_valid32()
59 if (cond == 0xE) in kvm_condition_valid32()
64 if (cond < 0) { in kvm_condition_valid32()
75 cond = (it >> 4); in kvm_condition_valid32()
80 if (!((cc_map[cond] >> cpsr_cond) & 1)) in kvm_condition_valid32()
98 unsigned long itbits, cond; in kvm_adjust_itstate() local
105 cond = (cpsr & 0xe000) >> 13; in kvm_adjust_itstate()
111 itbits = cond = 0; in kvm_adjust_itstate()
116 cpsr |= cond << 13; in kvm_adjust_itstate()
/linux-6.3-rc2/tools/perf/util/
A Dmutex.c87 CHECK_ERR(pthread_cond_init(&cnd->cond, &attr)); in __cond_init()
91 void cond_init(struct cond *cnd) in cond_init()
96 void cond_init_pshared(struct cond *cnd) in cond_init_pshared()
101 void cond_destroy(struct cond *cnd) in cond_destroy()
103 CHECK_ERR(pthread_cond_destroy(&cnd->cond)); in cond_destroy()
106 void cond_wait(struct cond *cnd, struct mutex *mtx) in cond_wait()
108 CHECK_ERR(pthread_cond_wait(&cnd->cond, &mtx->lock)); in cond_wait()
111 void cond_signal(struct cond *cnd) in cond_signal()
113 CHECK_ERR(pthread_cond_signal(&cnd->cond)); in cond_signal()
116 void cond_broadcast(struct cond *cnd) in cond_broadcast()
[all …]
A Dmutex.h77 struct cond { struct
78 pthread_cond_t cond; argument
96 void cond_init(struct cond *cnd);
101 void cond_init_pshared(struct cond *cnd);
102 void cond_destroy(struct cond *cnd);
104 void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx);
105 void cond_signal(struct cond *cnd);
106 void cond_broadcast(struct cond *cnd);
/linux-6.3-rc2/arch/arm/include/asm/
A Dassembler.h145 bl\cond trace_hardirqs_on
197 asm_trace_hardirqs_on cond=eq
484 .ifnc \cond,al
486 itt \cond
488 ittt \cond
500 add\cond \ptr, #\rept * \inc
633 ldr\cond \dst, =\imm
635 movw\cond \dst, #:lower16:\imm
636 movt\cond \dst, #:upper16:\imm
678 mov_l \tmp, \sym, \cond
[all …]
A Dvfpmacros.h12 .macro VFPFMRX, rd, sysreg, cond
13 vmrs\cond \rd, \sysreg
16 .macro VFPFMXR, sysreg, rd, cond
17 vmsr\cond \sysreg, \rd
21 .macro VFPFMRX, rd, sysreg, cond
22 MRC\cond p10, 7, \rd, \sysreg, cr0, 0 @ FMRX \rd, \sysreg
25 .macro VFPFMXR, sysreg, rd, cond
26 MCR\cond p10, 7, \rd, \sysreg, cr0, 0 @ FMXR \sysreg, \rd
/linux-6.3-rc2/Documentation/locking/
A Dfutex-requeue-pi.rst29 lock(cond->__data.__lock);
32 unlock(cond->__data.__lock);
34 lock(cond->__data.__lock);
36 unlock(cond->__data.__lock);
40 pthread_cond_broadcast(cond)
42 lock(cond->__data.__lock);
44 futex_requeue(cond->data.__futex, cond->mutex);
63 lock(cond->__data.__lock);
68 lock(cond->__data.__lock);
76 lock(cond->__data.__lock);
[all …]
/linux-6.3-rc2/arch/parisc/include/asm/
A Dalternative.h26 u16 cond; /* see ALT_COND_XXX */ member
36 #define ALTERNATIVE(cond, replacement) "!0:" \ argument
39 ".hword 1, " __stringify(cond) " !" \
46 #define ALTERNATIVE(from, to, cond, replacement)\ argument
49 .hword (to - from)/4, cond ! \
54 #define ALTERNATIVE_CODE(from, num_instructions, cond, new_instr_ptr)\ argument
57 .hword -num_instructions, cond ! \
/linux-6.3-rc2/arch/x86/include/asm/
A Dparavirt_types.h455 alt, cond) \
485 #define __PVOP_ALT_VCALL(op, alt, cond, ...) \ argument
486 (void)____PVOP_ALT_CALL(, op, alt, cond, \
495 (void)____PVOP_ALT_CALL(, op.func, alt, cond, \
504 __PVOP_ALT_CALL(rettype, op, alt, cond)
505 #define PVOP_ALT_VCALL0(op, alt, cond) \ argument
506 __PVOP_ALT_VCALL(op, alt, cond)
513 __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond)
514 #define PVOP_ALT_VCALLEE0(op, alt, cond) \ argument
515 __PVOP_ALT_VCALLEESAVE(op, alt, cond)
[all …]
/linux-6.3-rc2/tools/testing/selftests/nolibc/
A Dnolibc-test.c132 #define EXPECT_ZR(cond, expr) \ argument
145 #define EXPECT_NZ(cond, expr, val) \ argument
158 #define EXPECT_EQ(cond, expr, val) \ argument
171 #define EXPECT_NE(cond, expr, val) \ argument
184 #define EXPECT_GE(cond, expr, val) \ argument
197 #define EXPECT_GT(cond, expr, val) \ argument
236 #define EXPECT_SYSZR(cond, expr) \ argument
313 #define EXPECT_PTRZR(cond, expr) \ argument
331 #define EXPECT_PTRNZ(cond, expr) \ argument
349 #define EXPECT_STRZR(cond, expr) \ argument
[all …]
/linux-6.3-rc2/security/apparmor/
A Dfile.c212 struct path_cond *cond, int flags, in __aa_path_perm() argument
222 name, cond, perms); in __aa_path_perm()
226 cond->uid, NULL, e); in __aa_path_perm()
263 struct path_cond *cond) in aa_path_perm() argument
277 cond, flags, &perms)); in aa_path_perm()
307 struct path_cond *cond) in profile_path_link() argument
333 cond, &lperms); in profile_path_link()
363 tname, cond, &perms); in profile_path_link()
411 struct path_cond cond = { in aa_path_link() local
428 buffer2, &cond)); in aa_path_link()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvif/
A Dtimer.h22 #define nvif_nsec(d,n,cond...) ({ \ argument
28 cond \
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.3-rc2/arch/parisc/kernel/
A Dalternative.c49 u16 cond; in apply_alternatives() local
54 cond = entry->cond; in apply_alternatives()
57 WARN_ON(!cond); in apply_alternatives()
59 if ((cond & ALT_COND_ALWAYS) == 0 && no_alternatives) in apply_alternatives()
63 index, cond, len, from, replacement); in apply_alternatives()
66 if ((cond & cond_check) == 0) in apply_alternatives()
84 index, cond, len, replacement, from, from); in apply_alternatives()
/linux-6.3-rc2/rust/kernel/
A Dbuild_assert.rs72 ($cond:expr $(,)?) => {{
73 if !$cond {
74 $crate::build_error(concat!("assertion failed: ", stringify!($cond)));
77 ($cond:expr, $msg:expr) => {{
78 if !$cond {
/linux-6.3-rc2/tools/bootconfig/include/linux/
A Dbootconfig.h18 #define WARN_ON(cond) \ argument
19 ((cond) ? printf("Internal warning(%s:%d, %s): %s\n", \
20 __FILE__, __LINE__, __func__, #cond) : 0)
22 #define unlikely(cond) (cond) argument
/linux-6.3-rc2/arch/loongarch/net/
A Dbpf_jit.h175 static inline int invert_jmp_cond(u8 cond) in invert_jmp_cond() argument
177 switch (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() argument
206 switch (cond) { 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() argument
254 cond = invert_jmp_cond(cond); in cond_jmp_offs26()
255 cond_jmp_offset(ctx, cond, rj, rd, 2); 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() argument
279 cond_jmp_offs26(ctx, cond, rj, rd, jmp_offset); 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() argument
[all …]

Completed in 32 milliseconds

12345678910>>...12