Searched defs:COND (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_wait_util.h | 21 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument 46 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument 48 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument 62 #define _wait_for_atomic(COND, US, ATOMIC) \ argument 99 #define wait_for_us(COND, US) \ argument 110 #define wait_for_atomic_us(COND, US) \ argument 117 #define wait_for_atomic(COND, MS) wait_for_atomic_us((COND), (MS) * 1000) argument
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | intel_gmbus.c | 41 #define _wait_for(COND, MS, W) ({ \ argument 55 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
| H A D | cdv_intel_display.c | 114 #define _wait_for(COND, MS, W) ({ \ argument 128 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
| H A D | cdv_intel_dp.c | 234 #define _wait_for(COND, MS, W) ({ \ argument 247 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
| /linux/arch/sparc/net/ |
| H A D | bpf_jit_comp_32.c | 31 #define COND(X) ((X) << 25) macro
|
| /linux/arch/x86/kernel/ |
| H A D | uprobes.c | 1286 #define COND(op_y, op_n, expr) \ macro
|