| /linux-4.1.27/kernel/sched/ | 
| D | wait.c | 14 void __init_waitqueue_head(wait_queue_head_t *q, const char *name, struct lock_class_key *key)  in __init_waitqueue_head() 23 void add_wait_queue(wait_queue_head_t *q, wait_queue_t *wait)  in add_wait_queue() 34 void add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait)  in add_wait_queue_exclusive() 45 void remove_wait_queue(wait_queue_head_t *q, wait_queue_t *wait)  in remove_wait_queue() 65 static void __wake_up_common(wait_queue_head_t *q, unsigned int mode,  in __wake_up_common() 89 void __wake_up(wait_queue_head_t *q, unsigned int mode,  in __wake_up() 103 void __wake_up_locked(wait_queue_head_t *q, unsigned int mode, int nr)  in __wake_up_locked() 109 void __wake_up_locked_key(wait_queue_head_t *q, unsigned int mode, void *key)  in __wake_up_locked_key() 132 void __wake_up_sync_key(wait_queue_head_t *q, unsigned int mode,  in __wake_up_sync_key() 153 void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr_exclusive)  in __wake_up_sync() [all …] 
 | 
| /linux-4.1.27/include/linux/ | 
| D | wait.h | 43 typedef struct __wait_queue_head wait_queue_head_t;  typedef 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)  in 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)  in __add_wait_queue() 123 __add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait)  in __add_wait_queue_exclusive() [all …] 
 | 
| D | uinput.h | 65 	wait_queue_head_t	waitq; 73 	wait_queue_head_t	requests_waitq;
  | 
| 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)  in poll_wait() 79 	wait_queue_head_t *wait_address;
  | 
| D | lp.h | 57 	wait_queue_head_t waitq; 60 	wait_queue_head_t dataq;
  | 
| D | jbd.h | 621 	wait_queue_head_t	j_wait_transaction_locked; 624 	wait_queue_head_t	j_wait_logspace; 627 	wait_queue_head_t	j_wait_done_commit; 630 	wait_queue_head_t	j_wait_checkpoint; 633 	wait_queue_head_t	j_wait_commit; 636 	wait_queue_head_t	j_wait_updates;
  | 
| D | isdn.h | 415 	wait_queue_head_t   st_waitq;         /* Wait-Queue for status-read's     */ 426 	wait_queue_head_t  *rcv_waitq;       /* Wait-Queues for B-Channel-Reads  */ 427 	wait_queue_head_t  *snd_waitq;       /* Wait-Queue for B-Channel-Send's  */ 445 	wait_queue_head_t info_waitq;                 /* Wait-Queue for isdninfo    */
  | 
| D | dma-buf.h | 137 	wait_queue_head_t poll; 141 		wait_queue_head_t *poll;
  | 
| D | genetlink.h | 16 extern wait_queue_head_t genl_sk_destructing_waitq;
  | 
| D | percpu-rwsem.h | 15 	wait_queue_head_t	write_waitq;
  | 
| D | fs_pin.h | 4 	wait_queue_head_t	wait;
  | 
| D | jbd2.h | 809 	wait_queue_head_t	j_wait_transaction_locked; 812 	wait_queue_head_t	j_wait_done_commit; 815 	wait_queue_head_t	j_wait_commit; 818 	wait_queue_head_t	j_wait_updates; 821 	wait_queue_head_t	j_wait_reserved;
  | 
| D | hidraw.h | 23 	wait_queue_head_t wait;
  | 
| D | percpu_ida.h | 46 		wait_queue_head_t	wait;
  | 
| D | libps2.h | 36 	wait_queue_head_t wait;
  | 
| D | completion.h | 27 	wait_queue_head_t wait;
  | 
| D | pipe_fs_i.h | 48 	wait_queue_head_t wait;
  | 
| D | n_r3964.h | 155 	wait_queue_head_t read_wait;
  | 
| D | tty.h | 229 	wait_queue_head_t	open_wait;	/* Open waiters */ 230 	wait_queue_head_t	close_wait;	/* Close waiters */ 231 	wait_queue_head_t	delta_msr_wait;	/* Modem status change */ 301 	wait_queue_head_t write_wait; 302 	wait_queue_head_t read_wait;
  | 
