Home
last modified time | relevance | path

Searched refs:wq (Results 251 – 275 of 692) sorted by relevance

1...<<11121314151617181920>>...28

/openbmc/linux/drivers/thunderbolt/
H A Dxdomain.c709 queue_delayed_work(xd->tb->wq, &xd->state_work, in start_handshake()
781 queue_delayed_work(tb->wq, &xd->state_work, in tb_xdp_handle_request()
824 queue_delayed_work(tb->wq, &xd->state_work, in tb_xdp_handle_request()
1496 queue_delayed_work(xd->tb->wq, &xd->state_work, in tb_xdomain_queue_uuid()
1504 queue_delayed_work(xd->tb->wq, &xd->state_work, in tb_xdomain_queue_link_status()
1512 queue_delayed_work(xd->tb->wq, &xd->state_work, in tb_xdomain_queue_link_status2()
1527 queue_delayed_work(xd->tb->wq, &xd->state_work, in tb_xdomain_queue_bonding()
1535 queue_delayed_work(xd->tb->wq, &xd->state_work, in tb_xdomain_queue_bonding_uuid_low()
1543 queue_delayed_work(xd->tb->wq, &xd->state_work, in tb_xdomain_queue_properties()
1557 queue_delayed_work(xd->tb->wq, &xd->state_work, in tb_xdomain_failed()
[all …]
H A Ddomain.c323 destroy_workqueue(tb->wq); in tb_domain_release()
396 tb->wq = alloc_ordered_workqueue("thunderbolt%d", 0, tb->index); in tb_domain_alloc()
397 if (!tb->wq) in tb_domain_alloc()
414 destroy_workqueue(tb->wq); in tb_domain_alloc()
508 flush_workqueue(tb->wq); in tb_domain_remove()
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_xs.c209 wait_event(req->wq, test_reply(req)); in read_reply()
234 init_waitqueue_head(&req->wq); in xs_send()
273 wake_up(&req->wq); in xs_wake_up()
925 wake_up(&req->wq); in xs_reboot_notify()
927 wake_up(&req->wq); in xs_reboot_notify()
/openbmc/linux/drivers/soc/qcom/
H A Dqmi_interface.c582 queue_work(qmi->wq, &qmi->work); in qmi_data_ready()
653 qmi->wq = alloc_ordered_workqueue("qmi_msg_handler", 0); in qmi_handle_init()
654 if (!qmi->wq) { in qmi_handle_init()
673 destroy_workqueue(qmi->wq); in qmi_handle_init()
702 destroy_workqueue(qmi->wq); in qmi_handle_release()
/openbmc/linux/mm/
H A Dmmu_notifier.c46 wait_queue_head_t wq; member
163 wake_up_all(&subscriptions->wq); in mn_itree_inv_end()
248 wait_event(subscriptions->wq, in mmu_interval_read_begin()
645 init_waitqueue_head(&subscriptions->wq); in __mmu_notifier_register()
1089 wait_event(subscriptions->wq, in mmu_interval_notifier_remove()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c1016 struct lpfc_queue *wq; in lpfc_nvmet_xmt_fcp_op() local
1103 wq = ctxp->hdwq->io_wq; in lpfc_nvmet_xmt_fcp_op()
1104 pring = wq->pring; in lpfc_nvmet_xmt_fcp_op()
1107 wq->q_flag |= HBA_NVMET_WQFULL; in lpfc_nvmet_xmt_fcp_op()
1145 struct lpfc_queue *wq; in lpfc_nvmet_xmt_fcp_abort() local
1178 wq = ctxp->hdwq->io_wq; in lpfc_nvmet_xmt_fcp_abort()
2010 pring = wq->pring; in lpfc_nvmet_wqfull_flush()
2020 &wq->wqfull_list, list) { in lpfc_nvmet_wqfull_flush()
2050 struct lpfc_queue *wq) in lpfc_nvmet_wqfull_process() argument
2063 pring = wq->pring; in lpfc_nvmet_wqfull_process()
[all …]
/openbmc/linux/drivers/pci/
H A Ddoe.c56 wait_queue_head_t wq; member
97 if (wait_event_timeout(doe_mb->wq, in pci_doe_wait()
454 wake_up(&doe_mb->wq); in pci_doe_cancel_tasks()
481 init_waitqueue_head(&doe_mb->wq); in pci_doe_create_mb()
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmmaster.c653 wake_up(&res->wq); in dlm_lockres_drop_inflight_ref()
988 wake_up(&res->wq); in dlm_get_lock_resource()
1745 wake_up(&res->wq); in dlm_do_assert_master()
1924 wake_up(&mle->wq); in dlm_assert_master_handler()
2043 wake_up(&res->wq); in dlm_assert_master_post_handler()
2396 wake_up(&res->wq); in dlm_deref_lockres_done_handler()
2721 wake_up(&res->wq); in dlm_migrate_lockres()
2738 wake_up(&res->wq); in dlm_migrate_lockres()
3295 wake_up(&mle->wq); in dlm_clean_migration_mle()
3471 wake_up(&res->wq); in dlm_finish_migration()
[all …]
/openbmc/linux/include/drm/
H A Ddrm_suballoc.h25 wait_queue_head_t wq; member
/openbmc/linux/drivers/md/
H A Ddm-bio-prison-v2.h57 struct dm_bio_prison_v2 *dm_bio_prison_create_v2(struct workqueue_struct *wq);
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_uc.h44 struct workqueue_struct *wq; member
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_drv.h79 struct workqueue_struct *wq; member
/openbmc/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_device_test.c32 KUNIT_ASSERT_NOT_NULL(test, ttm_dev->wq); in ttm_device_init_basic()
63 KUNIT_ASSERT_NOT_NULL(test, ttm_devs[i].wq); in ttm_device_init_multiple()
/openbmc/linux/drivers/misc/cxl/
H A Dirq.c72 wake_up_all(&ctx->wq); in cxl_irq_psl9()
158 wake_up_all(&ctx->wq); in cxl_irq_psl8()
219 wake_up_all(&ctx->wq); in cxl_irq_afu()
/openbmc/linux/net/9p/
H A Dtrans_fd.c131 struct work_struct wq; member
452 m = container_of(work, struct p9_conn, wq); in p9_write_work()
516 schedule_work(&m->wq); in p9_write_work()
599 INIT_WORK(&m->wq, p9_write_work); in p9_conn_create()
650 schedule_work(&m->wq); in p9_poll_mux()
688 schedule_work(&m->wq); in p9_fd_request()
914 cancel_work_sync(&m->wq); in p9_conn_destroy()
H A Dtrans_xen.c46 wait_queue_head_t wq; member
138 while (wait_event_killable(ring->wq, in p9_xen_request()
251 wake_up_interruptible(&ring->wq); in xen_9pfs_front_event_handler()
328 init_waitqueue_head(&ring->wq); in xen_9pfs_front_alloc_dataring()
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c1663 struct cri_wait_queue *wq; in beiscsi_hdl_gather_pdu() local
1669 wq = &pasync_ctx->async_entry[cri].wq; in beiscsi_hdl_gather_pdu()
1672 if (wq->hdr_len) { in beiscsi_hdl_gather_pdu()
1683 wq->bytes_received = 0; in beiscsi_hdl_gather_pdu()
1691 if (!wq->hdr_len || !wq->bytes_needed) { in beiscsi_hdl_gather_pdu()
1697 if (wq->bytes_received > wq->bytes_needed) { in beiscsi_hdl_gather_pdu()
1702 if (wq->bytes_received == wq->bytes_needed) in beiscsi_hdl_gather_pdu()
1713 wq->hdr_len, wq->bytes_needed, in beiscsi_hdl_gather_pdu()
2905 wq.list); in hwi_init_async_pdu_ctx()
5640 if (!phba->wq) { in beiscsi_dev_probe()
[all …]
/openbmc/linux/drivers/i2c/busses/
H A Di2c-ibm_iic.h43 wait_queue_head_t wq; member
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c704 struct hinic_wq *wq = sq->wq; in free_tx_poll() local
713 hw_ci = HW_CONS_IDX(sq) & wq->mask; in free_tx_poll()
720 (((hw_ci - sw_ci) & wq->mask) * wq->wqebb_size < wqe_size)) in free_tx_poll()
726 if (wqe_size > wq->wqebb_size) { in free_tx_poll()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.h231 struct hw_wq *wq; member
384 struct sli4_queue wq[EFCT_HW_MAX_NUM_WQ]; member
693 int efct_hw_wq_write(struct hw_wq *wq, struct efct_hw_wqe *wqe);
751 void efct_hw_del_wq(struct hw_wq *wq);
/openbmc/linux/net/dccp/
H A Doutput.c199 struct socket_wq *wq; in dccp_write_space() local
202 wq = rcu_dereference(sk->sk_wq); in dccp_write_space()
203 if (skwq_has_sleeper(wq)) in dccp_write_space()
204 wake_up_interruptible(&wq->wait); in dccp_write_space()
/openbmc/linux/drivers/staging/nvec/
H A Dnvec.h145 struct workqueue_struct *wq; member
/openbmc/linux/include/linux/power/
H A Dcharger-manager.h63 struct work_struct wq; member
/openbmc/linux/drivers/sbus/char/
H A Dbbc_i2c.h61 wait_queue_head_t wq; member
/openbmc/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c805 init_waitqueue_head(&chip->wq); in cfi_intelext_partition_fixup()
935 add_wait_queue(&chip->wq, &wait); in chip_ready()
1019 add_wait_queue(&chip->wq, &wait); in get_chip()
1059 wake_up(&chip->wq); in put_chip()
1073 wake_up(&chip->wq); in put_chip()
1108 wake_up(&chip->wq); in put_chip()
1239 add_wait_queue(&chip->wq, &wait); in xip_wait_for_operation()
1315 add_wait_queue(&chip->wq, &wait); in inval_cache_and_wait_for_operation()
2083 wake_up(&chip->wq); in cfi_intelext_sync()
2591 wake_up(&chip->wq); in cfi_intelext_suspend()
[all …]

1...<<11121314151617181920>>...28