Home
last modified time | relevance | path

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

/linux-6.6.21/rust/kernel/sync/
Dcondvar.rs101 bindings::__init_waitqueue_head(slot, name.as_char_ptr(), key.as_ptr()) in new()
/linux-6.6.21/drivers/gpu/drm/i915/selftests/
Dlib_sw_fence.c41 __init_waitqueue_head(&fence->wait, name, key); in __onstack_fence_init()
/linux-6.6.21/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-6.6.21/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-6.6.21/drivers/gpu/drm/i915/
Di915_sw_fence.c244 __init_waitqueue_head(&fence->wait, name, key); in __i915_sw_fence_init()