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

/linux-master/drivers/gpu/drm/i915/selftests/
H A Dlib_sw_fence.c41 __init_waitqueue_head(&fence->wait, name, key);
/linux-master/kernel/sched/
H A Dwait.c8 void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key *key) function
15 EXPORT_SYMBOL(__init_waitqueue_head); variable
/linux-master/include/linux/
H A Dwait.h62 extern void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key *);
68 __init_waitqueue_head((wq_head), #wq_head, &__key); \
/linux-master/drivers/gpu/drm/i915/
H A Di915_sw_fence.c244 __init_waitqueue_head(&fence->wait, name, key);

Completed in 160 milliseconds