/linux-4.1.27/arch/m68k/include/asm/ |
H A D | atari_joystick.h | 19 wait_queue_head_t wait;
|
/linux-4.1.27/sound/oss/ |
H A D | sleep.h | 11 oss_broken_sleep_on(wait_queue_head_t *q, long timeout) oss_broken_sleep_on()
|
H A D | msnd.h | 228 wait_queue_head_t writeblock; 229 wait_queue_head_t readblock; 230 wait_queue_head_t writeflush;
|
H A D | dev_table.h | 223 wait_queue_head_t in_sleeper; 224 wait_queue_head_t out_sleeper; 225 wait_queue_head_t poll_sleeper;
|
H A D | midibuf.c | 30 static wait_queue_head_t midi_sleeper[MAX_MIDI_DEV]; 31 static wait_queue_head_t input_sleeper[MAX_MIDI_DEV];
|
/linux-4.1.27/include/linux/ |
H A D | fs_pin.h | 4 wait_queue_head_t wait;
|
H A D | percpu-rwsem.h | 15 wait_queue_head_t write_waitq;
|
H A D | genetlink.h | 16 extern wait_queue_head_t genl_sk_destructing_waitq;
|
H A D | uinput.h | 65 wait_queue_head_t waitq; 73 wait_queue_head_t requests_waitq;
|
H A D | wait.h | 43 typedef struct __wait_queue_head wait_queue_head_t; typedef in typeref:struct:__wait_queue_head 64 wait_queue_head_t name = __WAIT_QUEUE_HEAD_INITIALIZER(name) 72 extern void __init_waitqueue_head(wait_queue_head_t *q, const char *name, struct lock_class_key *); 85 wait_queue_head_t name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) 105 static inline int waitqueue_active(wait_queue_head_t *q) waitqueue_active() 110 extern void add_wait_queue(wait_queue_head_t *q, wait_queue_t *wait); 111 extern void add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait); 112 extern void remove_wait_queue(wait_queue_head_t *q, wait_queue_t *wait); 114 static inline void __add_wait_queue(wait_queue_head_t *head, wait_queue_t *new) __add_wait_queue() 123 __add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait) __add_wait_queue_exclusive() 129 static inline void __add_wait_queue_tail(wait_queue_head_t *head, __add_wait_queue_tail() 136 __add_wait_queue_tail_exclusive(wait_queue_head_t *q, wait_queue_t *wait) __add_wait_queue_tail_exclusive() 143 __remove_wait_queue(wait_queue_head_t *head, wait_queue_t *old) __remove_wait_queue() 149 void __wake_up(wait_queue_head_t *q, unsigned int mode, int nr, void *key); 150 void __wake_up_locked_key(wait_queue_head_t *q, unsigned int mode, void *key); 151 void __wake_up_sync_key(wait_queue_head_t *q, unsigned int mode, int nr, void *key); 152 void __wake_up_locked(wait_queue_head_t *q, unsigned int mode, int nr); 153 void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr); 154 void __wake_up_bit(wait_queue_head_t *, void *, int); 155 int __wait_on_bit(wait_queue_head_t *, struct wait_bit_queue *, wait_bit_action_f *, unsigned); 156 int __wait_on_bit_lock(wait_queue_head_t *, struct wait_bit_queue *, wait_bit_action_f *, unsigned); 163 wait_queue_head_t *bit_waitqueue(void *, int); 911 void prepare_to_wait(wait_queue_head_t *q, wait_queue_t *wait, int state); 912 void prepare_to_wait_exclusive(wait_queue_head_t *q, wait_queue_t *wait, int state); 913 long prepare_to_wait_event(wait_queue_head_t *q, wait_queue_t *wait, int state); 914 void finish_wait(wait_queue_head_t *q, wait_queue_t *wait); 915 void abort_exclusive_wait(wait_queue_head_t *q, wait_queue_t *wait, unsigned int mode, void *key);
|
H A D | poll.h | 31 typedef void (*poll_queue_proc)(struct file *, wait_queue_head_t *, struct poll_table_struct *); 42 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) poll_wait() 79 wait_queue_head_t *wait_address;
|
H A D | lp.h | 57 wait_queue_head_t waitq; 60 wait_queue_head_t dataq;
|
H A D | hidraw.h | 23 wait_queue_head_t wait;
|
H A D | libps2.h | 36 wait_queue_head_t wait;
|
H A D | maple.h | 79 wait_queue_head_t maple_wait;
|
H A D | mempool.h | 23 wait_queue_head_t wait;
|
H A D | percpu_ida.h | 46 wait_queue_head_t wait;
|
H A D | coda_psdev.h | 13 wait_queue_head_t vc_waitq; /* Venus wait queue */
|
H A D | n_r3964.h | 155 wait_queue_head_t read_wait;
|
H A D | pps_kernel.h | 69 wait_queue_head_t queue; /* PPS event queue */
|
H A D | rtnetlink.h | 32 extern wait_queue_head_t netdev_unregistering_wq;
|
H A D | ucb1400.h | 99 wait_queue_head_t ts_wait;
|
H A D | completion.h | 27 wait_queue_head_t wait;
|
/linux-4.1.27/drivers/media/pci/mantis/ |
H A D | mantis_link.h | 52 wait_queue_head_t hif_opdone_wq; 53 wait_queue_head_t hif_brrdyw_wq; 54 wait_queue_head_t hif_data_wq; 55 wait_queue_head_t hif_write_wq; /* HIF Write op */
|
H A D | mantis_common.h | 137 wait_queue_head_t i2c_wq; 168 wait_queue_head_t uart_wq;
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-dvb.h | 30 wait_queue_head_t buffer_wait_data;
|
/linux-4.1.27/include/uapi/linux/ |
H A D | coda_psdev.h | 19 wait_queue_head_t uc_sleep; /* process' wait queue */
|
/linux-4.1.27/sound/usb/usx2y/ |
H A D | usbusx2y.h | 34 wait_queue_head_t In04WaitQueue; 42 wait_queue_head_t us428ctls_wait_queue_head; 46 wait_queue_head_t prepare_wait_queue;
|
H A D | usb_stream.h | 26 wait_queue_head_t sleep;
|
/linux-4.1.27/kernel/sched/ |
H A D | wait.c | 14 void __init_waitqueue_head(wait_queue_head_t *q, const char *name, struct lock_class_key *key) __init_waitqueue_head() 23 void add_wait_queue(wait_queue_head_t *q, wait_queue_t *wait) add_wait_queue() 34 void add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait) add_wait_queue_exclusive() 45 void remove_wait_queue(wait_queue_head_t *q, wait_queue_t *wait) remove_wait_queue() 65 static void __wake_up_common(wait_queue_head_t *q, unsigned int mode, __wake_up_common() 89 void __wake_up(wait_queue_head_t *q, unsigned int mode, __wake_up() 101 * Same as __wake_up but called with the spinlock in wait_queue_head_t held. 103 void __wake_up_locked(wait_queue_head_t *q, unsigned int mode, int nr) __wake_up_locked() 109 void __wake_up_locked_key(wait_queue_head_t *q, unsigned int mode, void *key) __wake_up_locked_key() 132 void __wake_up_sync_key(wait_queue_head_t *q, unsigned int mode, __wake_up_sync_key() 153 void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr_exclusive) __wake_up_sync() 172 prepare_to_wait(wait_queue_head_t *q, wait_queue_t *wait, int state) prepare_to_wait() 186 prepare_to_wait_exclusive(wait_queue_head_t *q, wait_queue_t *wait, int state) prepare_to_wait_exclusive() 199 long prepare_to_wait_event(wait_queue_head_t *q, wait_queue_t *wait, int state) prepare_to_wait_event() 232 void finish_wait(wait_queue_head_t *q, wait_queue_t *wait) finish_wait() 276 void abort_exclusive_wait(wait_queue_head_t *q, wait_queue_t *wait, abort_exclusive_wait() 387 __wait_on_bit(wait_queue_head_t *wq, struct wait_bit_queue *q, __wait_on_bit() 405 wait_queue_head_t *wq = bit_waitqueue(word, bit); out_of_line_wait_on_bit() 416 wait_queue_head_t *wq = bit_waitqueue(word, bit); out_of_line_wait_on_bit_timeout() 425 __wait_on_bit_lock(wait_queue_head_t *wq, struct wait_bit_queue *q, __wait_on_bit_lock() 448 wait_queue_head_t *wq = bit_waitqueue(word, bit); out_of_line_wait_on_bit_lock() 455 void __wake_up_bit(wait_queue_head_t *wq, void *word, int bit) __wake_up_bit() 486 wait_queue_head_t *bit_waitqueue(void *word, int bit) bit_waitqueue() 501 static inline wait_queue_head_t *atomic_t_waitqueue(atomic_t *p) atomic_t_waitqueue() 531 int __wait_on_atomic_t(wait_queue_head_t *wq, struct wait_bit_queue *q, __wait_on_atomic_t() 562 wait_queue_head_t *wq = atomic_t_waitqueue(p); out_of_line_wait_on_atomic_t()
|
/linux-4.1.27/drivers/char/xillybus/ |
H A D | xillybus.h | 65 wait_queue_head_t wr_wait; 66 wait_queue_head_t wr_ready_wait; 82 wait_queue_head_t rd_wait; 106 wait_queue_head_t ep_wait;
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | vt8500lcdfb.h | 22 wait_queue_head_t wait;
|
H A D | sa1100fb.h | 62 wait_queue_head_t ctrlr_wait;
|
H A D | sh_mobile_lcdcfb.h | 75 wait_queue_head_t frame_end_wait;
|
H A D | pxafb.h | 146 wait_queue_head_t ctrlr_wait;
|
/linux-4.1.27/fs/nfs/ |
H A D | netns.h | 21 wait_queue_head_t bl_wq;
|
/linux-4.1.27/net/ieee802154/ |
H A D | core.h | 15 wait_queue_head_t dev_wait;
|
/linux-4.1.27/arch/xtensa/include/asm/ |
H A D | highmem.h | 56 extern wait_queue_head_t pkmap_map_wait_arr[]; 58 static inline wait_queue_head_t *get_pkmap_wait_queue_head(unsigned int color) get_pkmap_wait_queue_head()
|
/linux-4.1.27/fs/squashfs/ |
H A D | squashfs_fs_sb.h | 38 wait_queue_head_t wait_queue; 50 wait_queue_head_t wait_queue;
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | rtlx.h | 57 wait_queue_head_t rt_queue; 58 wait_queue_head_t lx_queue;
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
H A D | dev.h | 91 wait_queue_head_t ds_awake_q; 97 wait_queue_head_t host_sleep_q; 143 wait_queue_head_t waitq; 183 wait_queue_head_t scan_q; 189 wait_queue_head_t fw_waitq;
|
H A D | if_usb.h | 68 wait_queue_head_t fw_wq;
|
H A D | cmd.h | 26 wait_queue_head_t cmdwait_q;
|
/linux-4.1.27/drivers/target/loopback/ |
H A D | tcm_loop.h | 26 wait_queue_head_t tl_tmr_wait;
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | pmu.h | 18 wait_queue_head_t wait;
|
H A D | clk.h | 83 wait_queue_head_t wait;
|
H A D | i2c.h | 77 wait_queue_head_t wait;
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | outpdp.h | 21 wait_queue_head_t wait;
|
/linux-4.1.27/fs/proc/ |
H A D | kmsg.c | 20 extern wait_queue_head_t log_wait;
|
/linux-4.1.27/sound/usb/line6/ |
H A D | midi.h | 38 wait_queue_head_t send_wait;
|
/linux-4.1.27/drivers/char/ |
H A D | snsc.h | 35 wait_queue_head_t sd_rq; /* wait queue for readers */ 36 wait_queue_head_t sd_wq; /* wait queue for writers */
|
H A D | mbcs.h | 523 wait_queue_head_t dmawrite_queue; 524 wait_queue_head_t dmaread_queue; 525 wait_queue_head_t algo_queue;
|
H A D | msm_smd_pkt.c | 49 wait_queue_head_t ch_read_wait_queue; 50 wait_queue_head_t ch_opened_wait_queue;
|
/linux-4.1.27/drivers/gpu/host1x/ |
H A D | intr.h | 36 * 'data' points to a wait_queue_head_t 42 * 'data' points to a wait_queue_head_t
|
H A D | intr.c | 124 wait_queue_head_t *wq = waiter->data; action_wakeup() 130 wait_queue_head_t *wq = waiter->data; action_wakeup_interruptible()
|
/linux-4.1.27/sound/soc/intel/common/ |
H A D | sst-ipc.h | 40 wait_queue_head_t waitq; 65 wait_queue_head_t wait_txq;
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
H A D | cw1200.h | 159 wait_queue_head_t channel_switch_done; 197 wait_queue_head_t bh_wq; 198 wait_queue_head_t bh_evt_wq; 220 wait_queue_head_t wsm_cmd_wq; 221 wait_queue_head_t wsm_startup_done; 280 wait_queue_head_t ps_mode_switch_done;
|
H A D | queue.h | 54 wait_queue_head_t wait_link_id_empty;
|
/linux-4.1.27/drivers/media/pci/ddbridge/ |
H A D | ddbridge.h | 85 wait_queue_head_t wq; 113 wait_queue_head_t wq; 132 wait_queue_head_t wq;
|
/linux-4.1.27/drivers/bluetooth/ |
H A D | btmrvl_drv.h | 55 wait_queue_head_t wait_q; 88 wait_queue_head_t cmd_wait_q; 89 wait_queue_head_t event_hs_wait_q;
|
/linux-4.1.27/include/net/caif/ |
H A D | caif_hsi.h | 166 wait_queue_head_t wake_up_wait; 167 wait_queue_head_t wake_down_wait; 168 wait_queue_head_t flush_fifo_wait;
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
H A D | spufs.h | 67 wait_queue_head_t wait; 100 wait_queue_head_t ibox_wq; 101 wait_queue_head_t wbox_wq; 102 wait_queue_head_t stop_wq; 103 wait_queue_head_t mfc_wq; 104 wait_queue_head_t run_wq;
|
/linux-4.1.27/sound/usb/caiaq/ |
H A D | device.h | 74 wait_queue_head_t ep1_wait_queue; 75 wait_queue_head_t prepare_wait_queue;
|
/linux-4.1.27/drivers/isdn/i4l/ |
H A D | isdn_common.h | 39 extern int isdn_readbchan(int, int, u_char *, u_char *, int, wait_queue_head_t *);
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
H A D | ispccp2.h | 76 wait_queue_head_t wait;
|
H A D | ispcsi2.h | 144 wait_queue_head_t wait;
|
H A D | ispresizer.h | 109 wait_queue_head_t wait;
|
H A D | ispccdc.h | 157 wait_queue_head_t wait;
|
H A D | isppreview.h | 144 wait_queue_head_t wait;
|
/linux-4.1.27/drivers/misc/mei/ |
H A D | hw-txe.h | 53 wait_queue_head_t wait_aliveness_resp;
|
H A D | mei_dev.h | 245 wait_queue_head_t tx_wait; 246 wait_queue_head_t rx_wait; 247 wait_queue_head_t wait; 524 wait_queue_head_t wait_hw_ready; 525 wait_queue_head_t wait_pg; 526 wait_queue_head_t wait_hbm_start; 527 wait_queue_head_t wait_stop_wd;
|
/linux-4.1.27/drivers/net/wireless/libertas_tf/ |
H A D | if_usb.h | 64 wait_queue_head_t fw_wq;
|
/linux-4.1.27/drivers/sbus/char/ |
H A D | bbc_i2c.h | 61 wait_queue_head_t wq;
|
/linux-4.1.27/drivers/staging/media/omap4iss/ |
H A D | iss_ipipe.h | 54 wait_queue_head_t wait;
|
H A D | iss_resizer.h | 57 wait_queue_head_t wait;
|
H A D | iss_ipipeif.h | 74 wait_queue_head_t wait;
|
H A D | iss_csi2.h | 147 wait_queue_head_t wait;
|
H A D | iss.h | 130 int omap4iss_module_sync_idle(struct media_entity *me, wait_queue_head_t *wait, 133 int omap4iss_module_sync_is_stopping(wait_queue_head_t *wait,
|
/linux-4.1.27/drivers/staging/olpc_dcon/ |
H A D | olpc_dcon.h | 64 wait_queue_head_t waitq;
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
H A D | armada_crtc.h | 69 wait_queue_head_t frame_wait;
|
/linux-4.1.27/arch/xtensa/mm/ |
H A D | highmem.c | 19 wait_queue_head_t pkmap_map_wait_arr[DCACHE_N_COLORS];
|
/linux-4.1.27/block/ |
H A D | blk-mq-tag.h | 13 wait_queue_head_t wait;
|
/linux-4.1.27/drivers/char/tpm/ |
H A D | tpm_ibmvtpm.h | 45 wait_queue_head_t wq;
|
H A D | tpm.h | 145 wait_queue_head_t read_queue; 146 wait_queue_head_t int_queue; 408 wait_queue_head_t *, bool);
|
/linux-4.1.27/drivers/gpu/drm/rcar-du/ |
H A D | rcar_du_crtc.h | 35 wait_queue_head_t flip_wait;
|
H A D | rcar_du_drv.h | 90 wait_queue_head_t wait;
|
/linux-4.1.27/include/video/ |
H A D | broadsheetfb.h | 51 wait_queue_head_t waitq;
|
H A D | metronomefb.h | 32 wait_queue_head_t waitq;
|
H A D | auo_k190xfb.h | 39 wait_queue_head_t waitq;
|
/linux-4.1.27/net/netlink/ |
H A D | af_netlink.h | 37 wait_queue_head_t wait;
|
/linux-4.1.27/sound/core/seq/oss/ |
H A D | seq_oss_readq.h | 38 wait_queue_head_t midi_sleep;
|
H A D | seq_oss_writeq.h | 33 wait_queue_head_t sync_sleep;
|
/linux-4.1.27/sound/usb/6fire/ |
H A D | pcm.h | 68 wait_queue_head_t stream_wait_queue;
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
H A D | c2_provider.h | 97 wait_queue_head_t wait; 112 wait_queue_head_t wait;
|
H A D | c2_vq.h | 42 wait_queue_head_t wait_object; /* wait object for vq reqs */
|
/linux-4.1.27/drivers/atm/ |
H A D | eni.h | 87 wait_queue_head_t tx_wait; /* for close */ 101 wait_queue_head_t rx_wait; /* for close */
|
H A D | zatm.h | 50 wait_queue_head_t tx_wait; /* for close */
|
/linux-4.1.27/drivers/gpu/drm/via/ |
H A D | via_dmablit.h | 75 wait_queue_head_t blit_queue[VIA_NUM_BLIT_SLOTS]; 76 wait_queue_head_t busy_queue;
|
H A D | via_drv.h | 59 wait_queue_head_t irq_queue; 68 wait_queue_head_t decoder_queue[VIA_NR_XVMC_LOCKS];
|
/linux-4.1.27/drivers/vhost/ |
H A D | vhost.h | 21 wait_queue_head_t done; 31 wait_queue_head_t *wqh;
|
/linux-4.1.27/fs/jffs2/ |
H A D | jffs2_fs_sb.h | 112 wait_queue_head_t erase_wait; /* For waiting for erases to complete */ 114 wait_queue_head_t inocache_wq;
|
/linux-4.1.27/include/sound/ |
H A D | rawmidi.h | 81 wait_queue_head_t sleep; 141 wait_queue_head_t open_wait;
|
H A D | hwdep.h | 68 wait_queue_head_t open_wait;
|
/linux-4.1.27/fs/btrfs/ |
H A D | transaction.h | 60 wait_queue_head_t writer_wait; 61 wait_queue_head_t commit_wait;
|
H A D | extent_io.h | 109 wait_queue_head_t wq; 152 wait_queue_head_t write_lock_wq; 157 wait_queue_head_t read_lock_wq;
|
/linux-4.1.27/net/bluetooth/hidp/ |
H A D | hidp.h | 143 wait_queue_head_t state_queue; 179 wait_queue_head_t report_queue;
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-ibm_iic.h | 48 wait_queue_head_t wq;
|
H A D | i2c-iop3xx.h | 97 wait_queue_head_t waitq;
|
H A D | i2c-pca-isa.c | 44 static wait_queue_head_t pca_wait;
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | iwcm.h | 52 wait_queue_head_t connect_wait;
|
/linux-4.1.27/drivers/media/platform/s5p-g2d/ |
H A D | g2d.h | 35 wait_queue_head_t irq_queue;
|
/linux-4.1.27/drivers/staging/iio/adc/ |
H A D | ad7606.h | 68 wait_queue_head_t wq_data_avail;
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
H A D | libcfs_prim.h | 48 void add_wait_queue_exclusive_head(wait_queue_head_t *, wait_queue_t *);
|
H A D | libcfs_fail.h | 42 extern wait_queue_head_t cfs_race_waitq;
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
H A D | mthca_provider.h | 151 * Finally, each struct mthca_cq/qp has a wait_queue_head_t for the 218 wait_queue_head_t wait; 242 wait_queue_head_t wait; 284 wait_queue_head_t wait;
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
H A D | sti_hdmi.h | 63 wait_queue_head_t wait_event;
|
/linux-4.1.27/drivers/usb/usbip/ |
H A D | vhci.h | 52 wait_queue_head_t waitq_tx;
|
H A D | stub.h | 62 wait_queue_head_t tx_waitq;
|
/linux-4.1.27/fs/ocfs2/dlmfs/ |
H A D | userdlm.h | 65 wait_queue_head_t l_event;
|
/linux-4.1.27/include/net/irda/ |
H A D | af_irda.h | 75 wait_queue_head_t query_wait; /* Wait for the answer to a query */
|
/linux-4.1.27/fs/f2fs/ |
H A D | gc.h | 27 wait_queue_head_t gc_wait_queue_head;
|
/linux-4.1.27/sound/core/seq/ |
H A D | seq_fifo.h | 37 wait_queue_head_t input_sleep;
|
H A D | seq_memory.h | 60 wait_queue_head_t output_sleep;
|
/linux-4.1.27/sound/usb/ |
H A D | mixer.h | 21 wait_queue_head_t rc_waitq;
|
H A D | usbaudio.h | 45 wait_queue_head_t shutdown_wait;
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
H A D | av7110.h | 71 wait_queue_head_t wait_queue; 148 wait_queue_head_t bmpq; 234 wait_queue_head_t arm_wait;
|
/linux-4.1.27/drivers/misc/ibmasm/ |
H A D | ibmasm.h | 92 wait_queue_head_t wait; 134 wait_queue_head_t wait; 141 wait_queue_head_t wait;
|
/linux-4.1.27/drivers/s390/net/ |
H A D | lcs.h | 276 wait_queue_head_t wait_q; 289 wait_queue_head_t wait_q; 321 wait_queue_head_t wait_q;
|
/linux-4.1.27/drivers/crypto/ccp/ |
H A D | ccp-dev.h | 182 wait_queue_head_t int_queue; 248 wait_queue_head_t ksb_queue; 255 wait_queue_head_t suspend_queue;
|
/linux-4.1.27/drivers/usb/host/whci/ |
H A D | whcd.h | 58 wait_queue_head_t cmd_wq; 67 wait_queue_head_t async_list_wq; 72 wait_queue_head_t periodic_list_wq;
|
/linux-4.1.27/fs/nilfs2/ |
H A D | segment.h | 172 wait_queue_head_t sc_wait_request; 173 wait_queue_head_t sc_wait_daemon; 174 wait_queue_head_t sc_wait_task;
|
/linux-4.1.27/fs/ocfs2/ |
H A D | ocfs2.h | 198 wait_queue_head_t l_event; 360 wait_queue_head_t checkpoint_event; 411 wait_queue_head_t recovery_event; 415 wait_queue_head_t dc_event; 432 wait_queue_head_t osb_mount_event; 447 wait_queue_head_t osb_wipe_event;
|
/linux-4.1.27/fs/fuse/ |
H A D | fuse_i.h | 106 wait_queue_head_t page_waitq; 157 wait_queue_head_t poll_wait; 332 wait_queue_head_t waitq; 424 wait_queue_head_t waitq; 476 wait_queue_head_t blocked_waitq; 479 wait_queue_head_t reserved_req_waitq;
|
/linux-4.1.27/fs/gfs2/ |
H A D | incore.h | 697 wait_queue_head_t sd_glock_wait; 757 wait_queue_head_t sd_quota_wait; 787 wait_queue_head_t sd_log_waitq; 788 wait_queue_head_t sd_logd_waitq; 798 wait_queue_head_t sd_log_flush_wait; 802 wait_queue_head_t sd_reserving_log_wait;
|
/linux-4.1.27/drivers/md/ |
H A D | bitmap.h | 225 wait_queue_head_t write_wait; 226 wait_queue_head_t overflow_wait; 227 wait_queue_head_t behind_wait;
|
/linux-4.1.27/drivers/mtd/ |
H A D | mtdblock.c | 60 wait_queue_head_t *wait_q = (wait_queue_head_t *)done->priv; erase_callback() 69 wait_queue_head_t wait_q; erase_write()
|
H A D | mtdoops.c | 89 wait_queue_head_t *wait_q = (wait_queue_head_t *)done->priv; mtdoops_erase_callback() 101 wait_queue_head_t wait_q; mtdoops_erase_block()
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
H A D | solo6x10.h | 214 wait_queue_head_t i2c_wait; 230 wait_queue_head_t disp_thread_wait; 264 wait_queue_head_t ring_thread_wait;
|
/linux-4.1.27/drivers/media/pci/zoran/ |
H A D | zoran.h | 313 wait_queue_head_t v4l_capq; 334 wait_queue_head_t jpg_capq; /* wait here for grab to finish */ 386 wait_queue_head_t test_q;
|
/linux-4.1.27/drivers/vme/bridges/ |
H A D | vme_ca91cx42.h | 43 wait_queue_head_t dma_queue; 44 wait_queue_head_t iack_queue; 45 wait_queue_head_t mbox_queue;
|
/linux-4.1.27/drivers/isdn/pcbit/ |
H A D | pcbit.h | 72 wait_queue_head_t set_running_wq;
|
/linux-4.1.27/drivers/media/i2c/ |
H A D | msp3400-driver.h | 102 wait_queue_head_t wq;
|
/linux-4.1.27/drivers/net/wireless/ath/ar5523/ |
H A D | ar5523.h | 105 wait_queue_head_t tx_flush_waitq;
|
/linux-4.1.27/drivers/media/platform/vsp1/ |
H A D | vsp1_video.h | 69 wait_queue_head_t wq;
|
/linux-4.1.27/drivers/media/usb/stkwebcam/ |
H A D | stk-webcam.h | 115 wait_queue_head_t wait_frame;
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
H A D | bnx2fc.h | 240 wait_queue_head_t destroy_wait; 243 wait_queue_head_t shutdown_wait; 380 wait_queue_head_t ofld_wait; 383 wait_queue_head_t upld_wait;
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
H A D | ibmvscsi.h | 103 wait_queue_head_t work_wait_q;
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/ |
H A D | ft1000_usb.h | 25 wait_queue_head_t wait_dpram_msg;
|
/linux-4.1.27/drivers/ptp/ |
H A D | ptp_private.h | 52 wait_queue_head_t tsev_wq;
|
/linux-4.1.27/drivers/s390/char/ |
H A D | vmur.h | 73 wait_queue_head_t wait; /* wait queue to serialize open */
|
/linux-4.1.27/drivers/staging/speakup/ |
H A D | speakup.h | 89 extern wait_queue_head_t speakup_event;
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
H A D | fail.c | 44 wait_queue_head_t cfs_race_waitq;
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | zd1201.h | 39 wait_queue_head_t rxdataq;
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | mac80211_if.h | 74 wait_queue_head_t tx_flush_wq;
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
H A D | qxl_drv.h | 300 wait_queue_head_t display_event; 301 wait_queue_head_t cursor_event; 302 wait_queue_head_t io_cmd_event; 358 wait_queue_head_t *push_event);
|
/linux-4.1.27/drivers/block/zram/ |
H A D | zram_drv.h | 117 wait_queue_head_t io_done;
|
/linux-4.1.27/drivers/char/pcmcia/ |
H A D | cm4040_cs.c | 72 wait_queue_head_t devq; 73 wait_queue_head_t poll_wait; 74 wait_queue_head_t read_wait; 75 wait_queue_head_t write_wait;
|
/linux-4.1.27/drivers/clk/at91/ |
H A D | clk-system.c | 34 wait_queue_head_t wait;
|
H A D | clk-utmi.c | 31 wait_queue_head_t wait;
|
H A D | clk-main.c | 39 wait_queue_head_t wait; 48 wait_queue_head_t wait; 66 wait_queue_head_t wait;
|
/linux-4.1.27/drivers/hid/usbhid/ |
H A D | usbhid.h | 95 wait_queue_head_t wait; /* For sleeping */
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | ifx6x60.h | 127 wait_queue_head_t mdm_reset_wait;
|
/linux-4.1.27/drivers/usb/class/ |
H A D | cdc-acm.h | 111 wait_queue_head_t wioctl; /* for ioctl */
|
/linux-4.1.27/fs/ |
H A D | mount.h | 14 wait_queue_head_t poll;
|
/linux-4.1.27/include/linux/sunrpc/ |
H A D | rpc_pipe_fs.h | 63 wait_queue_head_t waitq;
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | dma.h | 83 wait_queue_head_t wait_queue;
|
/linux-4.1.27/fs/fscache/ |
H A D | main.c | 47 DEFINE_PER_CPU(wait_queue_head_t, fscache_object_cong_wait);
|
/linux-4.1.27/net/bluetooth/cmtp/ |
H A D | cmtp.h | 87 wait_queue_head_t wait;
|
/linux-4.1.27/mm/ |
H A D | backing-dev.c | 471 static wait_queue_head_t congestion_wqh[2] = { 480 wait_queue_head_t *wqh = &congestion_wqh[sync]; clear_bdi_congested() 515 wait_queue_head_t *wqh = &congestion_wqh[sync]; congestion_wait() 551 wait_queue_head_t *wqh = &congestion_wqh[sync]; wait_iff_congested()
|
H A D | highmem.c | 99 static inline wait_queue_head_t *get_pkmap_wait_queue_head(unsigned int color) get_pkmap_wait_queue_head() 243 wait_queue_head_t *pkmap_map_wait = map_new_virtual() 339 wait_queue_head_t *pkmap_map_wait; kunmap_high()
|
/linux-4.1.27/net/nfc/hci/ |
H A D | hci.h | 39 wait_queue_head_t *wq;
|
/linux-4.1.27/sound/firewire/oxfw/ |
H A D | oxfw.h | 73 wait_queue_head_t hwdep_wait;
|
/linux-4.1.27/include/linux/isdn/ |
H A D | capilli.h | 72 wait_queue_head_t state_wait_queue;
|
/linux-4.1.27/include/linux/mtd/ |
H A D | flashchip.h | 90 wait_queue_head_t wq; /* Wait on here when we're waiting for the chip
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
H A D | iwch_provider.h | 108 wait_queue_head_t wait; 167 wait_queue_head_t wait;
|
H A D | iwch_cm.h | 163 wait_queue_head_t waitq;
|
/linux-4.1.27/drivers/media/usb/go7007/ |
H A D | go7007-priv.h | 241 wait_queue_head_t frame_waitq; 256 wait_queue_head_t interrupt_waitq;
|
/linux-4.1.27/drivers/media/usb/hdpvr/ |
H A D | hdpvr.h | 106 wait_queue_head_t wait_buffer; 108 wait_queue_head_t wait_data;
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
H A D | islpci_dev.h | 162 wait_queue_head_t reset_done; 167 wait_queue_head_t mgmt_wqueue; /* waitqueue for mbox */
|
/linux-4.1.27/drivers/scsi/ |
H A D | hptiop.h | 336 wait_queue_head_t reset_wq; 337 wait_queue_head_t ioctl_wq;
|
/linux-4.1.27/fs/ocfs2/cluster/ |
H A D | tcp_internal.h | 104 wait_queue_head_t nn_sc_wq; 218 wait_queue_head_t ns_wq;
|
/linux-4.1.27/fs/ocfs2/dlm/ |
H A D | dlmcommon.h | 64 wait_queue_head_t wq; 116 wait_queue_head_t event; 143 wait_queue_head_t dlm_join_events; 172 wait_queue_head_t dlm_thread_wq; 173 wait_queue_head_t dlm_reco_thread_wq; 174 wait_queue_head_t ast_wq; 175 wait_queue_head_t migration_wq; 329 wait_queue_head_t wq;
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_txnmgr.h | 50 wait_queue_head_t waitor; /* tids waiting on this tid */ 61 wait_queue_head_t gcwait; /* group commit event list:
|
/linux-4.1.27/include/media/ |
H A D | videobuf-core.h | 81 wait_queue_head_t done; 141 wait_queue_head_t wait; /* wait if queue is empty */
|
/linux-4.1.27/drivers/media/pci/saa7164/ |
H A D | saa7164-cmd.c | 87 wait_queue_head_t *q = NULL; saa7164_irq_dequeue() 140 wait_queue_head_t *q = NULL; saa7164_cmd_dequeue() 264 wait_queue_head_t *q = NULL; saa7164_cmd_wait()
|
/linux-4.1.27/drivers/media/usb/usbvision/ |
H A D | usbvision.h | 371 wait_queue_head_t ctrl_urb_wq; /* Processes waiting */ 411 wait_queue_head_t wait_frame; /* Processes waiting */ 412 wait_queue_head_t wait_stream; /* Processes waiting */
|
/linux-4.1.27/drivers/staging/dgnc/ |
H A D | dgnc_driver.h | 178 wait_queue_head_t state_wait; /* Place to sleep on for state change */ 267 wait_queue_head_t un_flags_wait; /* Place to sleep to wait on unit */ 317 wait_queue_head_t ch_flags_wait;
|
/linux-4.1.27/drivers/block/xen-blkback/ |
H A D | common.h | 280 wait_queue_head_t wq; 308 wait_queue_head_t pending_free_wq; 322 wait_queue_head_t shutdown_wq;
|
/linux-4.1.27/include/linux/mfd/ |
H A D | si476x-core.h | 133 wait_queue_head_t rds_read_queue; 139 wait_queue_head_t command; 142 wait_queue_head_t tuning;
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
H A D | divamnt.c | 46 static wait_queue_head_t msgwaitq;
|
/linux-4.1.27/drivers/misc/vmw_vmci/ |
H A D | vmci_context.h | 40 wait_queue_head_t wait_queue;
|
/linux-4.1.27/drivers/media/i2c/cx25840/ |
H A D | cx25840-core.h | 72 wait_queue_head_t fw_wait; /* wake up when the fw load is finished */
|
/linux-4.1.27/drivers/media/platform/omap/ |
H A D | omap_voutdef.h | 87 wait_queue_head_t wait;
|
/linux-4.1.27/drivers/misc/genwqe/ |
H A D | card_base.h | 227 wait_queue_head_t *ddcb_waitqs; /* waitqueue per ddcb */ 230 wait_queue_head_t busy_waitq; /* wait for ddcb processing */ 287 wait_queue_head_t queue_waitq; 293 wait_queue_head_t health_waitq;
|
/linux-4.1.27/drivers/misc/ |
H A D | hpilo.h | 151 wait_queue_head_t ccb_waitq;
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
H A D | iwl-notif-wait.h | 72 wait_queue_head_t notif_waitq;
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
H A D | decl.h | 172 wait_queue_head_t wait;
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
H A D | rsi_main.h | 134 wait_queue_head_t event_queue;
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
H A D | be.h | 138 wait_queue_head_t mcc_wait[MAX_MCC_CMD + 1];
|
/linux-4.1.27/drivers/staging/rts5208/ |
H A D | rtsx.h | 120 wait_queue_head_t delay_wait; /* wait during scan, reset */
|