HomeSort by relevance Sort by last modified time
    Searched defs:wait_queue_head_t (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
2003-11-01-C99-CompoundLiteral.c 4 typedef struct wait_queue_head_t { spinlock_t lock; } wait_queue_head_t; typedef in typeref:struct:wait_queue_head_t
6 struct wait_queue_head_t work = { lock: (spinlock_t) { 0 }, };
  /external/kernel-headers/original/linux/
wait.h 54 typedef struct __wait_queue_head wait_queue_head_t; typedef in typeref:struct:__wait_queue_head
75 wait_queue_head_t name = __WAIT_QUEUE_HEAD_INITIALIZER(name)
80 extern void init_waitqueue_head(wait_queue_head_t *q);
97 static inline int waitqueue_active(wait_queue_head_t *q)
111 extern void FASTCALL(add_wait_queue(wait_queue_head_t *q, wait_queue_t * wait));
112 extern void FASTCALL(add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t * wait));
113 extern void FASTCALL(remove_wait_queue(wait_queue_head_t *q, wait_queue_t * wait));
115 static inline void __add_wait_queue(wait_queue_head_t *head, wait_queue_t *new)
123 static inline void __add_wait_queue_tail(wait_queue_head_t *head,
129 static inline void __remove_wait_queue(wait_queue_head_t *head
    [all...]

Completed in 32 milliseconds