Home
last modified time | relevance | path

Searched refs:__init_waitqueue_head (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/selftests/
Dlib_sw_fence.c41 __init_waitqueue_head(&fence->wait, name, key); in __onstack_fence_init()
/Linux-v6.1/kernel/sched/
Dwait.c8 void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key… in __init_waitqueue_head() function
15 EXPORT_SYMBOL(__init_waitqueue_head);
/Linux-v6.1/include/linux/
Dwait.h64 extern void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_cl…
70 __init_waitqueue_head((wq_head), #wq_head, &__key); \
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_sw_fence.c244 __init_waitqueue_head(&fence->wait, name, key); in __i915_sw_fence_init()