Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Di915_wait_util.h48 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) macro
/linux/fs/netfs/
H A Dfscache_cookie.c383 struct fscache_cookie *wait_for) in fscache_wait_on_collision()
403 struct fscache_cookie *cursor, *wait_for = NULL; in fscache_hash_cookie() local
/linux/tools/testing/selftests/net/tcp_ao/
H A Drst.c194 ssize_t wait_for, time_t sec) in test_wait_fds()
/linux/drivers/gpu/drm/gma500/
H A Dintel_gmbus.c55 #define wait_for(COND, MS) _wait_for(COND, MS, 1) macro
H A Dcdv_intel_display.c128 #define wait_for(COND, MS) _wait_for(COND, MS, 1) macro
H A Dcdv_intel_dp.c247 #define wait_for(COND, MS) _wait_for(COND, MS, 1) macro