Home
last modified time | relevance | path

Searched refs:alloc_workqueue (Results 1 – 25 of 194) sorted by relevance

12345678

/Linux-v5.4/fs/gfs2/
Dmain.c159 gfs_recovery_wq = alloc_workqueue("gfs_recovery", in init_gfs2_fs()
164 gfs2_control_wq = alloc_workqueue("gfs2_control", in init_gfs2_fs()
169 gfs2_freeze_wq = alloc_workqueue("freeze_workqueue", 0, 0); in init_gfs2_fs()
/Linux-v5.4/fs/afs/
Dmain.c172 afs_wq = alloc_workqueue("afs", 0, 0); in afs_init()
175 afs_async_calls = alloc_workqueue("kafsd", WQ_MEM_RECLAIM, 0); in afs_init()
178 afs_lock_manager = alloc_workqueue("kafs_lockd", WQ_MEM_RECLAIM, 0); in afs_init()
/Linux-v5.4/include/linux/
Dworkqueue.h407 struct workqueue_struct *alloc_workqueue(const char *fmt,
425 alloc_workqueue(fmt, WQ_UNBOUND | __WQ_ORDERED | \
429 alloc_workqueue("%s", __WQ_LEGACY | WQ_MEM_RECLAIM, 1, (name))
431 alloc_workqueue("%s", __WQ_LEGACY | WQ_FREEZABLE | WQ_UNBOUND | \
/Linux-v5.4/fs/fscache/
Dmain.c111 fscache_object_wq = alloc_workqueue("fscache_object", WQ_UNBOUND, in fscache_init()
121 fscache_op_wq = alloc_workqueue("fscache_operation", WQ_UNBOUND, in fscache_init()
/Linux-v5.4/fs/xfs/
Dxfs_pwork.c73 pctl->wq = alloc_workqueue("%s-%d", WQ_FREEZABLE, nr_threads, tag, in xfs_pwork_init()
Dxfs_super.c810 mp->m_buf_workqueue = alloc_workqueue("xfs-buf/%s", in xfs_init_mount_workqueues()
815 mp->m_unwritten_workqueue = alloc_workqueue("xfs-conv/%s", in xfs_init_mount_workqueues()
820 mp->m_cil_workqueue = alloc_workqueue("xfs-cil/%s", in xfs_init_mount_workqueues()
826 mp->m_reclaim_workqueue = alloc_workqueue("xfs-reclaim/%s", in xfs_init_mount_workqueues()
831 mp->m_eofblocks_workqueue = alloc_workqueue("xfs-eofblocks/%s", in xfs_init_mount_workqueues()
836 mp->m_sync_workqueue = alloc_workqueue("xfs-sync/%s", WQ_FREEZABLE, 0, in xfs_init_mount_workqueues()
2043 xfs_alloc_wq = alloc_workqueue("xfsalloc", in xfs_init_workqueues()
2048 xfs_discard_wq = alloc_workqueue("xfsdiscard", WQ_UNBOUND, 0); in xfs_init_workqueues()
Dxfs_mru_cache.c296 xfs_mru_reap_wq = alloc_workqueue("xfs_mru_cache", in xfs_mru_cache_init()
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_interrupt.c64 kfd->ih_wq = alloc_workqueue("KFD IH", WQ_HIGHPRI, 1); in kfd_interrupt_init()
/Linux-v5.4/fs/btrfs/
Dasync-thread.c144 ret->normal_wq = alloc_workqueue("btrfs-%s-high", flags, in __btrfs_alloc_workqueue()
147 ret->normal_wq = alloc_workqueue("btrfs-%s", flags, in __btrfs_alloc_workqueue()
/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/
Dresponse_manager.c42 oct->dma_comp_wq.wq = alloc_workqueue("dma-comp", WQ_MEM_RECLAIM, 0); in octeon_setup_response_list()
/Linux-v5.4/drivers/crypto/qat/qat_common/
Dadf_aer.c260 device_reset_wq = alloc_workqueue("qat_device_reset_wq", in adf_init_aer()
Dadf_sriov.c295 pf2vf_resp_wq = alloc_workqueue("qat_pf2vf_resp_wq", WQ_MEM_RECLAIM, 0); in adf_init_pf_wq()
Dadf_vf_isr.c324 adf_vf_stop_wq = alloc_workqueue("adf_vf_stop_wq", WQ_MEM_RECLAIM, 0); in adf_init_vf_wq()
/Linux-v5.4/drivers/crypto/cavium/nitrox/
Dnitrox_mbx.c182 ndev->iov.pf2vf_wq = alloc_workqueue("nitrox_pf2vf", 0, 0); in nitrox_mbox_init()
/Linux-v5.4/drivers/power/supply/
Dipaq_micro_battery.c235 mb->wq = alloc_workqueue("ipaq-battery-wq", WQ_MEM_RECLAIM, 0); in micro_batt_probe()
/Linux-v5.4/fs/verity/
Dverify.c269 fsverity_read_workqueue = alloc_workqueue("fsverity_read_queue", in fsverity_init_workqueue()
/Linux-v5.4/drivers/char/tpm/
Dtpm-dev-common.c261 tpm_dev_wq = alloc_workqueue("tpm_dev_wq", WQ_MEM_RECLAIM, 0); in tpm_dev_common_init()
/Linux-v5.4/drivers/lightnvm/
Dpblk-gc.c663 gc->gc_line_reader_wq = alloc_workqueue("pblk-gc-line-reader-wq", in pblk_gc_init()
672 gc->gc_reader_wq = alloc_workqueue("pblk-gc-line_wq", in pblk_gc_init()
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dmain.c1507 alloc_workqueue("MWIFIEX_WORK_QUEUE", in mwifiex_reinit_sw()
1515 adapter->rx_workqueue = alloc_workqueue("MWIFIEX_RX_WORK_QUEUE", in mwifiex_reinit_sw()
1662 alloc_workqueue("MWIFIEX_WORK_QUEUE", in mwifiex_add_card()
1670 adapter->rx_workqueue = alloc_workqueue("MWIFIEX_RX_WORK_QUEUE", in mwifiex_add_card()
/Linux-v5.4/kernel/
Dworkqueue.c4220 struct workqueue_struct *alloc_workqueue(const char *fmt, in alloc_workqueue() function
4315 EXPORT_SYMBOL_GPL(alloc_workqueue);
5917 system_wq = alloc_workqueue("events", 0, 0); in workqueue_init_early()
5918 system_highpri_wq = alloc_workqueue("events_highpri", WQ_HIGHPRI, 0); in workqueue_init_early()
5919 system_long_wq = alloc_workqueue("events_long", 0, 0); in workqueue_init_early()
5920 system_unbound_wq = alloc_workqueue("events_unbound", WQ_UNBOUND, in workqueue_init_early()
5922 system_freezable_wq = alloc_workqueue("events_freezable", in workqueue_init_early()
5924 system_power_efficient_wq = alloc_workqueue("events_power_efficient", in workqueue_init_early()
5926 system_freezable_power_efficient_wq = alloc_workqueue("events_freezable_power_efficient", in workqueue_init_early()
/Linux-v5.4/drivers/pci/hotplug/
Dshpchp_core.c88 slot->wq = alloc_workqueue("shpchp-%d", 0, 0, slot->number); in init_slots()
/Linux-v5.4/net/core/
Dsock_diag.c334 broadcast_wq = alloc_workqueue("sock_diag_events", 0, 0); in sock_diag_init()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dopfn.c307 opfn_wq = alloc_workqueue("hfi_opfn", in opfn_init()
/Linux-v5.4/fs/dlm/
Dast.c270 ls->ls_callback_wq = alloc_workqueue("dlm_callback", in dlm_callback_start()
/Linux-v5.4/block/
Dbio-integrity.c458 kintegrityd_wq = alloc_workqueue("kintegrityd", WQ_MEM_RECLAIM | in bio_integrity_init()

12345678