| D | mempool.h | 23 	wait_queue_head_t wait;
  | 
| D | uio_driver.h | 72         wait_queue_head_t       wait;
  | 
| D | console_struct.h | 66 	wait_queue_head_t paste_wait;
  | 
| D | pps_kernel.h | 69 	wait_queue_head_t queue;		/* PPS event queue */
  | 
| D | fsnotify_backend.h | 142 	wait_queue_head_t notification_waitq;	/* read() on the notification file blocks on this waitq */ 183 			wait_queue_head_t access_waitq;
  | 
| D | maple.h | 79 	wait_queue_head_t maple_wait;
  | 
| /linux-4.1.27/drivers/media/pci/mantis/ | 
| 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 */
  | 
| D | mantis_common.h | 137 	wait_queue_head_t	i2c_wq; 168 	wait_queue_head_t	uart_wq;
  | 
| /linux-4.1.27/drivers/char/xillybus/ | 
| 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/net/wireless/cw1200/ | 
| 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;
  | 
| /linux-4.1.27/drivers/net/wireless/libertas/ | 
| 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;
  | 
| D | if_usb.h | 68 	wait_queue_head_t fw_wq;
  | 
| /linux-4.1.27/sound/usb/usx2y/ | 
| 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;
  | 
| D | usb_stream.h | 26 	wait_queue_head_t sleep;
  | 
| /linux-4.1.27/fs/xfs/ | 
| D | xfs_log_priv.h | 217 	wait_queue_head_t	ic_force_wait; 218 	wait_queue_head_t	ic_write_wait; 289 	wait_queue_head_t	xc_commit_wait; 382 	wait_queue_head_t	l_flush_wait ____cacheline_aligned_in_smp; 550 static inline void xlog_wait(wait_queue_head_t *wq, spinlock_t *lock)  in xlog_wait()
  | 
| /linux-4.1.27/fs/nilfs2/ | 
| 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/arch/powerpc/platforms/cell/spufs/ | 
| 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/drivers/char/ | 
| 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 */
  | 
| D | mbcs.h | 523 	wait_queue_head_t dmawrite_queue; 524 	wait_queue_head_t dmaread_queue; 525 	wait_queue_head_t algo_queue;
  | 
| /linux-4.1.27/drivers/crypto/ccp/ | 
| 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/include/net/caif/ | 
| 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/drivers/bluetooth/ | 
| 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/drivers/misc/mei/ | 
| 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;
  | 
| D | hw-txe.h | 53 	wait_queue_head_t wait_aliveness_resp;
  | 
| /linux-4.1.27/drivers/media/pci/ddbridge/ | 
| 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/fs/squashfs/ | 
| 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/ | 
| D | rtlx.h | 57 	wait_queue_head_t rt_queue; 58 	wait_queue_head_t lx_queue;
  | 
| /linux-4.1.27/drivers/md/ | 
| D | bitmap.h | 225 	wait_queue_head_t write_wait; 226 	wait_queue_head_t overflow_wait; 227 	wait_queue_head_t behind_wait;
  | 
| D | md.h | 78 	wait_queue_head_t blocked_wait; 382 	wait_queue_head_t		recovery_wait; 408 	wait_queue_head_t		sb_wait;	/* for waiting on superblock updates */ 605 	wait_queue_head_t	wqueue;
  | 
| D | raid5.h | 517 	wait_queue_head_t	wait_for_stripe; 518 	wait_queue_head_t	wait_for_overlap;
  | 
| D | raid1.h | 75 	wait_queue_head_t	wait_barrier;
  | 
| D | raid10.h | 73 	wait_queue_head_t	wait_barrier;
  | 
| /linux-4.1.27/fs/fuse/ | 
| 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/arch/xtensa/include/asm/ | 
| 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)  in get_pkmap_wait_queue_head()
  | 
| /linux-4.1.27/sound/soc/intel/common/ | 
| D | sst-ipc.h | 40 	wait_queue_head_t waitq; 65 	wait_queue_head_t wait_txq;
  | 
