Searched defs:wait_queue_head_t (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dwait.h53 typedef struct __wait_queue_head wait_queue_head_t; typedef in typeref:struct:__wait_queue_head
74 wait_queue_head_t name = __WAIT_QUEUE_HEAD_INITIALIZER(name)
79 extern void __init_waitqueue_head(wait_queue_head_t *q, const char *name, struct lock_class_key *);
92 wait_queue_head_t name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name)
112 static inline int waitqueue_active(wait_queue_head_t *q)
117 extern void add_wait_queue(wait_queue_head_t *q, wait_queue_t *wait);
118 extern void add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait);
119 extern void remove_wait_queue(wait_queue_head_t *q, wait_queue_t *wait);
121 static inline void __add_wait_queue(wait_queue_head_t *head, wait_queue_t *new)
129 static inline void __add_wait_queue_exclusive(wait_queue_head_t *
[all...]

Completed in 119 milliseconds