Searched refs:__init_waitqueue_head (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
D | lib_sw_fence.c | 41 __init_waitqueue_head(&fence->wait, name, key); in __onstack_fence_init()
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | wait.c | 9 void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key… in __init_waitqueue_head() function 16 EXPORT_SYMBOL(__init_waitqueue_head);
|
/kernel/linux/linux-5.10/include/linux/ |
D | wait.h | 63 extern void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_cl… 69 __init_waitqueue_head((wq_head), #wq_head, &__key); \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_sw_fence.c | 242 __init_waitqueue_head(&fence->wait, name, key); in __i915_sw_fence_init()
|