Searched defs:wait_for (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_wait_util.h | 48 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) macro
|
| /linux/fs/netfs/ |
| H A D | fscache_cookie.c | 383 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 D | rst.c | 194 ssize_t wait_for, time_t sec) in test_wait_fds()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | intel_gmbus.c | 55 #define wait_for(COND, MS) _wait_for(COND, MS, 1) macro
|
| H A D | cdv_intel_display.c | 128 #define wait_for(COND, MS) _wait_for(COND, MS, 1) macro
|
| H A D | cdv_intel_dp.c | 247 #define wait_for(COND, MS) _wait_for(COND, MS, 1) macro
|