Searched refs:wait_event (Results 51 - 75 of 289) sorted by relevance

1234567891011>>

/linux-master/drivers/infiniband/hw/hfi1/
H A Diowait.h176 wait_event(wait->wait_dma, !atomic_read(&wait->sdma_busy));
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma.h77 struct completion wait_event; member in struct:erdma_comp_wait
/linux-master/fs/erofs/
H A Ddecompressor_deflate.c127 wait_event(z_erofs_deflate_wq, READ_ONCE(z_erofs_deflate_head));
/linux-master/kernel/
H A Dasync.c317 wait_event(async_done, lowest_in_progress(domain) >= cookie);
/linux-master/fs/fuse/
H A Diomode.c46 wait_event(fi->direct_io_waitq, !fuse_is_io_cache_wait(fi));
/linux-master/fs/btrfs/
H A Dtransaction.c527 wait_event(fs_info->transaction_wait,
910 wait_event(commit->commit_wait, commit->state >= min_state);
1992 wait_event(fs_info->transaction_blocked_wait,
2025 wait_event(cur_trans->writer_wait,
2312 wait_event(cur_trans->writer_wait,
2330 wait_event(cur_trans->pending_wait,
2351 wait_event(cur_trans->writer_wait,
/linux-master/drivers/infiniband/hw/efa/
H A Defa_com.c29 struct completion wait_event; member in struct:efa_comp_ctx
337 reinit_completion(&comp_ctx->wait_event);
373 init_completion(&comp_ctx->wait_event);
430 complete(&comp_ctx->wait_event);
537 wait_for_completion_timeout(&comp_ctx->wait_event,
/linux-master/drivers/xen/
H A Dpvcalls-front.c333 wait_event(bedata->inflight_req,
479 wait_event(bedata->inflight_req,
710 wait_event(bedata->inflight_req,
759 wait_event(bedata->inflight_req,
1047 wait_event(bedata->inflight_req,
/linux-master/drivers/acpi/
H A Dacpi_dbg.c550 wait_event(acpi_aml_io.wait, !acpi_aml_busy());
558 wait_event(acpi_aml_io.wait, !acpi_aml_used());
/linux-master/fs/ocfs2/dlmfs/
H A Duserdlm.c50 wait_event(lockres->l_event,
57 wait_event(lockres->l_event,
/linux-master/fs/hfs/
H A Dbnode.c280 wait_event(node2->lock_wq, !test_bit(HFS_BNODE_NEW, &node2->flags));
329 wait_event(node->lock_wq, !test_bit(HFS_BNODE_NEW, &node->flags));
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddump.c66 u32 wait_event; /* wait event() caller address */ member in struct:iwl_error_event_table
260 IWL_ERR(fwrt, "0x%08X | wait_event\n", table.wait_event);
/linux-master/mm/
H A Dmmu_notifier.c248 wait_event(subscriptions->wq,
1089 wait_event(subscriptions->wq,
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_utils.c144 wait_event(gdev->hgcm_wq,
177 wait_event(gdev->hgcm_wq,
/linux-master/kernel/rcu/
H A Dtree_exp.h314 wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3],
954 wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3],
/linux-master/net/nfc/hci/
H A Dcommand.c79 wait_event(ew_wq, hcp_ew.exec_complete == true);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgt215.c77 wait_event(pmu->recv.wait, (pmu->recv.process == 0));
/linux-master/drivers/gpu/drm/
H A Ddrm_suballoc.c378 wait_event(sa_manager->wq,
/linux-master/arch/sh/drivers/dma/
H A Ddma-api.c233 wait_event(channel->wait_queue,
/linux-master/sound/pci/hda/
H A Dhda_bind.c163 wait_event(codec->remove_sleep, !refcount_read(&codec->pcm_ref));
/linux-master/block/
H A Dblk-crypto-profile.c287 wait_event(profile->idle_slots_wait_queue,
/linux-master/fs/ocfs2/
H A Djournal.h207 wait_event(osb->journal->j_checkpointed,
/linux-master/drivers/mmc/host/
H A Dmmc_hsq.c282 wait_event(hsq->wait_queue,
/linux-master/net/ieee802154/
H A Dcore.c168 wait_event(rdev->dev_wait, ({
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_rd.c106 wait_event(rd->fifo_event, circ_space(&rd->fifo) > 0 || !rd->open);

Completed in 308 milliseconds

1234567891011>>