Home
last modified time | relevance | path

Searched refs:wait_queue_head_t (Results 1 – 25 of 33) sorted by relevance

12

/external/kernel-headers/original/linux/
Dwait.h54 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 …]
Dpoll.h28 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;
Djbd.h684 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;
Duinput.h67 wait_queue_head_t waitq;
75 wait_queue_head_t requests_waitq;
Dcompletion.h15 wait_queue_head_t wait;
Dhidraw.h52 wait_queue_head_t wait;
Didle_stats_device.h58 wait_queue_head_t wait;
Dconsole_struct.h59 wait_queue_head_t paste_wait;
Dmempool.h23 wait_queue_head_t wait;
Dmmzone.h239 wait_queue_head_t * wait_table;
328 wait_queue_head_t kswapd_wait;
Dserial_core.h327 wait_queue_head_t open_wait;
328 wait_queue_head_t delta_msr_wait;
Dsync.h164 wait_queue_head_t wq;
Dtty.h197 wait_queue_head_t write_wait;
198 wait_queue_head_t read_wait;
Drelay.h40 wait_queue_head_t read_wait; /* reader wait queue */
Drtc.h153 wait_queue_head_t irq_queue;
Dkobject.h60 wait_queue_head_t poll;
Dquota.h220 wait_queue_head_t dq_wait_unused; /* Wait queue for dquot to become unused */
/external/clang/test/CodeGen/
D2003-11-01-C99-CompoundLiteral.c4 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/
Dkernel-jbd.h493 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/
Dmd_k.h213 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/
Dflashchip.h72 wait_queue_head_t wq; /* Wait on here when we're waiting for the chip
/external/kernel-headers/original/asm-x86/
Dsemaphore_32.h47 wait_queue_head_t wait;
/external/kernel-headers/original/asm-arm/
Dsemaphore.h18 wait_queue_head_t wait;
/external/kernel-headers/original/linux/mmc/
Dhost.h106 wait_queue_head_t wq;
/external/kernel-headers/original/linux/sunrpc/
Dsvc.h165 wait_queue_head_t rq_wait; /* synchronization */

12