| /linux-4.1.27/drivers/gpu/drm/via/ | 
| D | via_dmablit.h | 75 	wait_queue_head_t blit_queue[VIA_NUM_BLIT_SLOTS]; 76 	wait_queue_head_t busy_queue;
  | 
| 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/misc/ibmasm/ | 
| 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/infiniband/hw/mthca/ | 
| D | mthca_provider.h | 218 	wait_queue_head_t	wait; 242 	wait_queue_head_t	wait; 284 	wait_queue_head_t      wait;
  | 
| /linux-4.1.27/drivers/misc/genwqe/ | 
| 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/fs/jfs/ | 
| D | jfs_logmgr.h | 382 	wait_queue_head_t free_wait;	/* 4: */ 395 	wait_queue_head_t syncwait;	/* 4: */ 467 	wait_queue_head_t l_ioevent;	/* 4: i/o done event */
  | 
| 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/drivers/net/wimax/i2400m/ | 
| D | i2400m-usb.h | 232 	wait_queue_head_t tx_wq; 235 	wait_queue_head_t rx_wq;
  | 
| /linux-4.1.27/drivers/atm/ | 
| D | eni.h | 87 	wait_queue_head_t tx_wait;	/* for close */ 101 	wait_queue_head_t rx_wait;	/* for close */
  | 
| D | zatm.h | 50 	wait_queue_head_t tx_wait;	/* for close */
  | 
| /linux-4.1.27/fs/jffs2/ | 
| 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/drivers/infiniband/hw/amso1100/ | 
| D | c2_provider.h | 97 	wait_queue_head_t wait; 112 	wait_queue_head_t wait;
  | 
| D | c2_vq.h | 42 	wait_queue_head_t wait_object;	/* wait object for vq reqs */
  | 
| /linux-4.1.27/sound/oss/ | 
| D | msnd.h | 228 	wait_queue_head_t writeblock; 229 	wait_queue_head_t readblock; 230 	wait_queue_head_t writeflush;
  | 
| D | sleep.h | 11 oss_broken_sleep_on(wait_queue_head_t *q, long timeout)  in oss_broken_sleep_on()
  | 
| 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;
  | 
| /linux-4.1.27/drivers/media/pci/ttpci/ | 
| 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/usb/host/whci/ | 
| 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/drivers/s390/net/ | 
| 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/fs/ocfs2/cluster/ | 
| D | tcp_internal.h | 104 	wait_queue_head_t		nn_sc_wq; 218 	wait_queue_head_t	ns_wq;
  | 
| /linux-4.1.27/drivers/net/wireless/prism54/ | 
| 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/sound/usb/caiaq/ | 
| D | device.h | 74 	wait_queue_head_t ep1_wait_queue; 75 	wait_queue_head_t prepare_wait_queue;
  | 
| /linux-4.1.27/net/bluetooth/hidp/ | 
| D | hidp.h | 143 	wait_queue_head_t state_queue; 179 	wait_queue_head_t report_queue;
  | 
| /linux-4.1.27/drivers/misc/sgi-xp/ | 
| D | xpc.h | 559 	wait_queue_head_t msg_allocate_wq;	/* msg allocation wait queue */ 579 	wait_queue_head_t idle_wq;	/* idle kthread wait queue */ 754 	wait_queue_head_t teardown_wq;	/* kthread waiting to teardown infra */ 774 	wait_queue_head_t channel_mgr_wq;	/* channel mgr's wait queue */ 884 extern wait_queue_head_t xpc_activate_IRQ_wq;
  | 
| /linux-4.1.27/fs/gfs2/ | 
| 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/include/linux/mfd/ | 
| 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/staging/dgnc/ | 
| 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/media/pci/zoran/ | 
| 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/fs/ocfs2/ | 
| 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/ocfs2/dlm/ | 
| 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/include/sound/ | 
| D | rawmidi.h | 81 	wait_queue_head_t sleep; 141 	wait_queue_head_t open_wait;
  | 
| D | hwdep.h | 68 	wait_queue_head_t open_wait;
  | 
| D | compress_driver.h | 61 	wait_queue_head_t sleep;
  | 
