__init_waitqueue_head  223 drivers/gpu/drm/i915/i915_sw_fence.c 	__init_waitqueue_head(&fence->wait, name, key);
__init_waitqueue_head   41 drivers/gpu/drm/i915/selftests/lib_sw_fence.c 	__init_waitqueue_head(&fence->wait, name, key);
__init_waitqueue_head   61 include/linux/wait.h extern void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key *);
__init_waitqueue_head   67 include/linux/wait.h 		__init_waitqueue_head((wq_head), #wq_head, &__key);		\
__init_waitqueue_head   16 kernel/sched/wait.c EXPORT_SYMBOL(__init_waitqueue_head);