Home
last modified time | relevance | path

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

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