| /linux-4.1.27/drivers/media/pci/ivtv/ | 
| D | ivtv-driver.h | 349 	wait_queue_head_t waitq; 696 	wait_queue_head_t dma_waitq;    /* wake up when the current DMA is finished */ 697 	wait_queue_head_t eos_waitq;    /* wake up when EOS arrives */ 698 	wait_queue_head_t event_waitq;  /* wake up when the next decoder event arrives */ 699 	wait_queue_head_t vsync_waitq;  /* wake up when the next decoder vsync arrives */ 785 int ivtv_waitq(wait_queue_head_t *waitq);
  | 
| /linux-4.1.27/arch/m68k/include/asm/ | 
| D | atari_joystick.h | 19 	wait_queue_head_t wait;
  | 
| /linux-4.1.27/drivers/media/pci/cx18/ | 
| D | cx18-driver.h | 390 	wait_queue_head_t waitq; 637 	wait_queue_head_t mb_apu_waitq; 638 	wait_queue_head_t mb_cpu_waitq; 639 	wait_queue_head_t cap_w; 641 	wait_queue_head_t dma_waitq;
  | 
| /linux-4.1.27/drivers/video/fbdev/ | 
| D | vt8500lcdfb.h | 22 	wait_queue_head_t	wait;
  | 
| D | sa1100fb.h | 62 	wait_queue_head_t	ctrlr_wait;
  | 
| D | sh_mobile_lcdcfb.h | 75 	wait_queue_head_t frame_end_wait;
  | 
| /linux-4.1.27/drivers/vme/bridges/ | 
| 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/mm/ | 
| D | highmem.c | 99 static inline wait_queue_head_t *get_pkmap_wait_queue_head(unsigned int color)  in get_pkmap_wait_queue_head() 243 			wait_queue_head_t *pkmap_map_wait =  in map_new_virtual() 339 	wait_queue_head_t *pkmap_map_wait;  in kunmap_high()
  | 
