Searched refs:wait_queue_head_t (Results 1 - 25 of 506) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Datari_joystick.h19 wait_queue_head_t wait;
H A Dmac_mouse.h19 wait_queue_head_t wait;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dwait.h54 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);
86 wait_queue_head_t name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name)
106 static inline int waitqueue_active(wait_queue_head_t *q)
120 extern void FASTCALL(add_wait_queue(wait_queue_head_t *q, wait_queue_t * wait));
121 extern void FASTCALL(add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t * wait));
122 extern void FASTCALL(remove_wait_queue(wait_queue_head_t *q, wait_queue_t * wait));
124 static inline void __add_wait_queue(wait_queue_head_t *head, wait_queue_t *new)
132 static inline void __add_wait_queue_tail(wait_queue_head_t *hea
[all...]
H A Dsquashfs_fs_sb.h62 wait_queue_head_t waitq;
63 wait_queue_head_t fragment_wait_queue;
H A Dhayesesp.h106 wait_queue_head_t open_wait;
107 wait_queue_head_t close_wait;
108 wait_queue_head_t delta_msr_wait;
109 wait_queue_head_t break_wait;
H A Distallion.h71 wait_queue_head_t open_wait;
72 wait_queue_head_t close_wait;
73 wait_queue_head_t raw_wait;
H A DserialP.h83 wait_queue_head_t open_wait;
84 wait_queue_head_t close_wait;
85 wait_queue_head_t delta_msr_wait;
H A Dpoll.h29 typedef void (*poll_queue_proc)(struct file *, wait_queue_head_t *, struct poll_table_struct *);
35 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p)
49 wait_queue_head_t * wait_address;
H A Dmnt_namespace.h13 wait_queue_head_t poll;
H A Dstallion.h96 wait_queue_head_t open_wait;
97 wait_queue_head_t close_wait;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dbacking-dev.c8 static wait_queue_head_t congestion_wqh[2] = {
17 wait_queue_head_t *wqh = &congestion_wqh[rw];
49 wait_queue_head_t *wqh = &congestion_wqh[rw];
62 wait_queue_head_t *wqh = &congestion_wqh[rw];
80 wait_queue_head_t *wqh = &congestion_wqh[rw];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dmcfserial.h67 wait_queue_head_t open_wait;
68 wait_queue_head_t close_wait;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Diwcm.h52 wait_queue_head_t connect_wait;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2types.h40 typedef wait_queue_head_t PWAITQ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dwait.c13 void init_waitqueue_head(wait_queue_head_t *q)
21 void fastcall add_wait_queue(wait_queue_head_t *q, wait_queue_t *wait)
32 void fastcall add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait)
43 void fastcall remove_wait_queue(wait_queue_head_t *q, wait_queue_t *wait)
67 prepare_to_wait(wait_queue_head_t *q, wait_queue_t *wait, int state)
86 prepare_to_wait_exclusive(wait_queue_head_t *q, wait_queue_t *wait, int state)
104 void fastcall finish_wait(wait_queue_head_t *q, wait_queue_t *wait)
161 __wait_on_bit(wait_queue_head_t *wq, struct wait_bit_queue *q,
179 wait_queue_head_t *wq = bit_waitqueue(word, bit);
187 __wait_on_bit_lock(wait_queue_head_t *w
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Driscom8.h82 wait_queue_head_t open_wait;
83 wait_queue_head_t close_wait;
H A Dsnsc.h36 wait_queue_head_t sd_rq; /* wait queue for readers */
37 wait_queue_head_t sd_wq; /* wait queue for writers */
H A Dspecialix_io8.h123 wait_queue_head_t open_wait;
124 wait_queue_head_t close_wait;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dmidi.h48 wait_queue_head_t oWait;
49 wait_queue_head_t iWait;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_writeq.h33 wait_queue_head_t sync_sleep;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Ddabusb.h23 wait_queue_head_t wait;
24 wait_queue_head_t remove_ok;
48 wait_queue_head_t wait;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusbusx2y.h32 wait_queue_head_t In04WaitQueue;
40 wait_queue_head_t us428ctls_wait_queue_head;
44 wait_queue_head_t prepare_wait_queue;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_irq.h62 wait_queue_head_t wait_queue;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dflashchip.h72 wait_queue_head_t wq; /* Wait on here when we're waiting for the chip
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dvia_dmablit.h75 wait_queue_head_t blit_queue[VIA_NUM_BLIT_SLOTS];
76 wait_queue_head_t busy_queue;

Completed in 157 milliseconds

1234567891011>>