| /linux-4.4.14/arch/parisc/include/asm/ | 
| D | assembly.h | 35 #define	COND(x)	* ## x  macro49 #define COND(x)	x  macro
 
 | 
| /linux-4.4.14/drivers/gpu/drm/vc4/ | 
| D | vc4_drv.h | 86 #define _wait_for(COND, MS, W) ({ \  argument104 #define wait_for(COND, MS) _wait_for(COND, MS, 1)  argument
 
 | 
| /linux-4.4.14/drivers/gpu/drm/gma500/ | 
| D | intel_gmbus.c | 38 #define _wait_for(COND, MS, W) ({ \  argument51 #define wait_for(COND, MS) _wait_for(COND, MS, 1)  argument
 52 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0)  argument
 
 | 
| D | cdv_intel_display.c | 122 #define _wait_for(COND, MS, W) ({ \  argument136 #define wait_for(COND, MS) _wait_for(COND, MS, 1)  argument
 
 | 
| D | cdv_intel_dp.c | 235 #define _wait_for(COND, MS, W) ({ \  argument248 #define wait_for(COND, MS) _wait_for(COND, MS, 1)  argument
 
 | 
| /linux-4.4.14/drivers/gpu/drm/i915/ | 
| D | i915_drv.c | 1314 #define COND (I915_READ(VLV_GTLC_SURVIVABILITY_REG) & VLV_GFX_CLK_STATUS_BIT)  in vlv_force_gfx_clock()  macro1346 #define COND (!!(I915_READ(VLV_GTLC_PW_STATUS) & VLV_GTLC_ALLOWWAKEACK) == \  in vlv_allow_gt_wake()  macro
 1364 #define COND ((I915_READ(VLV_GTLC_PW_STATUS) & mask) == val)  in vlv_wait_for_gt_wells()  macro
 
 | 
| D | intel_runtime_pm.c | 788 #define COND \  in vlv_set_power_well()  macro1350 #define COND \  in chv_set_pipe_power_well()  macro
 
 | 
| D | intel_drv.h | 48 #define _wait_for(COND, MS, W) ({ \  argument66 #define wait_for(COND, MS) _wait_for(COND, MS, 1)  argument
 67 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0)  argument
 68 #define wait_for_atomic_us(COND, US) _wait_for((COND), \  argument
 
 | 
| /linux-4.4.14/drivers/gpu/drm/msm/ | 
| D | msm_drv.h | 332 #define COND(bool, val) ((bool) ? (val) : 0)  macro
 | 
| /linux-4.4.14/arch/x86/kernel/ | 
| D | uprobes.c | 602 #define COND(op_y, op_n, expr)				\  macro
 | 
| /linux-4.4.14/arch/sparc/net/ | 
| D | bpf_jit_comp.c | 50 #define COND(X)		((X) << 25)  macro
 | 
| /linux-4.4.14/drivers/iommu/ | 
| D | rockchip-iommu.c | 118 #define rk_wait_for(COND, MS) ({ \  argument
 | 
| /linux-4.4.14/net/core/ | 
| D | dev.c | 1720 #define net_timestamp_check(COND, SKB)			\  argument
 |