Searched defs:COND (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/arch/parisc/include/asm/ |
D | assembly.h | 35 #define COND(x) * ## x macro 49 #define COND(x) x macro
|
/linux-3.3/drivers/gpu/drm/gma500/ |
D | intel_gmbus.c | 39 #define _wait_for(COND, MS, W) ({ \ argument 52 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument 53 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0) argument
|
D | cdv_intel_display.c | 118 #define _wait_for(COND, MS, W) ({ \ argument 132 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
/linux-3.3/drivers/gpu/drm/i915/ |
D | intel_drv.h | 35 #define _wait_for(COND, MS, W) ({ \ argument 48 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument 49 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0) argument
|
/linux-3.3/net/core/ |
D | dev.c | 1488 #define net_timestamp_check(COND, SKB) \ argument
|