| H A D | i915_utils.h | 267 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument 268 const ktime_t end__ = ktime_add_ns(ktime_get_raw(), 1000ll * (US)); \ 292 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument 303 #define _wait_for_atomic(COND, US, ATOMIC) \ argument 305 int cpu, ret, timeout = (US) * 1000; \ 340 #define wait_for_us(COND, US) \ argument 343 BUILD_BUG_ON(!__builtin_constant_p(US)); \ 344 if ((US) > 10) \ 345 ret__ = _wait_for((COND), (US), 1 351 wait_for_atomic_us(COND,US) global() argument [all...] |