Searched refs:wait_queue_head_t (Results 1 – 25 of 33) sorted by relevance
12
/external/kernel-headers/original/linux/ |
D | wait.h | 54 typedef struct __wait_queue_head wait_queue_head_t; typedef 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) in waitqueue_active() 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) in __add_wait_queue() 123 static inline void __add_wait_queue_tail(wait_queue_head_t *head, in __add_wait_queue_tail() 129 static inline void __remove_wait_queue(wait_queue_head_t *head, in __remove_wait_queue() [all …]
|
D | poll.h | 28 typedef void (*poll_queue_proc)(struct file *, wait_queue_head_t *, struct poll_table_struct *); 34 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait() 48 wait_queue_head_t * wait_address;
|
D | jbd.h | 684 wait_queue_head_t j_wait_transaction_locked; 687 wait_queue_head_t j_wait_logspace; 690 wait_queue_head_t j_wait_done_commit; 693 wait_queue_head_t j_wait_checkpoint; 696 wait_queue_head_t j_wait_commit; 699 wait_queue_head_t j_wait_updates;
|
D | uinput.h | 67 wait_queue_head_t waitq; 75 wait_queue_head_t requests_waitq;
|
D | completion.h | 15 wait_queue_head_t wait;
|
D | hidraw.h | 52 wait_queue_head_t wait;
|
D | idle_stats_device.h | 58 wait_queue_head_t wait;
|
D | console_struct.h | 59 wait_queue_head_t paste_wait;
|
D | mempool.h | 23 wait_queue_head_t wait;
|
D | mmzone.h | 239 wait_queue_head_t * wait_table; 328 wait_queue_head_t kswapd_wait;
|
D | serial_core.h | 327 wait_queue_head_t open_wait; 328 wait_queue_head_t delta_msr_wait;
|
D | sync.h | 164 wait_queue_head_t wq;
|
D | tty.h | 197 wait_queue_head_t write_wait; 198 wait_queue_head_t read_wait;
|
D | relay.h | 40 wait_queue_head_t read_wait; /* reader wait queue */
|
D | rtc.h | 153 wait_queue_head_t irq_queue;
|
D | kobject.h | 60 wait_queue_head_t poll;
|
D | quota.h | 220 wait_queue_head_t dq_wait_unused; /* Wait queue for dquot to become unused */
|
/external/clang/test/CodeGen/ |
D | 2003-11-01-C99-CompoundLiteral.c | 4 typedef struct wait_queue_head_t { spinlock_t lock; } wait_queue_head_t; struct 6 struct wait_queue_head_t work = { lock: (spinlock_t) { 0 }, }; in call_usermodehelper()
|
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-jbd.h | 493 wait_queue_head_t j_wait_transaction_locked; 496 wait_queue_head_t j_wait_logspace; 499 wait_queue_head_t j_wait_done_commit; 502 wait_queue_head_t j_wait_checkpoint; 505 wait_queue_head_t j_wait_commit; 508 wait_queue_head_t j_wait_updates;
|
/external/kernel-headers/original/linux/raid/ |
D | md_k.h | 213 wait_queue_head_t recovery_wait; 217 wait_queue_head_t sb_wait; /* for waiting on superblock updates */ 326 wait_queue_head_t wqueue;
|
/external/kernel-headers/original/linux/mtd/ |
D | flashchip.h | 72 wait_queue_head_t wq; /* Wait on here when we're waiting for the chip
|
/external/kernel-headers/original/asm-x86/ |
D | semaphore_32.h | 47 wait_queue_head_t wait;
|
/external/kernel-headers/original/asm-arm/ |
D | semaphore.h | 18 wait_queue_head_t wait;
|
/external/kernel-headers/original/linux/mmc/ |
D | host.h | 106 wait_queue_head_t wq;
|
/external/kernel-headers/original/linux/sunrpc/ |
D | svc.h | 165 wait_queue_head_t rq_wait; /* synchronization */
|
12