Home
last modified time | relevance | path

Searched defs:COND (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_wait_util.h21 #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 Dintel_gmbus.c41 #define _wait_for(COND, MS, W) ({ \ argument
55 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
H A Dcdv_intel_display.c114 #define _wait_for(COND, MS, W) ({ \ argument
128 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
H A Dcdv_intel_dp.c234 #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 Dbpf_jit_comp_32.c31 #define COND(X) ((X) << 25) macro
/linux/arch/x86/kernel/
H A Duprobes.c1286 #define COND(op_y, op_n, expr) \ macro