/linux-4.1.27/fs/btrfs/ |
D | locking.c | 122 wait_event(eb->write_lock_wq, in btrfs_tree_read_lock() 245 wait_event(eb->read_lock_wq, atomic_read(&eb->blocking_readers) == 0); in btrfs_tree_lock() 246 wait_event(eb->write_lock_wq, atomic_read(&eb->blocking_writers) == 0); in btrfs_tree_lock() 250 wait_event(eb->read_lock_wq, in btrfs_tree_lock() 256 wait_event(eb->write_lock_wq, in btrfs_tree_lock()
|
D | transaction.c | 378 wait_event(root->fs_info->transaction_wait, in wait_current_trans() 637 wait_event(commit->commit_wait, commit->state == TRANS_STATE_COMPLETED); in wait_for_commit() 1586 wait_event(root->fs_info->transaction_blocked_wait, in wait_current_trans_commit_start() 1598 wait_event(root->fs_info->transaction_wait, in wait_current_trans_commit_start_and_unblock() 1707 wait_event(cur_trans->writer_wait, in cleanup_transaction() 1762 wait_event(ordered->wait, test_bit(BTRFS_ORDERED_COMPLETE, in btrfs_wait_pending_ordered() 1900 wait_event(cur_trans->writer_wait, in btrfs_commit_transaction() 1921 wait_event(cur_trans->writer_wait, in btrfs_commit_transaction()
|
D | scrub.c | 329 wait_event(fs_info->scrub_pause_wait, in __scrub_blocked_if_needed() 2128 wait_event(sctx->list_wait, sctx->first_free != -1); in scrub_add_page_to_rd_bio() 3057 wait_event(sctx->list_wait, in scrub_stripe() 3129 wait_event(sctx->list_wait, in scrub_stripe() 3472 wait_event(sctx->list_wait, in scrub_enumerate_chunks() 3482 wait_event(sctx->list_wait, in scrub_enumerate_chunks() 3551 wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); in scrub_supers() 3734 wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); in btrfs_scrub_dev() 3738 wait_event(sctx->list_wait, atomic_read(&sctx->workers_pending) == 0); in btrfs_scrub_dev() 3762 wait_event(fs_info->scrub_pause_wait, in btrfs_scrub_pause() [all …]
|
D | dev-replace.c | 444 wait_event(fs_info->replace_wait, !percpu_counter_sum( in btrfs_rm_dev_replace_blocked() 933 wait_event(fs_info->replace_wait, in btrfs_bio_counter_inc_blocked()
|
D | ordered-data.c | 509 wait_event(ordered->wait, test_bit(BTRFS_ORDERED_IO_DONE, in btrfs_wait_logged_extents() 714 wait_event(entry->wait, test_bit(BTRFS_ORDERED_COMPLETE, in btrfs_start_ordered_extent()
|
D | inode-map.c | 199 wait_event(root->ino_cache_wait, in btrfs_find_free_ino()
|
D | reada.c | 978 wait_event(rc->wait, atomic_read(&rc->elems) == 0); in btrfs_reada_wait()
|
D | disk-io.c | 865 wait_event(fs_info->async_submit_wait, in btrfs_wq_submit_bio() 3735 wait_event(fs_info->transaction_wait, in close_ctree() 4335 wait_event(t->writer_wait, in btrfs_cleanup_transaction()
|
D | super.c | 1461 wait_event(fs_info->transaction_wait, in btrfs_remount_begin()
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_lock.c | 91 wait_event(lock->queue, __ttm_read_lock(lock)); in ttm_read_lock() 129 wait_event(lock->queue, __ttm_read_trylock(lock, &locked)); in ttm_read_trylock() 183 wait_event(lock->queue, __ttm_read_lock(lock)); in ttm_write_lock() 247 wait_event(lock->queue, __ttm_vt_lock(lock)); in ttm_vt_lock() 300 wait_event(lock->queue, __ttm_suspend_lock(lock)); in ttm_suspend_lock()
|
D | ttm_module.c | 94 wait_event(exit_q, atomic_read(&device_released) == 1); in ttm_exit()
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/ |
D | mdp_kms.c | 28 static DECLARE_WAIT_QUEUE_HEAD(wait_event); 94 wake_up_all(&wait_event); in wait_irq() 107 wait_event_timeout(wait_event, (wait.count <= 0), in mdp_irq_wait()
|
/linux-4.1.27/drivers/hid/ |
D | hid-hyperv.c | 152 struct completion wait_event; member 175 init_completion(&input_dev->wait_event); in mousevsc_alloc_device() 248 complete(&input_device->wait_event); in mousevsc_on_receive_device_info() 287 complete(&input_dev->wait_event); in mousevsc_on_receive() 408 t = wait_for_completion_timeout(&input_dev->wait_event, 5*HZ); in mousevsc_connect_to_vsp() 423 t = wait_for_completion_timeout(&input_dev->wait_event, 5*HZ); in mousevsc_connect_to_vsp()
|
/linux-4.1.27/drivers/scsi/isci/ |
D | host.h | 319 wait_event(ihost->eventq, !test_bit(IHOST_START_PENDING, &ihost->flags)); in wait_for_start() 324 wait_event(ihost->eventq, !test_bit(IHOST_STOP_PENDING, &ihost->flags)); in wait_for_stop() 329 wait_event(ihost->eventq, !test_bit(IDEV_START_PENDING, &idev->flags)); in wait_for_device_start() 334 wait_event(ihost->eventq, !test_bit(IDEV_STOP_PENDING, &idev->flags)); in wait_for_device_stop()
|
D | port.c | 1645 wait_event(ihost->eventq, !test_bit(IPORT_RESET_PENDING, &iport->state)); in wait_port_reset()
|
/linux-4.1.27/drivers/input/serio/ |
D | hyperv-keyboard.c | 103 struct completion wait_event; member 135 complete(&kbd_dev->wait_event); in hv_kbd_on_receive() 306 if (!wait_for_completion_timeout(&kbd_dev->wait_event, 10 * HZ)) in hv_kbd_connect_to_vsp() 360 init_completion(&kbd_dev->wait_event); in hv_kbd_probe()
|
/linux-4.1.27/drivers/spi/ |
D | spi-coldfire-qspi.c | 188 wait_event(mcfqspi->waitq, !mcfqspi_qdlyr_spe(mcfqspi)); in mcfqspi_transfer_msg8() 208 wait_event(mcfqspi->waitq, !mcfqspi_qdlyr_spe(mcfqspi)); in mcfqspi_transfer_msg8() 221 wait_event(mcfqspi->waitq, !mcfqspi_qdlyr_spe(mcfqspi)); in mcfqspi_transfer_msg8() 255 wait_event(mcfqspi->waitq, !mcfqspi_qdlyr_spe(mcfqspi)); in mcfqspi_transfer_msg16() 275 wait_event(mcfqspi->waitq, !mcfqspi_qdlyr_spe(mcfqspi)); in mcfqspi_transfer_msg16() 288 wait_event(mcfqspi->waitq, !mcfqspi_qdlyr_spe(mcfqspi)); in mcfqspi_transfer_msg16()
|
D | spi-txx9.c | 236 wait_event(c->waitq, in txx9spi_work_one()
|
/linux-4.1.27/drivers/scsi/ |
D | storvsc_drv.c | 352 struct completion wait_event; member 529 wait_event(dev->waiting_to_drain, in storvsc_wait_to_drain() 852 init_completion(&request->wait_event); in handle_multichannel_storage() 867 t = wait_for_completion_timeout(&request->wait_event, 10*HZ); in handle_multichannel_storage() 904 init_completion(&request->wait_event); in storvsc_channel_init() 917 t = wait_for_completion_timeout(&request->wait_event, 5*HZ); in storvsc_channel_init() 950 t = wait_for_completion_timeout(&request->wait_event, 5*HZ); in storvsc_channel_init() 975 t = wait_for_completion_timeout(&request->wait_event, 5*HZ); in storvsc_channel_init() 1014 t = wait_for_completion_timeout(&request->wait_event, 5*HZ); in storvsc_channel_init() 1275 complete(&request->wait_event); in storvsc_on_channel_callback() [all …]
|
D | ipr.c | 3490 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_store_diagnostics() 3499 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_store_diagnostics() 3586 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_store_adapter_state() 3627 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_store_reset_adapter() 3950 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_update_ioa_ucode() 3975 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_update_ioa_ucode() 5002 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_eh_host_reset() 5099 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_sata_reset() 6520 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_ata_phy_reset() 6561 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_ata_post_internal() [all …]
|
/linux-4.1.27/drivers/net/hyperv/ |
D | rndis_filter.c | 37 struct completion wait_event; member 89 init_completion(&request->wait_event); in get_rndis_request() 314 complete(&request->wait_event); in rndis_filter_receive_response() 512 t = wait_for_completion_timeout(&request->wait_event, 5*HZ); in rndis_filter_query_device() 607 t = wait_for_completion_timeout(&request->wait_event, 5*HZ); in rndis_filter_set_device_mac() 676 t = wait_for_completion_timeout(&request->wait_event, 5*HZ); in rndis_filter_set_offload_params() 760 t = wait_for_completion_timeout(&request->wait_event, 5*HZ); in rndis_filter_set_rss_param() 828 t = wait_for_completion_timeout(&request->wait_event, 5*HZ); in rndis_filter_set_packet_filter() 884 t = wait_for_completion_timeout(&request->wait_event, 5*HZ); in rndis_filter_init_device() 939 wait_event(nvdev->wait_drain, in rndis_filter_halt_device()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_irq.c | 102 static DECLARE_WAIT_QUEUE_HEAD(wait_event); 109 wake_up_all(&wait_event); in wait_irq() 126 int ret = wait_event_timeout(wait_event, (wait->count <= 0), timeout); in omap_irq_wait()
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_hdmi_tx3g4c28phy.c | 119 wait_event_interruptible_timeout(hdmi->wait_event, in sti_hdmi_tx3g4c28phy_start() 199 wait_event_interruptible_timeout(hdmi->wait_event, in sti_hdmi_tx3g4c28phy_stop()
|
D | sti_hdmi.h | 63 wait_queue_head_t wait_event; member
|
D | sti_hdmi_tx3g0c55phy.c | 250 wait_event_interruptible_timeout(hdmi->wait_event, in sti_hdmi_tx3g0c55phy_start() 322 wait_event_interruptible_timeout(hdmi->wait_event, in sti_hdmi_tx3g0c55phy_stop()
|
D | sti_hdmi.c | 157 wake_up_interruptible(&hdmi->wait_event); in hdmi_irq_thread() 431 wait_event_interruptible_timeout(hdmi->wait_event, in hdmi_swreset() 863 init_waitqueue_head(&hdmi->wait_event); in sti_hdmi_probe()
|
/linux-4.1.27/lib/ |
D | percpu-refcount.c | 186 wait_event(percpu_ref_switch_waitq, !ref->confirm_switch); in __percpu_ref_switch_to_atomic() 236 wait_event(percpu_ref_switch_waitq, !ref->confirm_switch); in __percpu_ref_switch_to_percpu()
|
/linux-4.1.27/kernel/power/ |
D | swap.c | 506 wait_event(d->go, atomic_read(&d->ready) || in crc32_threadfn() 549 wait_event(d->go, atomic_read(&d->ready) || in lzo_compress_threadfn() 716 wait_event(data[thr].done, in save_image_lzo() 757 wait_event(crc->done, atomic_read(&crc->stop)); in save_image_lzo() 1037 wait_event(d->go, atomic_read(&d->ready) || in lzo_decompress_threadfn() 1239 wait_event(crc->done, atomic_read(&crc->stop)); in load_image_lzo() 1294 wait_event(data[thr].done, in load_image_lzo() 1344 wait_event(crc->done, atomic_read(&crc->stop)); in load_image_lzo()
|
D | suspend.c | 73 wait_event(suspend_freeze_wait_head, in freeze_enter()
|
/linux-4.1.27/arch/m68k/atari/ |
D | stdma.c | 109 wait_event(stdma_wait, stdma_try_lock(handler, data)); in stdma_lock()
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | proc.c | 52 wait_event(cs->waitqueue, !cs->waiting); in set_cidmode()
|
D | interface.c | 50 wait_event(cs->waitqueue, !cs->waiting); in if_lock() 84 wait_event(cs->waitqueue, !cs->waiting); in if_version()
|
D | common.c | 906 wait_event(cs->waitqueue, !cs->waiting); in gigaset_start() 942 wait_event(cs->waitqueue, !cs->waiting); in gigaset_shutdown() 969 wait_event(cs->waitqueue, !cs->waiting); in gigaset_stop()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_verbs_mcast.c | 343 wait_event(mcast->wait, atomic_read(&mcast->refcount) <= 1); in ipath_multicast_detach() 348 wait_event(mcast->wait, !atomic_read(&mcast->refcount)); in ipath_multicast_detach()
|
D | ipath_qp.c | 524 wait_event(qp->wait_dma, !atomic_read(&qp->s_dma_busy)); in ipath_modify_qp() 981 wait_event(qp->wait_dma, !atomic_read(&qp->s_dma_busy)); in ipath_destroy_qp() 997 wait_event(qp->wait, !atomic_read(&qp->refcount)); in ipath_destroy_qp()
|
/linux-4.1.27/drivers/clk/at91/ |
D | clk-main.c | 99 wait_event(osc->wait, in clk_main_osc_prepare() 241 wait_event(osc->wait, in clk_main_rc_osc_prepare() 496 wait_event(clkmain->wait, in clk_sam9x5_main_prepare() 536 wait_event(clkmain->wait, in clk_sam9x5_main_set_parent()
|
D | clk-utmi.c | 57 wait_event(utmi->wait, in clk_utmi_prepare()
|
D | clk-system.c | 66 wait_event(sys->wait, in clk_system_prepare()
|
D | clk-master.c | 70 wait_event(master->wait, in clk_master_prepare()
|
D | clk-pll.c | 123 wait_event(pll->wait, in clk_pll_prepare()
|
/linux-4.1.27/kernel/locking/ |
D | percpu-rwsem.c | 151 wait_event(brw->write_waitq, !atomic_read(&brw->slow_read_ctr)); in percpu_down_write()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_verbs_mcast.c | 346 wait_event(mcast->wait, atomic_read(&mcast->refcount) <= 1); in qib_multicast_detach() 351 wait_event(mcast->wait, !atomic_read(&mcast->refcount)); in qib_multicast_detach()
|
D | qib_qp.c | 709 wait_event(qp->wait_dma, !atomic_read(&qp->s_dma_busy)); in qib_modify_qp() 715 wait_event(qp->wait, !atomic_read(&qp->refcount)); in qib_modify_qp() 1224 wait_event(qp->wait_dma, !atomic_read(&qp->s_dma_busy)); in qib_destroy_qp() 1230 wait_event(qp->wait, !atomic_read(&qp->refcount)); in qib_destroy_qp()
|
/linux-4.1.27/drivers/block/zram/ |
D | zcomp.c | 117 wait_event(zs->strm_wait, !list_empty(&zs->idle_strm)); in zcomp_strm_multi_find() 129 wait_event(zs->strm_wait, !list_empty(&zs->idle_strm)); in zcomp_strm_multi_find()
|
D | zram_drv.c | 802 wait_event(zram->io_done, atomic_read(&zram->refcount) == 0); in zram_reset_device()
|
/linux-4.1.27/fs/fscache/ |
D | cache.c | 405 wait_event(fscache_cache_cleared_wq, in fscache_withdraw_cache() 408 wait_event(fscache_cache_cleared_wq, in fscache_withdraw_cache()
|
D | page.c | 42 wait_event(*wq, !__fscache_check_page_write(cookie, page)); in __fscache_wait_on_page_write()
|
/linux-4.1.27/drivers/s390/cio/ |
D | device.c | 343 wait_event(cdev->private->wait_q, (dev_fsm_final_state(cdev) || in ccw_device_set_offline() 363 wait_event(cdev->private->wait_q, (dev_fsm_final_state(cdev) || in ccw_device_set_offline() 415 wait_event(cdev->private->wait_q, dev_fsm_final_state(cdev)); in ccw_device_set_online() 461 wait_event(cdev->private->wait_q, (dev_fsm_final_state(cdev) || in ccw_device_set_online() 469 wait_event(cdev->private->wait_q, (dev_fsm_final_state(cdev) || in ccw_device_set_online() 507 wait_event(cdev->private->wait_q, in online_store_recog_and_online() 1247 wait_event(cdev->private->wait_q, in io_subchannel_quiesce() 1775 wait_event(cdev->private->wait_q, in ccw_device_remove() 1918 wait_event(cdev->private->wait_q, dev_fsm_final_state(cdev) || in __ccw_device_pm_restore() 1991 wait_event(cdev->private->wait_q, dev_fsm_final_state(cdev)); in ccw_device_pm_restore()
|
D | crw.c | 144 wait_event(crw_handler_wait_q, atomic_read(&crw_nr_req) == 0); in crw_wait_for_channel_report()
|
/linux-4.1.27/fs/squashfs/ |
D | cache.c | 90 wait_event(cache->wait_queue, cache->unused); in squashfs_cache_get() 165 wait_event(entry->wait_queue, !entry->pending); in squashfs_cache_get()
|
D | decompressor_multi.c | 177 wait_event(stream->wait, in get_decomp_stream()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | utils.c | 370 u32 wait_event; /* wait event() caller address */ member 418 u32 wait_event; /* wait event() caller address */ member 568 IWL_ERR(mvm, "0x%08X | wait_event\n", table.wait_event); in iwl_mvm_dump_nic_error_log_old() 655 IWL_ERR(mvm, "0x%08X | wait_event\n", table.wait_event); in iwl_mvm_dump_nic_error_log()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | opal-async.c | 120 wait_event(opal_async_wait, test_bit(token, opal_async_complete_map)); in opal_async_wait_response()
|
/linux-4.1.27/drivers/usb/core/ |
D | urb.c | 668 wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); in usb_kill_urb() 712 wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); in usb_poison_urb()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | firmware.c | 115 wait_event(priv->fw_waitq, priv->fw_callback == NULL); in lbs_wait_for_firmware_load()
|
D | main.c | 233 wait_event(priv->waitq, lbs_command_queue_empty(priv)); in lbs_stop_iface()
|
D | if_sdio.c | 1131 wait_event(card->pwron_waitq, priv->fw_ready); in if_sdio_power_restore()
|
D | cmd.c | 1710 wait_event(cmdnode->cmdwait_q, cmdnode->cmdwaitqwoken); in __lbs_cmd()
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd.c | 665 wait_event(dasd_init_waitq, _wait_for_device(device)); in dasd_enable_device() 1967 wait_event(dasd_flush_wq, in dasd_flush_device_queue() 2183 wait_event(generic_waitq, !(device->stopped)); in _dasd_sleep_on() 2196 wait_event(generic_waitq, in _dasd_sleep_on() 2203 wait_event(generic_waitq, _wait_for_wakeup(cqr)); in _dasd_sleep_on() 2268 wait_event(generic_waitq, !(device->stopped)); in _dasd_sleep_on_queue() 2276 wait_event(generic_waitq, _wait_for_wakeup_queue(ccw_queue)); in _dasd_sleep_on_queue() 2385 wait_event(generic_waitq, _wait_for_wakeup(cqr)); in dasd_sleep_on_immediatly() 2843 wait_event(dasd_flush_wq, (cqr->status < DASD_CQR_QUEUED)); in dasd_flush_block_queue() 3346 wait_event(dasd_init_waitq, _wait_for_device(device)); in dasd_generic_set_online() [all …]
|
D | dasd_devmap.c | 620 wait_event(dasd_delete_wq, atomic_read(&device->ref_count) == 0); in dasd_delete_device()
|
/linux-4.1.27/sound/firewire/ |
D | scs1x.c | 232 wait_event(scs->idle_wait, scs->output_idle); in scs_output_drain() 479 wait_event(scs->idle_wait, scs->output_idle); in scs_remove()
|
/linux-4.1.27/kernel/ |
D | async.c | 292 wait_event(async_done, lowest_in_progress(domain) >= cookie); in async_synchronize_cookie_domain()
|
D | cpuset.c | 2194 wait_event(cpuset_attach_wq, cs->attach_in_progress == 0); in cpuset_hotplug_update_tasks()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | am300epd.c | 103 wait_event(par->waitq, gpio_get_value(RDY_GPIO_PIN)); in am300_wait_event()
|
/linux-4.1.27/fs/nfs/ |
D | unlink.c | 215 wait_event(nfsi->waitqueue, atomic_read(&nfsi->silly_count) <= 1); in nfs_wait_on_sillyrename() 222 wait_event(nfsi->waitqueue, atomic_cmpxchg(&nfsi->silly_count, 1, 0) == 1); in nfs_block_sillyrename()
|
/linux-4.1.27/fs/dlm/ |
D | plock.c | 294 wait_event(recv_wq, (op->done != 0)); in dlm_posix_unlock() 348 wait_event(recv_wq, (op->done != 0)); in dlm_posix_get()
|
D | member.c | 645 wait_event(ls->ls_recover_lock_wait, in dlm_ls_stop()
|
D | lockspace.c | 626 wait_event(ls->ls_recover_lock_wait, in new_lockspace()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_actlog.c | 99 wait_event(device->misc_wait, in drbd_md_get_buffer() 283 wait_event(device->al_wait, in drbd_al_begin_io_prepare() 300 wait_event(device->al_wait, in drbd_al_begin_io_commit() 603 wait_event(device->al_wait, _try_lc_del(device, al_ext)); in drbd_al_shrink()
|
D | drbd_nl.c | 661 wait_event(device->misc_wait, atomic_read(&device->ap_pending_cnt) == 0); in drbd_set_role() 855 wait_event(device->misc_wait, !atomic_read(&device->ap_bio_cnt)); in drbd_suspend_io() 903 wait_event(device->al_wait, lc_try_lock(device->act_log)); in drbd_determine_dev_size() 1380 wait_event(device->al_wait, lc_try_lock(device->act_log)); in drbd_adm_disk_opts() 1493 wait_event(device->misc_wait, !test_bit(GOING_DISKLESS, &device->flags)); in drbd_adm_attach() 1667 wait_event(device->misc_wait, !atomic_read(&device->ap_pending_cnt) || drbd_suspended(device)); in drbd_adm_attach() 2686 wait_event(device->misc_wait, !test_bit(BITMAP_IO, &device->flags)); in drbd_adm_invalidate() 2763 wait_event(device->misc_wait, !test_bit(BITMAP_IO, &device->flags)); in drbd_adm_invalidate_peer() 3312 wait_event(device->misc_wait, !test_bit(BITMAP_IO, &device->flags)); in drbd_adm_start_ov()
|
D | drbd_state.c | 374 wait_event(device->state_wait, in drbd_req_state() 419 wait_event(device->state_wait, in _drbd_request_state()
|
D | drbd_bitmap.c | 220 wait_event(b->bm_io_wait, !test_and_set_bit(BM_PAGE_IO_LOCK, addr)); in bm_page_lock_io()
|
D | drbd_int.h | 2275 wait_event(device->misc_wait, inc_ap_bio_cond(device)); in inc_ap_bio()
|
/linux-4.1.27/net/ieee802154/ |
D | core.c | 167 wait_event(rdev->dev_wait, ({ in wpan_phy_unregister()
|
/linux-4.1.27/drivers/block/ |
D | amiflop.c | 254 wait_event(fdc_wait, try_fdc(drive)); in get_fdc() 582 wait_event(wait_fd_block, !block_flag); in raw_read() 597 wait_event(wait_fd_block, !block_flag); in raw_read() 614 wait_event(wait_fd_block, !block_flag); in raw_write() 1291 wait_event(wait_fd_block, block_flag != 2); in non_int_flush_track()
|
D | ataflop.c | 655 wait_event(fdc_wait, cmpxchg(&fdc_busy, 0, 1) == 0); in do_format() 1501 wait_event(fdc_wait, cmpxchg(&fdc_busy, 0, 1) == 0); in do_fd_request()
|
/linux-4.1.27/fs/ocfs2/dlmfs/ |
D | userdlm.c | 65 wait_event(lockres->l_event, in user_wait_on_busy_lock() 72 wait_event(lockres->l_event, in user_wait_on_blocked_lock()
|
/linux-4.1.27/drivers/s390/char/ |
D | monreader.c | 311 wait_event(mon_conn_wait_queue, in mon_open() 504 wait_event(mon_conn_wait_queue, in monreader_thaw()
|
D | fs3270.c | 83 wait_event(fp->wait, raw3270_request_final(rq)); in fs3270_do_io()
|
D | vmlogrdr.c | 368 wait_event(conn_wait_queue, (logptr->connection_established) in vmlogrdr_open()
|
D | tape_core.c | 1025 wait_event(device->wait_queue, (request->callback == NULL)); in tape_do_io()
|
D | raw3270.c | 1050 wait_event(raw3270_wait_queue, atomic_read(&view->ref_count) == 0); in raw3270_del_view()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_capa.c | 304 wait_event(ll_capa_thread.t_ctl_waitq, in ll_capa_thread_start() 314 wait_event(ll_capa_thread.t_ctl_waitq, in ll_capa_thread_stop()
|
D | lloop.c | 427 wait_event(lo->lo_bh_wait, loop_active(lo)); in loop_thread()
|
/linux-4.1.27/fs/notify/fanotify/ |
D | fanotify.c | 70 wait_event(group->fanotify_data.access_waitq, event->response || in fanotify_get_response()
|
/linux-4.1.27/drivers/s390/net/ |
D | lcs.c | 400 wait_event(card->wait_q, in lcs_do_run_thread() 531 wait_event(channel->wait_q, (channel->state == LCS_CH_STATE_CLEARED)); in lcs_clear_channel() 560 wait_event(channel->wait_q, (channel->state == LCS_CH_STATE_HALTED)); in lcs_stop_channel() 760 wait_event(card->write.wait_q, in lcs_get_lancmd() 898 wait_event(reply->wait_q, reply->received); in lcs_send_lancmd() 1276 wait_event(card->write.wait_q, in lcs_register_mc_addresses() 1886 wait_event(card->write.wait_q, in lcs_stop_device()
|
D | qeth_l2_main.c | 899 wait_event(card->wait_q, qeth_threads_running(card, 0xffffffff) == 0); in qeth_l2_remove_device() 1206 wait_event(card->wait_q, qeth_threads_running(card, 0xffffffff) == 0); in qeth_l2_pm_suspend() 1290 wait_event(card->wait_q, in qeth_osn_send_control_data()
|
D | qeth_core_main.c | 793 wait_event(channel->wait_q, in qeth_wait_for_buffer() 981 wait_event(card->wait_q, in qeth_do_run_thread() 1707 wait_event(card->wait_q, in qeth_read_conf_data() 1794 wait_event(card->wait_q, in qeth_idx_activate_get_answer() 1866 wait_event(card->wait_q, in qeth_idx_activate_channel()
|
/linux-4.1.27/fs/hfs/ |
D | bnode.c | 274 wait_event(node2->lock_wq, !test_bit(HFS_BNODE_NEW, &node2->flags)); in __hfs_bnode_create() 327 wait_event(node->lock_wq, !test_bit(HFS_BNODE_NEW, &node->flags)); in hfs_bnode_find()
|
/linux-4.1.27/net/unix/ |
D | garbage.c | 266 wait_event(unix_gc_wait, gc_in_progress == false); in wait_for_unix_gc()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | base.c | 77 wait_event(pmu->recv.wait, (pmu->recv.process == 0)); in nvkm_pmu_send()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_dquot_item.c | 137 wait_event(dqp->q_pinwait, (atomic_read(&dqp->q_pincount) == 0)); in xfs_qm_dqunpin_wait()
|
/linux-4.1.27/net/nfc/hci/ |
D | command.c | 91 wait_event(ew_wq, hcp_ew.exec_complete == true); in nfc_hci_execute_cmd()
|
D | llc_shdlc.c | 713 wait_event(connect_wq, shdlc->connect_result != 1); in llc_shdlc_connect()
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_rd.c | 106 wait_event(rd->fifo_event, circ_space(&rd->fifo) > 0); in rd_write()
|
/linux-4.1.27/fs/hfsplus/ |
D | bnode.c | 439 wait_event(node2->lock_wq, in __hfs_bnode_create() 493 wait_event(node->lock_wq, in hfs_bnode_find()
|
/linux-4.1.27/drivers/iommu/ |
D | amd_iommu_v2.c | 270 wait_event(pasid_state->wq, !atomic_read(&pasid_state->count)); in put_pasid_state_wait() 848 wait_event(dev_state->wq, !atomic_read(&dev_state->count)); in amd_iommu_free_device()
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_cq.c | 342 wait_event(my_cq->wait_completion, !atomic_read(&my_cq->nr_events)); in ehca_destroy_cq()
|
/linux-4.1.27/fs/logfs/ |
D | dev_bdev.c | 246 wait_event(wq, atomic_read(&super->s_pending_writes) == 0); in bdev_sync()
|
/linux-4.1.27/drivers/base/ |
D | dd.c | 387 wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); in wait_for_device_probe()
|
/linux-4.1.27/arch/sh/drivers/dma/ |
D | dma-api.c | 236 wait_event(channel->wait_queue, in dma_wait_for_completion()
|
/linux-4.1.27/fs/ocfs2/ |
D | journal.h | 222 wait_event(osb->journal->j_checkpointed, in ocfs2_checkpoint_inode()
|
D | journal.c | 229 wait_event(osb->recovery_event, !ocfs2_recovery_thread_running(osb)); in ocfs2_recovery_exit() 1118 wait_event(osb->recovery_event, ocfs2_recovery_completed(osb)); in ocfs2_wait_for_recovery() 2225 wait_event(osb->osb_mount_event, in __ocfs2_wait_on_mount()
|
D | stack_user.c | 1045 wait_event(lc->oc_wait, (atomic_read(&lc->oc_this_node) > 0)); in user_cluster_connect()
|
D | dlmglue.c | 1279 wait_event(lockres->l_event, in ocfs2_wait_on_busy_lock() 1286 wait_event(lockres->l_event, in ocfs2_wait_on_refreshing_lock()
|
/linux-4.1.27/drivers/md/ |
D | bitmap.c | 307 wait_event(bitmap->write_wait, in write_page() 404 wait_event(bitmap->write_wait, in read_page() 999 wait_event(bitmap->write_wait, in bitmap_unplug() 1588 wait_event(bitmap->mddev->recovery_wait, in bitmap_cond_end_sync() 1688 wait_event(bitmap->write_wait, in bitmap_free()
|
D | dm-kcopyd.c | 873 wait_event(kc->destroyq, !atomic_read(&kc->nr_jobs)); in dm_kcopyd_client_destroy()
|
D | md.c | 316 wait_event(mddev->sb_wait, atomic_read(&mddev->active_io) == 0); in mddev_suspend() 774 wait_event(mddev->sb_wait, atomic_read(&mddev->pending_writes)==0); in md_super_wait() 5354 wait_event(bitmap->behind_wait, in mddev_detach() 5415 wait_event(resync_wait, !test_bit(MD_RECOVERY_RUNNING, in md_set_readonly() 5476 wait_event(resync_wait, (mddev->sync_thread == NULL && in do_md_stop() 6797 wait_event(mddev->sb_wait, in md_ioctl() 7542 wait_event(mddev->sb_wait, in md_write_start() 7808 wait_event(mddev->recovery_wait, in md_do_sync() 7904 wait_event(mddev->recovery_wait, in md_do_sync() 7916 wait_event(mddev->recovery_wait, !atomic_read(&mddev->recovery_active)); in md_do_sync()
|
D | dm-log-writes.c | 526 wait_event(lc->wait, !atomic_read(&lc->io_blocks) && in log_writes_dtr()
|
D | raid1.c | 1184 wait_event(bitmap->behind_wait, in make_request() 1243 wait_event(conf->wait_barrier, in make_request() 1344 wait_event(conf->wait_barrier, in make_request()
|
D | dm-cache-target.c | 1781 wait_event(cache->quiescing_wait, atomic_read(&cache->quiescing_ack)); in wait_for_quiescing_ack() 1798 wait_event(cache->migration_wait, !atomic_read(&cache->nr_allocated_migrations)); in wait_for_migrations() 3237 wait_event(req.result_wait, atomic_read(&req.complete)); in request_invalidation()
|
D | raid10.c | 1179 wait_event(conf->wait_barrier, in __make_request() 1197 wait_event(mddev->sb_wait, in __make_request() 1290 wait_event(conf->wait_barrier, in __make_request() 4353 wait_event(mddev->sb_wait, mddev->flags == 0 || in reshape_request()
|
D | dm-raid1.c | 1301 wait_event(_kmirrord_recovery_stopped, in mirror_presuspend()
|
D | raid5.c | 5447 wait_event(conf->wait_for_overlap, in reshape_request() 5457 wait_event(mddev->sb_wait, mddev->flags == 0 || in reshape_request() 5542 wait_event(conf->wait_for_overlap, in reshape_request() 5552 wait_event(mddev->sb_wait, in reshape_request() 5595 wait_event(conf->wait_for_overlap, conf->quiesce != 2); in sync_request()
|
/linux-4.1.27/fs/fuse/ |
D | dev.c | 214 wait_event(fc->reserved_req_waitq, ff->reserved_req); in get_reserved_req() 263 wait_event(fc->blocked_waitq, fc->initialized); in fuse_get_req_nofail_nopages() 477 wait_event(req->waitq, req->state == FUSE_REQ_FINISHED); in request_wait_answer() 492 wait_event(req->waitq, !req->locked); in request_wait_answer() 2127 wait_event(req->waitq, !req->locked); in end_io_requests()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | iwcm.c | 290 wait_event(cm_id_priv->connect_wait, in iw_cm_disconnect() 358 wait_event(cm_id_priv->connect_wait, in destroy_cm_id()
|
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_erp.c | 682 wait_event(adapter->erp_ready_wq, in zfcp_erp_adapter_strat_fsf_xconf() 723 wait_event(adapter->erp_ready_wq, in zfcp_erp_adapter_strategy_open_fsf_xport() 1406 wait_event(adapter->erp_done_wqh, in zfcp_erp_wait()
|
D | zfcp_fc.c | 159 wait_event(wka_port->completion_wq, in zfcp_fc_wka_port_get()
|
/linux-4.1.27/fs/jbd/ |
D | journal.c | 246 wait_event(journal->j_wait_done_commit, journal->j_task != NULL); in journal_start_thread() 258 wait_event(journal->j_wait_done_commit, in journal_kill_thread() 600 wait_event(journal->j_wait_done_commit, in log_wait_commit()
|
D | transaction.c | 130 wait_event(journal->j_wait_transaction_locked, in start_this_handle() 444 wait_event(journal->j_wait_transaction_locked, in journal_lock_updates()
|
/linux-4.1.27/sound/usb/misc/ |
D | ua101.c | 580 wait_event(ua->rate_feedback_wait, in start_usb_playback() 790 wait_event(ua->alsa_capture_wait, in capture_pcm_prepare() 817 wait_event(ua->alsa_playback_wait, in playback_pcm_prepare()
|
/linux-4.1.27/drivers/block/paride/ |
D | paride.c | 124 wait_event(pi->parq, in pi_claim()
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
D | c2_cq.c | 404 wait_event(cq->wait, !atomic_read(&cq->refcount)); in c2_free_cq()
|
D | c2_qp.c | 637 wait_event(qp->wait, !atomic_read(&qp->refcount)); in c2_free_qp()
|
/linux-4.1.27/drivers/dma/ |
D | dmatest.c | 193 wait_event(thread_wait, !is_threaded_test_run(info)); in dmatest_wait_get() 964 wait_event(thread_wait, !is_threaded_test_run(info)); in dmatest_init()
|
/linux-4.1.27/fs/jbd2/ |
D | transaction.c | 242 wait_event(journal->j_wait_reserved, in add_transaction_credits() 322 wait_event(journal->j_wait_transaction_locked, in start_this_handle() 697 wait_event(journal->j_wait_reserved, in jbd2_journal_lock_updates()
|
D | journal.c | 295 wait_event(journal->j_wait_done_commit, journal->j_task != NULL); in jbd2_journal_start_thread() 307 wait_event(journal->j_wait_done_commit, journal->j_task == NULL); in journal_kill_thread() 715 wait_event(journal->j_wait_done_commit, in jbd2_log_wait_commit()
|
/linux-4.1.27/fs/ |
D | super.c | 624 wait_event(s->s_writers.wait_unfrozen, in get_super_thawed() 1197 wait_event(sb->s_writers.wait_unfrozen, in __sb_start_write()
|
/linux-4.1.27/net/rds/ |
D | connection.c | 298 wait_event(conn->c_waitq, in rds_conn_shutdown()
|
D | ib_cm.c | 664 wait_event(rds_ib_ring_empty_wait, in rds_ib_conn_shutdown()
|
D | iw_cm.c | 602 wait_event(rds_iw_ring_empty_wait, in rds_iw_conn_shutdown()
|
/linux-4.1.27/mm/ |
D | oom_kill.c | 481 wait_event(oom_victims_wait, !atomic_read(&oom_victims)); in oom_killer_disable()
|
/linux-4.1.27/drivers/virtio/ |
D | virtio_balloon.c | 125 wait_event(vb->acked, virtqueue_get_buf(vq, &len)); in tell_host()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 134 wait_event(chp->wait, !atomic_read(&chp->refcnt)); in iwch_destroy_cq() 870 wait_event(qhp->wait, !qhp->ep); in iwch_destroy_qp() 875 wait_event(qhp->wait, !atomic_read(&qhp->refcnt)); in iwch_destroy_qp()
|
D | iwch_cm.c | 1852 wait_event(ep->com.waitq, ep->com.rpl_done); in iwch_accept_cr() 2030 wait_event(ep->com.waitq, ep->com.rpl_done); in iwch_create_listen() 2060 wait_event(ep->com.waitq, ep->com.rpl_done); in iwch_destroy_listen()
|
/linux-4.1.27/fs/ext4/ |
D | file.c | 63 wait_event(*wq, (atomic_read(&EXT4_I(inode)->i_unwritten) == 0)); in ext4_unwritten_wait()
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmunlock.c | 675 wait_event(dlm->ast_wq, in dlmunlock()
|
D | dlmrecovery.c | 375 wait_event(dlm->dlm_reco_thread_wq, in dlm_wait_for_node_death() 392 wait_event(dlm->dlm_reco_thread_wq, in dlm_wait_for_node_recovery() 421 wait_event(dlm->reco.event, !dlm_in_recovery(dlm)); in dlm_wait_for_recovery()
|
/linux-4.1.27/drivers/char/pcmcia/ |
D | cm4040_cs.c | 511 wait_event(dev->devq, (link->open == 0)); in cm4040_reader_release()
|
D | cm4000_cs.c | 1735 wait_event(dev->devq, (link->open == 0)); in cmm_cm4000_release()
|
/linux-4.1.27/kernel/rcu/ |
D | rcutorture.c | 1414 wait_event(barrier_cbs_wq[myid], in rcu_torture_barrier_cbs() 1446 wait_event(barrier_wq, in rcu_torture_barrier()
|
D | tree_plugin.h | 778 wait_event(sync_rcu_preempt_exp_wq, in synchronize_rcu_expedited() 1664 wait_event(oom_callback_wq, atomic_read(&oom_callback_count) == 0); in rcu_oom_notify()
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfad_im.c | 334 wait_event(wq, test_bit(IO_DONE_BIT, in bfad_im_reset_lun_handler() 377 wait_event(wq, test_bit(IO_DONE_BIT, in bfad_im_reset_bus_handler()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_crtc.c | 530 wait_event(dcrtc->frame_wait, !dcrtc->frame_work); in armada_drm_crtc_mode_set() 642 wait_event(dcrtc->frame_wait, !dcrtc->frame_work); in armada_drm_crtc_mode_set_base()
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dmxdev.c | 1260 wait_event(dmxdev->dvbdev->wait_queue, in dvb_dmxdev_release() 1264 wait_event(dmxdev->dvr_dvbdev->wait_queue, in dvb_dmxdev_release()
|
D | dvb_net.c | 1480 wait_event(dvbnet->dvbdev->wait_queue,
|
/linux-4.1.27/fs/ubifs/ |
D | commit.c | 398 wait_event(c->cmt_wq, c->cmt_state != COMMIT_RUNNING_BACKGROUND && in wait_for_commit()
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | fasttimer.c | 487 wait_event(sleep_wait, !fast_timer_pending(&t)); in schedule_usleep()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | base.c | 255 wait_event(i2c->wait, nvkm_i2c_try_acquire_pad(port) == 0); in nvkm_i2c_acquire_pad()
|
/linux-4.1.27/sound/usb/ |
D | card.c | 605 wait_event(chip->shutdown_wait, in usb_audio_disconnect()
|
/linux-4.1.27/include/linux/ |
D | wait.h | 262 #define wait_event(wq, condition) \ macro
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | base.c | 242 wait_event(clk->wait, !atomic_read(&clk->waiting)); in nvkm_pstate_calc()
|
/linux-4.1.27/drivers/staging/unisys/virthba/ |
D | virthba.c | 640 wait_event(notifyevent, notifyresult != 0xffff); in forward_vdiskmgmt_command() 692 wait_event(notifyevent, notifyresult != 0xffff); in forward_taskmgmt_command()
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_cmd.c | 128 wait_event(*ring->push_event, in qxl_ring_push()
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | fasttimer.c | 461 wait_event(sleep_wait, !fast_timer_pending(&t)); in schedule_usleep()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 300 wait_event(m2m_ctx->finished, in v4l2_m2m_cancel_job()
|
D | videobuf-core.c | 112 wait_event(vb->done, is_state_active_or_queued(q, vb)); in videobuf_waiton()
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_srq.c | 351 wait_event(srq->wait, !get_srq_refcount(dev, srq)); in mthca_free_srq()
|
D | mthca_cq.c | 944 wait_event(cq->wait, !get_cq_refcount(dev, cq)); in mthca_free_cq()
|
/linux-4.1.27/drivers/mfd/ |
D | dln2.c | 712 wait_event(dln2->disconnect_wq, !dln2->active_transfers); in dln2_stop()
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
D | grufault.c | 631 wait_event(gms->ms_wait_queue, in gru_user_dropin()
|
/linux-4.1.27/drivers/atm/ |
D | solos-pci.c | 708 wait_event(card->fw_wq, !ioread32(card->config_regs + FLASH_BUSY)); in flash_upgrade() 736 wait_event(card->fw_wq, !ioread32(card->config_regs + FLASH_BUSY)); in flash_upgrade()
|
D | zatm.c | 883 wait_event(zatm_vcc->tx_wait, !skb_peek(&zatm_vcc->backlog)); in close_tx() 888 wait_event(zatm_vcc->tx_wait, !skb_peek(&zatm_vcc->tx_queue)); in close_tx()
|
/linux-4.1.27/drivers/misc/sgi-xp/ |
D | xpc_main.c | 512 wait_event(part->teardown_wq, (atomic_read(&part->references) == 0)); in xpc_teardown_ch_structures()
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_mm.c | 711 wait_event(wait_q, (kioc->status != -ENODATA)); in lld_ioctl()
|
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_xs.c | 224 wait_event(xs_state.transaction_wq, in transaction_suspend()
|
/linux-4.1.27/sound/usb/usx2y/ |
D | usx2yhwdeppcm.c | 464 wait_event(usX2Y->prepare_wait_queue, NULL == usX2Y->prepare_subs); in usX2Y_usbpcm_urbs_start()
|
D | usbusx2yaudio.c | 508 wait_event(usX2Y->prepare_wait_queue, NULL == usX2Y->prepare_subs); in usX2Y_urbs_start()
|
/linux-4.1.27/drivers/isdn/pcbit/ |
D | drv.c | 822 wait_event(dev->set_running_wq, dev->l2_state == L2_RUNNING || in set_protocol_running()
|
/linux-4.1.27/drivers/xen/ |
D | xen-scsiback.c | 584 wait_event(info->waiting_to_free, in scsiback_disconnect() 620 wait_event(tmr->tmr_wait, atomic_read(&tmr->tmr_complete)); in scsiback_device_action()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | tcp.c | 1073 wait_event(nn->nn_sc_wq, o2net_tx_can_proceed(nn, &sc, &ret)); in o2net_send_message_vec() 1123 wait_event(nsw.ns_wq, o2net_nsw_completed(nn, &nsw)); in o2net_send_message_vec()
|
/linux-4.1.27/fs/kernfs/ |
D | dir.c | 361 wait_event(root->deactivate_waitq, in kernfs_drain()
|
/linux-4.1.27/drivers/misc/carma/ |
D | carma-fpga.c | 949 wait_event(priv->wait, priv->inflight == NULL); in data_device_disable()
|
/linux-4.1.27/net/wireless/ |
D | core.c | 764 wait_event(rdev->dev_wait, ({ in wiphy_unregister()
|
/linux-4.1.27/net/netlink/ |
D | genetlink.c | 450 wait_event(genl_sk_destructing_waitq, in genl_unregister_family()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | u_serial.c | 1077 wait_event(port->port.close_wait, gs_closed(port)); in gserial_free_port()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 859 wait_event(chp->wait, !atomic_read(&chp->refcnt)); in c4iw_destroy_cq()
|
D | qp.c | 1586 wait_event(qhp->wait, !qhp->ep); in c4iw_destroy_qp() 1590 wait_event(qhp->wait, !atomic_read(&qhp->refcnt)); in c4iw_destroy_qp()
|
/linux-4.1.27/drivers/media/rc/ |
D | nuvoton-cir.c | 581 wait_event(nvt->tx.queue, nvt->tx.tx_state == ST_TX_REQUEST); in nvt_tx_ir()
|
/linux-4.1.27/drivers/usb/class/ |
D | cdc-wdm.c | 580 wait_event(desc->wait, !test_bit(WDM_IN_USE, &desc->flags)); in wdm_flush()
|
/linux-4.1.27/drivers/target/loopback/ |
D | tcm_loop.c | 282 wait_event(tl_tmr->tl_tmr_wait, atomic_read(&tl_tmr->tmr_complete)); in tcm_loop_issue_tmr()
|
/linux-4.1.27/drivers/vhost/ |
D | net.c | 149 wait_event(ubufs->wait, !atomic_read(&ubufs->refcount)); in vhost_net_ubuf_put_and_wait()
|
D | vhost.c | 139 wait_event(work->done, vhost_work_seq_done(dev, work, seq)); in vhost_work_flush()
|
/linux-4.1.27/drivers/tty/ |
D | n_gsm.c | 1373 wait_event(gsm->event, gsm->pending_cmd == NULL); in gsm_control_send() 1403 wait_event(gsm->event, control->done == 1); in gsm_control_wait()
|
/linux-4.1.27/drivers/acpi/ |
D | ec.c | 754 wait_event(ec->wait, acpi_ec_stopped(ec)); in acpi_ec_stop()
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 217 HCI command, setup a local wait queue on stack, and wait_event() for completion.
|
/linux-4.1.27/net/sunrpc/xprtrdma/ |
D | svc_rdma_transport.c | 1284 wait_event(xprt->sc_send_wait, in svc_rdma_send()
|
/linux-4.1.27/arch/s390/kvm/ |
D | priv.c | 197 wait_event(vcpu->kvm->arch.ipte_wq, !ipte_lock_held(vcpu)); in handle_ipte_interlock()
|
/linux-4.1.27/fs/nilfs2/ |
D | segment.c | 2563 wait_event(sci->sc_wait_task, sci->sc_task != NULL); in nilfs_segctor_start_thread() 2576 wait_event(sci->sc_wait_task, sci->sc_task == NULL); in nilfs_segctor_kill_thread()
|
/linux-4.1.27/drivers/scsi/arm/ |
D | fas216.c | 2524 wait_event(info->eh_wait, info->rst_dev_status); in fas216_eh_device_reset() 2615 wait_event(info->eh_wait, info->rst_bus_status); in fas216_eh_bus_reset()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | service.c | 2518 wait_event(ptlrpc_hr.hr_waitq, in ptlrpc_stop_hr_threads() 2543 wait_event(ptlrpc_hr.hr_waitq, in ptlrpc_start_hr_threads()
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | core.c | 1059 wait_event(session->state_queue, in hidp_session_start_sync()
|
/linux-4.1.27/kernel/irq/ |
D | manage.c | 109 wait_event(desc->wait_for_threads, in synchronize_irq()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | bcmsdh.c | 937 wait_event(sdiodev->freezer->thread_freeze, in brcmf_sdiod_freezer_on()
|
/linux-4.1.27/fs/gfs2/ |
D | super.c | 850 wait_event(sdp->sd_reserving_log_wait, atomic_read(&sdp->sd_reserving_log) == 0); in gfs2_make_fs_ro()
|
/linux-4.1.27/drivers/s390/kvm/ |
D | virtio_ccw.c | 320 wait_event(vcdev->wait_q, doing_io(vcdev, flag) == 0); in ccw_io_helper()
|
/linux-4.1.27/drivers/mmc/host/ |
D | omap.c | 210 wait_event(host->slot_wq, host->mmc == NULL); in mmc_omap_select_slot()
|
/linux-4.1.27/fs/exofs/ |
D | inode.c | 1254 wait_event(oi->i_wq, obj_created(oi)); in __exofs_wait_obj_created()
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 1849 wait_event(card->waitq, in ps3_gelic_driver_remove()
|
/linux-4.1.27/kernel/events/ |
D | uprobes.c | 1273 wait_event(area->wq, (atomic_read(&area->slot_count) < UINSNS_PER_PAGE)); in xol_take_insn_slot()
|