Home
last modified time | relevance | path

Searched refs:alloc_ordered_workqueue (Results 1 – 25 of 204) sorted by relevance

123456789

/linux-6.14.4/drivers/edac/
Dwq.c31 wq = alloc_ordered_workqueue("edac-poller", WQ_MEM_RECLAIM); in edac_workqueue_setup()
/linux-6.14.4/kernel/power/
Dautosleep.c122 autosleep_wq = alloc_ordered_workqueue("autosleep", 0); in pm_autosleep_init()
/linux-6.14.4/arch/powerpc/kernel/
Dtau_6xx.c203 tau_workq = alloc_ordered_workqueue("tau", 0); in TAU_init()
/linux-6.14.4/drivers/infiniband/hw/mthca/
Dmthca_catas.c188 catas_wq = alloc_ordered_workqueue("mthca_catas", WQ_MEM_RECLAIM); in mthca_catas_init()
/linux-6.14.4/include/linux/
Dworkqueue.h564 #define alloc_ordered_workqueue(fmt, flags, args...) \ macro
573 alloc_ordered_workqueue("%s", __WQ_LEGACY | WQ_MEM_RECLAIM, name)
/linux-6.14.4/drivers/dma/amd/ae4dma/
Dae4dma-dev.c139 ae4cmd_q->pws = alloc_ordered_workqueue("ae4dma_%d", WQ_MEM_RECLAIM, ae4cmd_q->id); in ae4_core_init()
/linux-6.14.4/drivers/crypto/marvell/octeontx2/
Dotx2_cptpf_main.c338 cptpf->flr_wq = alloc_ordered_workqueue("cptpf_flr_wq", 0); in cptpf_flr_wq_init()
365 alloc_ordered_workqueue("cpt_vfpf_mailbox", in cptpf_vfpf_mbox_init()
461 alloc_ordered_workqueue("cpt_afpf_mailbox", in cptpf_afpf_mbox_init()
Dotx2_cptvf_main.c79 alloc_ordered_workqueue("cpt_pfvf_mailbox", in cptvf_pfvf_mbox_init()
/linux-6.14.4/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c213 i915->wq = alloc_ordered_workqueue("mock", 0); in mock_gem_device()
/linux-6.14.4/drivers/media/platform/mediatek/vcodec/decoder/
Dmtk_vcodec_dec_drv.c399 alloc_ordered_workqueue("core-decoder", in mtk_vcodec_probe()
452 alloc_ordered_workqueue(MTK_VCODEC_DEC_NAME, in mtk_vcodec_probe()
/linux-6.14.4/net/tipc/
Dtopsrv.c635 s->rcv_wq = alloc_ordered_workqueue("tipc_rcv", 0); in tipc_topsrv_work_start()
641 s->send_wq = alloc_ordered_workqueue("tipc_send", 0); in tipc_topsrv_work_start()
/linux-6.14.4/fs/btrfs/
Dasync-thread.c140 ret->normal_wq = alloc_ordered_workqueue("btrfs-%s", flags, name); in btrfs_alloc_ordered_workqueue()
/linux-6.14.4/drivers/accel/qaic/
Dqaic_debugfs.c207 qdev->bootlog_wq = alloc_ordered_workqueue("qaic_bootlog", 0); in qaic_bootlog_mhi_probe()
/linux-6.14.4/drivers/net/ethernet/microchip/lan966x/
Dlan966x_fdb.c118 lan966x->fdb_work = alloc_ordered_workqueue("lan966x_order", 0); in lan966x_fdb_init()
/linux-6.14.4/drivers/scsi/libsas/
Dsas_init.c125 sas_ha->event_q = alloc_ordered_workqueue("%s", WQ_MEM_RECLAIM, name); in sas_register_ha()
130 sas_ha->disco_q = alloc_ordered_workqueue("%s", WQ_MEM_RECLAIM, name); in sas_register_ha()
/linux-6.14.4/drivers/scsi/snic/
Dsnic_main.c303 shost->work_q = alloc_ordered_workqueue("scsi_wq_%d", WQ_MEM_RECLAIM, in snic_add_host()
887 alloc_ordered_workqueue("%s", WQ_MEM_RECLAIM, "snic_event_wq"); in snic_global_data_init()
/linux-6.14.4/drivers/gpu/drm/vkms/
Dvkms_crtc.c299 vkms_out->composer_workq = alloc_ordered_workqueue("vkms_composer", 0); in vkms_crtc_init()
/linux-6.14.4/drivers/gpu/drm/i915/gt/uc/
Dintel_gsc_uc.c139 gsc->wq = alloc_ordered_workqueue("i915_gsc", 0); in intel_gsc_uc_init_early()
/linux-6.14.4/fs/dlm/
Dast.c208 ls->ls_callback_wq = alloc_ordered_workqueue("dlm_callback", in dlm_callback_start()
/linux-6.14.4/arch/s390/appldata/
Dappldata_base.c406 appldata_wq = alloc_ordered_workqueue("appldata", 0); in appldata_init()
/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_device.c356 xe->preempt_fence_wq = alloc_ordered_workqueue("xe-preempt-fence-wq", in xe_device_create()
358 xe->ordered_wq = alloc_ordered_workqueue("xe-ordered-wq", 0); in xe_device_create()
/linux-6.14.4/drivers/accel/amdxdna/
Daie2_error.c329 events->wq = alloc_ordered_workqueue("async_wq", 0); in aie2_error_async_events_alloc()
/linux-6.14.4/drivers/scsi/fcoe/
Dfcoe_sysfs.c796 ctlr->work_q = alloc_ordered_workqueue("ctlr_wq_%d", WQ_MEM_RECLAIM, in fcoe_ctlr_device_add()
801 ctlr->devloss_work_q = alloc_ordered_workqueue("ctlr_dl_wq_%d", in fcoe_ctlr_device_add()
/linux-6.14.4/drivers/gpu/drm/xe/display/
Dxe_display.c99 xe->display.hotplug.dp_wq = alloc_ordered_workqueue("xe-dp", 0); in xe_display_create()
/linux-6.14.4/Documentation/translations/zh_CN/core-api/
Dworkqueue.rst219 ``alloc_ordered_workqueue()`` 。

123456789