| D | backing-dev.c | 471 static wait_queue_head_t congestion_wqh[2] = { 480 	wait_queue_head_t *wqh = &congestion_wqh[sync];  in clear_bdi_congested() 515 	wait_queue_head_t *wqh = &congestion_wqh[sync];  in congestion_wait() 551 	wait_queue_head_t *wqh = &congestion_wqh[sync];  in wait_iff_congested()
  | 
| /linux-4.1.27/drivers/media/usb/hdpvr/ | 
| D | hdpvr.h | 106 	wait_queue_head_t	wait_buffer; 108 	wait_queue_head_t	wait_data;
  | 
| /linux-4.1.27/fs/dlm/ | 
| D | dlm_internal.h | 575 	wait_queue_head_t	ls_uevent_wait;	/* user part of join/leave */ 612 	wait_queue_head_t	ls_wait_general; 613 	wait_queue_head_t	ls_recover_lock_wait; 692 	wait_queue_head_t	wait;
  | 
| /linux-4.1.27/include/uapi/linux/ | 
| D | coda_psdev.h | 19 	wait_queue_head_t   uc_sleep;   /* process' wait queue */
  | 
| /linux-4.1.27/sound/usb/line6/ | 
| D | midi.h | 38 	wait_queue_head_t send_wait;
  | 
| /linux-4.1.27/fs/ | 
| D | eventpoll.c | 193 	wait_queue_head_t wq; 196 	wait_queue_head_t poll_wait; 239 	wait_queue_head_t *whead; 472 static inline void ep_wake_up_nested(wait_queue_head_t *wqueue,  in ep_wake_up_nested() 482 static inline void ep_wake_up_nested(wait_queue_head_t *wqueue,  in ep_wake_up_nested() 491 	ep_wake_up_nested((wait_queue_head_t *) cookie, POLLIN,  in ep_poll_wakeup_proc() 506 static void ep_poll_safewake(wait_queue_head_t *wq)  in ep_poll_safewake() 518 	wait_queue_head_t *whead;  in ep_remove_wait_queue() 828 static void ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead, 1088 static void ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead,  in ep_ptable_queue_proc()
  | 
| /linux-4.1.27/drivers/infiniband/core/ | 
| D | iwcm.h | 52 	wait_queue_head_t connect_wait;
  | 
| D | iwpm_util.h | 68 	wait_queue_head_t   waitq;
  | 
| /linux-4.1.27/drivers/infiniband/ulp/srpt/ | 
| D | ib_srpt.h | 303 	wait_queue_head_t	wait_queue; 404 	wait_queue_head_t	ch_releaseQ;
  | 
| /linux-4.1.27/fs/btrfs/ | 
| D | transaction.h | 60 	wait_queue_head_t writer_wait; 61 	wait_queue_head_t commit_wait;
  | 
| /linux-4.1.27/drivers/scsi/ufs/ | 
| D | ufshcd.h | 202 	wait_queue_head_t tag_wq; 428 	wait_queue_head_t tm_wq; 429 	wait_queue_head_t tm_tag_wq;
  | 
| /linux-4.1.27/drivers/media/pci/solo6x10/ | 
| 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/mtd/ | 
| D | mtdblock.c | 60 	wait_queue_head_t *wait_q = (wait_queue_head_t *)done->priv;  in erase_callback() 69 	wait_queue_head_t wait_q;  in erase_write()
  | 
| D | mtdoops.c | 89 	wait_queue_head_t *wait_q = (wait_queue_head_t *)done->priv;  in mtdoops_erase_callback() 101 	wait_queue_head_t wait_q;  in mtdoops_erase_block()
  | 
| /linux-4.1.27/drivers/media/usb/pvrusb2/ | 
| D | pvrusb2-dvb.h | 30 	wait_queue_head_t	buffer_wait_data;
  | 
| /linux-4.1.27/sound/core/seq/oss/ | 
| D | seq_oss_writeq.h | 33 	wait_queue_head_t sync_sleep;
  | 
| D | seq_oss_readq.h | 38 	wait_queue_head_t midi_sleep;
  | 
| /linux-4.1.27/fs/nfs/ | 
| D | netns.h | 21 	wait_queue_head_t bl_wq;
  | 
| /linux-4.1.27/net/ieee802154/ | 
| D | core.h | 15 	wait_queue_head_t dev_wait;
  | 
| /linux-4.1.27/drivers/s390/scsi/ | 
| D | zfcp_def.h | 172 	wait_queue_head_t	erp_ready_wq; 175 	wait_queue_head_t	erp_done_wqh;
  | 
| /linux-4.1.27/include/media/ | 
| D | videobuf-core.h | 81 	wait_queue_head_t       done; 141 	wait_queue_head_t	   wait; /* wait if queue is empty */
  | 
| D | v4l2-fh.h | 43 	wait_queue_head_t	wait;
  | 
| /linux-4.1.27/drivers/staging/media/omap4iss/ | 
| 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,
  | 
| D | iss_ipipe.h | 54 	wait_queue_head_t wait;
  | 
| D | iss_resizer.h | 57 	wait_queue_head_t wait;
  | 
| D | iss_ipipeif.h | 74 	wait_queue_head_t wait;
  | 
| /linux-4.1.27/kernel/rcu/ | 
| D | tree.h | 213 	wait_queue_head_t nocb_gp_wq[2]; 352 	wait_queue_head_t nocb_wq;	/* For nocb kthreads to sleep on. */ 441 	wait_queue_head_t gp_wq;		/* Where GP task waits. */
  | 
| /linux-4.1.27/drivers/char/tpm/ | 
| D | tpm.h | 145 	wait_queue_head_t read_queue; 146 	wait_queue_head_t int_queue; 408 			     wait_queue_head_t *, bool);
  | 
| D | tpm_ibmvtpm.h | 45 	wait_queue_head_t wq;
  | 
| /linux-4.1.27/drivers/media/usb/usbvision/ | 
| 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/lustre/include/linux/libcfs/ | 
| D | libcfs_prim.h | 48 void add_wait_queue_exclusive_head(wait_queue_head_t *, wait_queue_t *);
  | 
| /linux-4.1.27/drivers/scsi/bnx2fc/ | 
| 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/net/rds/ | 
| D | rds.h | 59 	wait_queue_head_t	m_waitq; 121 	wait_queue_head_t	c_waitq; 304 	wait_queue_head_t	m_flush_wait; 584 	wait_queue_head_t *waitq = sk_sleep(sk);  in __rds_wake_sk_sleep() 589 extern wait_queue_head_t rds_poll_waitq;
  | 
| /linux-4.1.27/fs/afs/ | 
| D | internal.h | 77 	wait_queue_head_t	waitq;		/* processes awaiting completion */ 149 	wait_queue_head_t	waitq;		/* completion and ready wait queue */ 260 	wait_queue_head_t	waitq;		/* status change waitqueue */ 293 	wait_queue_head_t	cb_break_waitq;	/* space available in cb_break waitqueue */ 346 	wait_queue_head_t	update_waitq;	/* status fetch waitqueue */
  | 
| /linux-4.1.27/include/video/ | 
| D | metronomefb.h | 32 	wait_queue_head_t waitq;
  | 
| D | broadsheetfb.h | 51 	wait_queue_head_t waitq;
  | 
| D | auo_k190xfb.h | 39 	wait_queue_head_t waitq;
  | 
| /linux-4.1.27/drivers/gpu/drm/rcar-du/ | 
| D | rcar_du_crtc.h | 35 	wait_queue_head_t flip_wait;
  | 
| D | rcar_du_drv.h | 90 		wait_queue_head_t wait;
  | 
| /linux-4.1.27/include/linux/mtd/ | 
| D | flashchip.h | 90 	wait_queue_head_t wq; /* Wait on here when we're waiting for the chip
  | 
| /linux-4.1.27/drivers/net/xen-netback/ | 
| D | common.h | 167 	wait_queue_head_t dealloc_wq; 172 	wait_queue_head_t wq;
  | 
| /linux-4.1.27/drivers/vhost/ | 
| D | vhost.h | 21 	wait_queue_head_t	  done; 31 	wait_queue_head_t        *wqh;
  | 
| /linux-4.1.27/drivers/target/loopback/ | 
| D | tcm_loop.h | 26 	wait_queue_head_t tl_tmr_wait;
  | 
| /linux-4.1.27/include/net/irda/ | 
| D | af_irda.h | 75 	wait_queue_head_t query_wait;	/* Wait for the answer to a query */
  | 
| /linux-4.1.27/drivers/i2c/busses/ | 
| D | i2c-iop3xx.h | 97 	wait_queue_head_t waitq;
  | 
| D | i2c-ibm_iic.h | 48 	wait_queue_head_t wq;
  | 
| /linux-4.1.27/drivers/isdn/i4l/ | 
| D | isdn_common.h | 39 extern int isdn_readbchan(int, int, u_char *, u_char *, int, wait_queue_head_t *);
  | 
| /linux-4.1.27/sound/core/seq/ | 
| D | seq_fifo.h | 37 	wait_queue_head_t input_sleep;
  | 
| D | seq_memory.h | 60 	wait_queue_head_t output_sleep;
  | 
| /linux-4.1.27/sound/usb/6fire/ | 
| D | pcm.h | 68 	wait_queue_head_t stream_wait_queue;
  | 
| /linux-4.1.27/drivers/gpu/drm/sti/ | 
| D | sti_hdmi.h | 63 	wait_queue_head_t wait_event;
  | 
| /linux-4.1.27/drivers/gpu/drm/qxl/ | 
| 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/net/wireless/iwlwifi/ | 
| D | iwl-notif-wait.h | 72 	wait_queue_head_t notif_waitq;
  | 
| /linux-4.1.27/include/drm/ttm/ | 
| D | ttm_lock.h | 71 	wait_queue_head_t queue;
  | 
| /linux-4.1.27/drivers/block/zram/ | 
| D | zram_drv.h | 117 	wait_queue_head_t io_done;
  | 
| /linux-4.1.27/drivers/media/platform/omap3isp/ | 
| D | isp.h | 246 int omap3isp_module_sync_idle(struct media_entity *me, wait_queue_head_t *wait, 249 int omap3isp_module_sync_is_stopping(wait_queue_head_t *wait,
  | 
| D | ispccp2.h | 76 	wait_queue_head_t wait;
  | 
| D | ispresizer.h | 109 	wait_queue_head_t wait;
  | 
| D | isppreview.h | 144 	wait_queue_head_t wait;
  | 
| D | ispccdc.h | 157 	wait_queue_head_t wait;
  | 
| /linux-4.1.27/drivers/net/wan/ | 
| D | z85230.h | 335 	wait_queue_head_t	open_wait;	/* Tasks waiting to open */ 336 	wait_queue_head_t	close_wait;	/* and for close to end */
  | 
| /linux-4.1.27/fs/proc/ | 
| D | kmsg.c | 20 extern wait_queue_head_t log_wait;
  | 
| /linux-4.1.27/drivers/staging/iio/adc/ | 
| D | ad7606.h | 68 	wait_queue_head_t		wq_data_avail;
  | 
| /linux-4.1.27/drivers/usb/usbip/ | 
| D | stub.h | 62 	wait_queue_head_t tx_waitq;
  | 
| D | vhci.h | 52 	wait_queue_head_t waitq_tx;
  | 
| /linux-4.1.27/drivers/staging/olpc_dcon/ | 
| D | olpc_dcon.h | 64 	wait_queue_head_t waitq;
  | 
| /linux-4.1.27/drivers/char/pcmcia/ | 
| 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/fs/ocfs2/dlmfs/ | 
| D | userdlm.h | 65 	wait_queue_head_t        l_event;
  | 
| /linux-4.1.27/drivers/hid/usbhid/ | 
| D | usbhid.h | 95 	wait_queue_head_t wait;						/* For sleeping */
  | 
| /linux-4.1.27/drivers/scsi/ibmvscsi/ | 
| D | ibmvscsi.h | 103 	wait_queue_head_t work_wait_q;
  | 
| /linux-4.1.27/drivers/ptp/ | 
| D | ptp_private.h | 52 	wait_queue_head_t tsev_wq;
  | 
| /linux-4.1.27/drivers/tty/serial/ | 
| D | ifx6x60.h | 127 	wait_queue_head_t mdm_reset_wait;
  | 
| /linux-4.1.27/drivers/net/wireless/libertas_tf/ | 
| D | if_usb.h | 64 	wait_queue_head_t fw_wq;
  | 
| /linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ | 
| D | pmu.h | 18 		wait_queue_head_t wait;
  | 
| /linux-4.1.27/arch/xtensa/mm/ | 
| D | highmem.c | 19 wait_queue_head_t pkmap_map_wait_arr[DCACHE_N_COLORS];
  | 
| /linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ | 
| D | outpdp.h | 21 		wait_queue_head_t wait;
  | 
| /linux-4.1.27/drivers/s390/char/ | 
| D | vmur.h | 73 	wait_queue_head_t wait;		/* wait queue to serialize open */
  | 
| D | tape.h | 198 	wait_queue_head_t		state_change_wq; 210 	wait_queue_head_t		wait_queue;
  | 
| /linux-4.1.27/block/ | 
| D | blk-mq-tag.h | 13 	wait_queue_head_t wait;
  | 
| /linux-4.1.27/drivers/sbus/char/ | 
| D | bbc_i2c.h | 61 	wait_queue_head_t		wq;
  | 
| /linux-4.1.27/net/bluetooth/cmtp/ | 
| D | cmtp.h | 87 	wait_queue_head_t wait;
  | 
| /linux-4.1.27/drivers/media/usb/go7007/ | 
| D | go7007-priv.h | 241 	wait_queue_head_t frame_waitq; 256 	wait_queue_head_t interrupt_waitq;
  | 
| /linux-4.1.27/fs/ceph/ | 
| D | mds_client.h | 272 	wait_queue_head_t       session_close_wq; 306 	wait_queue_head_t cap_flushing_wq;
  | 
| /linux-4.1.27/drivers/block/xen-blkback/ | 
| 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/drivers/misc/mic/host/ | 
| D | mic_virtio.h | 95 	wait_queue_head_t waitq;
  | 
| /linux-4.1.27/include/drm/ | 
| D | drmP.h | 329 	wait_queue_head_t event_wait; 343 	wait_queue_head_t lock_queue;	/**< Queue of blocked processes */ 688 	wait_queue_head_t queue;	/**< VBLANK wait queue */ 958 static inline wait_queue_head_t *drm_crtc_vblank_waitqueue(struct drm_crtc *crtc)  in drm_crtc_vblank_waitqueue()
  | 
| /linux-4.1.27/drivers/staging/lustre/lustre/include/ | 
| D | lustre_net.h | 339 	wait_queue_head_t	   set_waitq; 340 	wait_queue_head_t	  *set_wakeup_ptr; 1451 	wait_queue_head_t	  rq_reply_waitq; 1500 	wait_queue_head_t rq_set_waitq; 1759 	wait_queue_head_t	    bd_waitq;	/* server side only WQ */ 1826 	wait_queue_head_t			t_ctl_waitq; 2085 	wait_queue_head_t			scp_waitq; 2146 	wait_queue_head_t			scp_rep_waitq;
  | 
| D | obd.h | 402 	wait_queue_head_t	      cl_destroy_waitq; 517 	wait_queue_head_t	 lq_statfs_waitq; /* waitqueue to notify statfs 794 	wait_queue_head_t	olg_waitq; 848 	wait_queue_head_t	     obd_refcount_waitq; 883 	wait_queue_head_t		      obd_next_transno_waitq; 922 	wait_queue_head_t	    obd_evict_inprogress_waitq;
  | 
| /linux-4.1.27/net/netlink/ | 
| D | af_netlink.h | 37 	wait_queue_head_t	wait;
  | 
| /linux-4.1.27/drivers/usb/class/ | 
| D | cdc-acm.h | 111 	wait_queue_head_t wioctl;			/* for ioctl */
  | 
| /linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ | 
| D | fail.c | 44 wait_queue_head_t cfs_race_waitq;
  | 
| /linux-4.1.27/fs/f2fs/ | 
| D | gc.h | 27 	wait_queue_head_t gc_wait_queue_head;
  | 
| /linux-4.1.27/net/nfc/hci/ | 
| D | hci.h | 39 	wait_queue_head_t *wq;
  | 
| /linux-4.1.27/include/linux/iio/ | 
| D | buffer.h | 87 	wait_queue_head_t			pollq;
  | 
| /linux-4.1.27/drivers/net/wireless/ | 
| D | zd1201.h | 39 	wait_queue_head_t	rxdataq;
  | 
| /linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ | 
| D | mac80211_if.h | 74 	wait_queue_head_t tx_flush_wq;
  | 
| /linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ | 
| D | socklnd.h | 67 	wait_queue_head_t		kss_waitq;	/* where scheduler sleeps */ 163 	wait_queue_head_t       ksnd_reaper_waitq;   /* reaper sleeps here */ 173 	wait_queue_head_t       ksnd_connd_waitq;    /* connds sleep here */
  | 
| /linux-4.1.27/drivers/md/bcache/ | 
| D | bcache.h | 564 	wait_queue_head_t	btree_cache_wait; 578 	wait_queue_head_t	bucket_wait; 614 	wait_queue_head_t	moving_gc_wait;
  | 
| /linux-4.1.27/drivers/gpu/drm/armada/ | 
| D | armada_crtc.h | 69 	wait_queue_head_t	frame_wait;
  | 
| /linux-4.1.27/drivers/media/platform/vsp1/ | 
| D | vsp1_video.h | 69 	wait_queue_head_t wq;
  | 
| /linux-4.1.27/drivers/media/platform/s5p-g2d/ | 
| D | g2d.h | 35 	wait_queue_head_t	irq_queue;
  | 
| /linux-4.1.27/sound/usb/ | 
| D | mixer.h | 21 	wait_queue_head_t rc_waitq;
  | 
| /linux-4.1.27/drivers/gpu/drm/msm/ | 
| D | msm_drv.h | 95 	wait_queue_head_t fence_event; 110 	wait_queue_head_t pending_crtcs_event;
  | 
| /linux-4.1.27/drivers/scsi/ | 
| D | hptiop.h | 336 	wait_queue_head_t reset_wq; 337 	wait_queue_head_t ioctl_wq;
  | 
| /linux-4.1.27/drivers/infiniband/hw/cxgb3/ | 
| D | iwch_provider.h | 108 	wait_queue_head_t wait; 167 	wait_queue_head_t wait;
  |