/linux-4.4.14/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.4.14/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 | 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 | 140 wait_queue_head_t poll; 144 wait_queue_head_t *poll;
|
D | genetlink.h | 16 extern wait_queue_head_t genl_sk_destructing_waitq;
|
D | fs_pin.h | 4 wait_queue_head_t wait;
|
D | hidraw.h | 23 wait_queue_head_t wait;
|
D | percpu_ida.h | 46 wait_queue_head_t wait;
|
D | rcu_sync.h | 35 wait_queue_head_t gp_wait;
|
D | libps2.h | 36 wait_queue_head_t wait;
|
D | percpu-rwsem.h | 16 wait_queue_head_t write_waitq;
|
D | completion.h | 27 wait_queue_head_t wait;
|
D | pipe_fs_i.h | 49 wait_queue_head_t wait;
|
D | jbd2.h | 851 wait_queue_head_t j_wait_transaction_locked; 854 wait_queue_head_t j_wait_done_commit; 857 wait_queue_head_t j_wait_commit; 860 wait_queue_head_t j_wait_updates; 863 wait_queue_head_t j_wait_reserved;
|
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 | 140 wait_queue_head_t notification_waitq; /* read() on the notification file blocks on this waitq */ 181 wait_queue_head_t access_waitq;
|
D | maple.h | 79 wait_queue_head_t maple_wait;
|
/linux-4.4.14/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 */
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/misc/mic/scif/ |
D | scif_epd.h | 117 wait_queue_head_t conwq; 119 wait_queue_head_t sendwq; 120 wait_queue_head_t recvwq; 132 wait_queue_head_t conn_pend_wq;
|
D | scif_main.h | 109 wait_queue_head_t exitwq; 198 wait_queue_head_t disconn_wq;
|
D | scif_rma.h | 114 wait_queue_head_t markwq; 264 wait_queue_head_t regwq; 266 wait_queue_head_t unregwq;
|
/linux-4.4.14/drivers/misc/mei/ |
D | mei_dev.h | 258 wait_queue_head_t tx_wait; 259 wait_queue_head_t rx_wait; 260 wait_queue_head_t wait; 261 wait_queue_head_t ev_wait; 486 wait_queue_head_t wait_hw_ready; 487 wait_queue_head_t wait_pg; 488 wait_queue_head_t wait_hbm_start; 489 wait_queue_head_t wait_stop_wd;
|
D | hw-txe.h | 53 wait_queue_head_t wait_aliveness_resp;
|
/linux-4.4.14/fs/nilfs2/ |
D | segment.h | 173 wait_queue_head_t sc_wait_request; 174 wait_queue_head_t sc_wait_daemon; 175 wait_queue_head_t sc_wait_task;
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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; 552 static inline void xlog_wait(wait_queue_head_t *wq, spinlock_t *lock) in xlog_wait()
|
/linux-4.4.14/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.4.14/fs/squashfs/ |
D | squashfs_fs_sb.h | 38 wait_queue_head_t wait_queue; 50 wait_queue_head_t wait_queue;
|
/linux-4.4.14/arch/mips/include/asm/ |
D | rtlx.h | 57 wait_queue_head_t rt_queue; 58 wait_queue_head_t lx_queue;
|
/linux-4.4.14/drivers/md/ |
D | bitmap.h | 227 wait_queue_head_t write_wait; 228 wait_queue_head_t overflow_wait; 229 wait_queue_head_t behind_wait;
|
D | raid5.h | 526 wait_queue_head_t wait_for_quiescent; 527 wait_queue_head_t wait_for_stripe; 528 wait_queue_head_t wait_for_overlap;
|
D | md.h | 79 wait_queue_head_t blocked_wait; 388 wait_queue_head_t recovery_wait; 414 wait_queue_head_t sb_wait; /* for waiting on superblock updates */ 611 wait_queue_head_t wqueue;
|
D | raid1.h | 80 wait_queue_head_t wait_barrier;
|
D | raid10.h | 79 wait_queue_head_t wait_barrier;
|
/linux-4.4.14/fs/fuse/ |
D | fuse_i.h | 106 wait_queue_head_t page_waitq; 157 wait_queue_head_t poll_wait; 328 wait_queue_head_t waitq; 393 wait_queue_head_t waitq; 511 wait_queue_head_t blocked_waitq; 514 wait_queue_head_t reserved_req_waitq;
|
/linux-4.4.14/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.4.14/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.4.14/sound/soc/intel/common/ |
D | sst-ipc.h | 40 wait_queue_head_t waitq; 66 wait_queue_head_t wait_txq;
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_main.h | 166 sleep_cond(wait_queue_head_t *wait_queue, int *condition) in sleep_cond() 184 sleep_atomic_cond(wait_queue_head_t *waitq, atomic_t *pcond) in sleep_atomic_cond() 206 sleep_timeout_cond(wait_queue_head_t *wait_queue, in sleep_timeout_cond()
|
/linux-4.4.14/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.4.14/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.4.14/fs/btrfs/ |
D | transaction.h | 62 wait_queue_head_t writer_wait; 63 wait_queue_head_t commit_wait; 64 wait_queue_head_t pending_wait;
|
/linux-4.4.14/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.4.14/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.4.14/drivers/gpu/drm/amd/scheduler/ |
D | gpu_scheduler.h | 117 wait_queue_head_t wake_up_worker; 118 wait_queue_head_t job_scheduled;
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | i2400m-usb.h | 232 wait_queue_head_t tx_wq; 235 wait_queue_head_t rx_wq;
|
/linux-4.4.14/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.4.14/drivers/staging/rdma/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/net/bluetooth/hidp/ |
D | hidp.h | 143 wait_queue_head_t state_queue; 179 wait_queue_head_t report_queue;
|
/linux-4.4.14/sound/usb/caiaq/ |
D | device.h | 74 wait_queue_head_t ep1_wait_queue; 75 wait_queue_head_t prepare_wait_queue;
|
/linux-4.4.14/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.4.14/fs/ocfs2/cluster/ |
D | tcp_internal.h | 104 wait_queue_head_t nn_sc_wq; 218 wait_queue_head_t ns_wq;
|
/linux-4.4.14/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.4.14/fs/gfs2/ |
D | incore.h | 699 wait_queue_head_t sd_glock_wait; 759 wait_queue_head_t sd_quota_wait; 789 wait_queue_head_t sd_log_waitq; 790 wait_queue_head_t sd_logd_waitq; 800 wait_queue_head_t sd_log_flush_wait; 804 wait_queue_head_t sd_reserving_log_wait;
|
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | common.h | 124 wait_queue_head_t tmf_waitq; 127 wait_queue_head_t reset_waitq;
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | zoran.h | 316 wait_queue_head_t v4l_capq; 337 wait_queue_head_t jpg_capq; /* wait here for grab to finish */ 389 wait_queue_head_t test_q;
|
/linux-4.4.14/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.4.14/drivers/staging/dgnc/ |
D | dgnc_driver.h | 182 wait_queue_head_t state_wait; /* Place to sleep on for state change */ 275 wait_queue_head_t un_flags_wait; /* Place to sleep to wait on unit */ 324 wait_queue_head_t ch_flags_wait;
|
/linux-4.4.14/fs/ocfs2/ |
D | ocfs2.h | 198 wait_queue_head_t l_event; 362 wait_queue_head_t checkpoint_event; 413 wait_queue_head_t recovery_event; 417 wait_queue_head_t dc_event; 434 wait_queue_head_t osb_mount_event; 449 wait_queue_head_t osb_wipe_event;
|
/linux-4.4.14/kernel/rcu/ |
D | tree.h | 244 wait_queue_head_t nocb_gp_wq[2]; 396 wait_queue_head_t nocb_wq; /* For nocb kthreads to sleep on. */ 475 wait_queue_head_t gp_wq; /* Where GP task waits. */ 507 wait_queue_head_t expedited_wq; /* Wait for check-ins. */
|
/linux-4.4.14/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.4.14/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;
|
/linux-4.4.14/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.4.14/arch/m68k/include/asm/ |
D | atari_joystick.h | 19 wait_queue_head_t wait;
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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()
|
/linux-4.4.14/drivers/media/usb/hdpvr/ |
D | hdpvr.h | 106 wait_queue_head_t wait_buffer; 108 wait_queue_head_t wait_data;
|
/linux-4.4.14/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.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_prim.h | 43 void add_wait_queue_exclusive_head(wait_queue_head_t *, wait_queue_t *);
|
/linux-4.4.14/include/uapi/linux/ |
D | coda_psdev.h | 19 wait_queue_head_t uc_sleep; /* process' wait queue */
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.h | 150 wait_queue_head_t wait_update; 199 wait_queue_head_t wait;
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10.h | 213 wait_queue_head_t i2c_wait; 229 wait_queue_head_t disp_thread_wait; 263 wait_queue_head_t ring_thread_wait;
|
/linux-4.4.14/sound/usb/line6/ |
D | midi.h | 38 wait_queue_head_t send_wait;
|
/linux-4.4.14/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.4.14/drivers/infiniband/core/ |
D | iwcm.h | 52 wait_queue_head_t connect_wait;
|
/linux-4.4.14/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.h | 302 wait_queue_head_t wait_queue; 402 wait_queue_head_t ch_releaseQ;
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | gf100.h | 19 wait_queue_head_t wait;
|
D | gk104.h | 11 wait_queue_head_t wait;
|
/linux-4.4.14/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.4.14/drivers/media/usb/usbvision/ |
D | usbvision.h | 373 wait_queue_head_t ctrl_urb_wq; /* Processes waiting */ 412 wait_queue_head_t wait_frame; /* Processes waiting */ 413 wait_queue_head_t wait_stream; /* Processes waiting */
|
/linux-4.4.14/drivers/nfc/ |
D | mei_phy.h | 34 wait_queue_head_t send_wq;
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-dvb.h | 30 wait_queue_head_t buffer_wait_data;
|
/linux-4.4.14/fs/nfs/ |
D | netns.h | 21 wait_queue_head_t bl_wq;
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/net/ieee802154/ |
D | core.h | 15 wait_queue_head_t dev_wait;
|
/linux-4.4.14/drivers/hv/ |
D | hv_utils_transport.h | 40 wait_queue_head_t outmsg_q; /* poll/read wait queue */
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc.h | 240 wait_queue_head_t destroy_wait; 243 wait_queue_head_t shutdown_wait; 379 wait_queue_head_t ofld_wait; 382 wait_queue_head_t upld_wait;
|
/linux-4.4.14/net/rds/ |
D | rds.h | 60 wait_queue_head_t m_waitq; 125 wait_queue_head_t c_waitq; 321 wait_queue_head_t m_flush_wait; 598 wait_queue_head_t *waitq = sk_sleep(sk); in __rds_wake_sk_sleep() 603 extern wait_queue_head_t rds_poll_waitq;
|
/linux-4.4.14/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.4.14/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.4.14/include/linux/mtd/ |
D | flashchip.h | 90 wait_queue_head_t wq; /* Wait on here when we're waiting for the chip
|
/linux-4.4.14/drivers/target/loopback/ |
D | tcm_loop.h | 21 wait_queue_head_t tl_tmr_wait;
|
/linux-4.4.14/drivers/gpu/drm/rcar-du/ |
D | rcar_du_crtc.h | 49 wait_queue_head_t flip_wait;
|
D | rcar_du_drv.h | 96 wait_queue_head_t wait;
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | common.h | 173 wait_queue_head_t dealloc_wq; 178 wait_queue_head_t wq;
|
/linux-4.4.14/include/net/irda/ |
D | af_irda.h | 75 wait_queue_head_t query_wait; /* Wait for the answer to a query */
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/sti/ |
D | sti_hdmi.h | 63 wait_queue_head_t wait_event;
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm_ibmvtpm.h | 45 wait_queue_head_t wq;
|
D | tpm.h | 154 wait_queue_head_t read_queue; 155 wait_queue_head_t int_queue; 513 wait_queue_head_t *, bool);
|
/linux-4.4.14/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.4.14/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.4.14/sound/usb/6fire/ |
D | pcm.h | 68 wait_queue_head_t stream_wait_queue;
|
/linux-4.4.14/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.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-notif-wait.h | 73 wait_queue_head_t notif_waitq;
|
/linux-4.4.14/drivers/block/zram/ |
D | zram_drv.h | 110 wait_queue_head_t io_done;
|
/linux-4.4.14/include/drm/ttm/ |
D | ttm_lock.h | 71 wait_queue_head_t queue;
|
/linux-4.4.14/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.4.14/drivers/media/platform/omap3isp/ |
D | isp.h | 241 int omap3isp_module_sync_idle(struct media_entity *me, wait_queue_head_t *wait, 244 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;
|
/linux-4.4.14/drivers/vhost/ |
D | vhost.h | 21 wait_queue_head_t done; 31 wait_queue_head_t *wqh;
|
/linux-4.4.14/drivers/staging/iio/adc/ |
D | ad7606.h | 68 wait_queue_head_t wq_data_avail;
|
/linux-4.4.14/fs/proc/ |
D | kmsg.c | 20 extern wait_queue_head_t log_wait;
|
/linux-4.4.14/drivers/staging/olpc_dcon/ |
D | olpc_dcon.h | 64 wait_queue_head_t waitq;
|
/linux-4.4.14/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.4.14/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.4.14/fs/ocfs2/dlmfs/ |
D | userdlm.h | 65 wait_queue_head_t l_event;
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | usbhid.h | 95 wait_queue_head_t wait; /* For sleeping */
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 338 wait_queue_head_t set_waitq; 339 wait_queue_head_t *set_wakeup_ptr; 1445 wait_queue_head_t rq_reply_waitq; 1494 wait_queue_head_t rq_set_waitq; 1745 wait_queue_head_t bd_waitq; /* server side only WQ */ 1812 wait_queue_head_t t_ctl_waitq; 2075 wait_queue_head_t scp_waitq; 2136 wait_queue_head_t scp_rep_waitq;
|
/linux-4.4.14/drivers/net/wireless/libertas_tf/ |
D | if_usb.h | 64 wait_queue_head_t fw_wq;
|
/linux-4.4.14/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.h | 104 wait_queue_head_t work_wait_q;
|
/linux-4.4.14/drivers/ptp/ |
D | ptp_private.h | 52 wait_queue_head_t tsev_wq;
|
/linux-4.4.14/drivers/tty/serial/ |
D | ifx6x60.h | 127 wait_queue_head_t mdm_reset_wait;
|
/linux-4.4.14/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 134 wait_queue_head_t rsp_queue; 284 wait_queue_head_t notifyevent; in forward_taskmgmt_command() 707 wake_up_all((wait_queue_head_t *) in visorhba_serverdown_complete() 714 wake_up_all((wait_queue_head_t *) in visorhba_serverdown_complete() 875 wake_up_all((wait_queue_head_t *)cmdrsp->vdiskmgmt.notify_handle); in complete_vdiskmgmt_command() 892 wake_up_all((wait_queue_head_t *)cmdrsp->scsitaskmgmt.notify_handle); in complete_taskmgmt_command()
|
/linux-4.4.14/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.4.14/arch/xtensa/mm/ |
D | highmem.c | 19 wait_queue_head_t pkmap_map_wait_arr[DCACHE_N_COLORS];
|
/linux-4.4.14/drivers/sbus/char/ |
D | bbc_i2c.h | 61 wait_queue_head_t wq;
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | iowait.h | 105 wait_queue_head_t wait_dma;
|
/linux-4.4.14/net/bluetooth/cmtp/ |
D | cmtp.h | 87 wait_queue_head_t wait;
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | pmu.h | 19 wait_queue_head_t wait;
|
/linux-4.4.14/drivers/media/usb/go7007/ |
D | go7007-priv.h | 241 wait_queue_head_t frame_waitq; 256 wait_queue_head_t interrupt_waitq;
|
/linux-4.4.14/drivers/scsi/ufs/ |
D | ufshcd.h | 202 wait_queue_head_t tag_wq; 472 wait_queue_head_t tm_wq; 473 wait_queue_head_t tm_tag_wq;
|
/linux-4.4.14/drivers/scsi/ |
D | hpsa.h | 204 wait_queue_head_t scan_wait_queue; 297 wait_queue_head_t abort_cmd_wait_queue; 298 wait_queue_head_t event_sync_wait_queue;
|
/linux-4.4.14/drivers/misc/mic/host/ |
D | mic_virtio.h | 95 wait_queue_head_t waitq;
|
/linux-4.4.14/include/drm/ |
D | drmP.h | 348 wait_queue_head_t event_wait; 362 wait_queue_head_t lock_queue; /**< Queue of blocked processes */ 705 wait_queue_head_t queue; /**< VBLANK wait queue */ 991 static inline wait_queue_head_t *drm_crtc_vblank_waitqueue(struct drm_crtc *crtc) in drm_crtc_vblank_waitqueue()
|
/linux-4.4.14/fs/f2fs/ |
D | gc.h | 27 wait_queue_head_t gc_wait_queue_head;
|
/linux-4.4.14/drivers/usb/class/ |
D | cdc-acm.h | 111 wait_queue_head_t wioctl; /* for ioctl */
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | outpdp.h | 34 wait_queue_head_t wait;
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.h | 37 wait_queue_head_t wait;
|
/linux-4.4.14/fs/ceph/ |
D | mds_client.h | 283 wait_queue_head_t session_close_wq; 321 wait_queue_head_t cap_flushing_wq;
|
/linux-4.4.14/kernel/power/ |
D | swap.c | 219 wait_queue_head_t wait; 564 wait_queue_head_t go; /* start crc update */ 565 wait_queue_head_t done; /* crc update done */ 606 wait_queue_head_t go; /* start compression */ 607 wait_queue_head_t done; /* compression done */ 1097 wait_queue_head_t go; /* start decompression */ 1098 wait_queue_head_t done; /* decompression done */
|
/linux-4.4.14/block/ |
D | blk-mq-tag.h | 13 wait_queue_head_t wait;
|
/linux-4.4.14/include/linux/iio/ |
D | buffer.h | 90 wait_queue_head_t pollq;
|
/linux-4.4.14/net/nfc/hci/ |
D | hci.h | 39 wait_queue_head_t *wq;
|
/linux-4.4.14/drivers/net/wireless/ |
D | zd1201.h | 39 wait_queue_head_t rxdataq;
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | mac80211_if.h | 74 wait_queue_head_t tx_flush_wq;
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | common.h | 290 wait_queue_head_t wq; 318 wait_queue_head_t pending_free_wq; 332 wait_queue_head_t shutdown_wq;
|
/linux-4.4.14/drivers/md/bcache/ |
D | bcache.h | 547 wait_queue_head_t btree_cache_wait; 561 wait_queue_head_t bucket_wait; 597 wait_queue_head_t moving_gc_wait;
|
/linux-4.4.14/sound/usb/ |
D | mixer.h | 21 wait_queue_head_t rc_waitq;
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-prim.c | 63 add_wait_queue_exclusive_head(wait_queue_head_t *waitq, wait_queue_t *link) in add_wait_queue_exclusive_head()
|