Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dwait.c13 void __init_waitqueue_head(wait_queue_head_t *q, const char *name, struct lock_class_key *key) in __init_waitqueue_head() function
20 EXPORT_SYMBOL(__init_waitqueue_head);
/linux-3.4.99/include/linux/
Dwait.h79 extern void __init_waitqueue_head(wait_queue_head_t *q, const char *name, struct lock_class_key *);
85 __init_waitqueue_head((q), #q, &__key); \