Searched refs:__init_waitqueue_head (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/sched/ |
| A 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() function 16 EXPORT_SYMBOL(__init_waitqueue_head);
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| A D | lib_sw_fence.c | 41 __init_waitqueue_head(&fence->wait, name, key); in __onstack_fence_init()
|
| /linux/include/linux/ |
| A D | wait.h | 64 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/drivers/gpu/drm/i915/ |
| A D | i915_sw_fence.c | 247 __init_waitqueue_head(&fence->wait, name, key); in __i915_sw_fence_init()
|
| /linux/ |
| A D | vmlinux.symvers | 2229 0x00000000 __init_waitqueue_head vmlinux EXPORT_SYMBOL
|
| A D | System.map | 3379 ffff8000100d5d40 T __init_waitqueue_head
|
| A D | .tmp_System.map | 3379 ffff8000100d5d40 T __init_waitqueue_head
|
Completed in 351 milliseconds