Searched refs:__init_waitqueue_head (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/selftests/ | 
| D | lib_sw_fence.c | 41 	__init_waitqueue_head(&fence->wait, name, key);  in __onstack_fence_init()
 | 
| /Linux-v5.4/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()  function16 EXPORT_SYMBOL(__init_waitqueue_head);
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | wait.h | 61 extern void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_cl…67 		__init_waitqueue_head((wq_head), #wq_head, &__key);		\
 
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/ | 
| D | i915_sw_fence.c | 223 	__init_waitqueue_head(&fence->wait, name, key);  in __i915_sw_fence_init()
 |