Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dwait.c14 void __init_waitqueue_head(wait_queue_head_t *q, const char *name, struct lock_class_key *key) in __init_waitqueue_head() function
21 EXPORT_SYMBOL(__init_waitqueue_head);
/linux-4.1.27/include/linux/
Dwait.h72 extern void __init_waitqueue_head(wait_queue_head_t *q, const char *name, struct lock_class_key *);
78 __init_waitqueue_head((q), #q, &__key); \