| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_main.c | 276 WQ_UNBOUND | WQ_MEM_RECLAIM, 0, in idpf_probe() 286 WQ_UNBOUND | WQ_MEM_RECLAIM, 0, in idpf_probe() 305 WQ_UNBOUND | WQ_MEM_RECLAIM, 0, in idpf_probe() 315 WQ_UNBOUND | WQ_MEM_RECLAIM, 0, in idpf_probe()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | workqueue.rst | 177 ``WQ_MEM_RECLAIM`` 292 要忘记使用 ``WQ_MEM_RECLAIM`` 。每个设置了 293 ``WQ_MEM_RECLAIM`` 的wq都有一个为其保留的执行环境。 295 它们应该被排在不同的wq中,每个wq都有 ``WQ_MEM_RECLAIM`` 。 302 * 一个wq作为前进进度保证,``WQ_MEM_RECLAIM`` ,冲洗(flush)和工
|
| /linux/tools/workqueue/ |
| H A D | wq_monitor.py | 57 WQ_MEM_RECLAIM = prog['WQ_MEM_RECLAIM'] variable 73 self.mem_reclaim = wq.flags & WQ_MEM_RECLAIM != 0
|
| H A D | wq_dump.py | 105 WQ_MEM_RECLAIM = prog['WQ_MEM_RECLAIM'] variable 203 if not (wq.flags & WQ_MEM_RECLAIM):
|
| /linux/include/linux/ |
| H A D | workqueue.h | 374 WQ_MEM_RECLAIM = 1 << 3, /* may be used for memory reclaim */ enumerator 540 * @flags: WQ_* flags (only WQ_FREEZABLE and WQ_MEM_RECLAIM are meaningful) 559 * @flags: WQ_* flags (only WQ_FREEZABLE and WQ_MEM_RECLAIM are meaningful) 573 alloc_workqueue("%s", __WQ_LEGACY | WQ_MEM_RECLAIM | WQ_PERCPU, 1, (name)) 576 WQ_MEM_RECLAIM, 1, (name)) 578 alloc_ordered_workqueue("%s", __WQ_LEGACY | WQ_MEM_RECLAIM, name)
|
| /linux/fs/afs/ |
| H A D | main.c | 175 afs_async_calls = alloc_workqueue("kafsd", WQ_MEM_RECLAIM | WQ_UNBOUND, 0); in afs_init() 178 afs_lock_manager = alloc_workqueue("kafs_lockd", WQ_MEM_RECLAIM | WQ_PERCPU, 0); in afs_init()
|
| /linux/drivers/edac/ |
| H A D | wq.c | 31 wq = alloc_ordered_workqueue("edac-poller", WQ_MEM_RECLAIM); in edac_workqueue_setup()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | main.c | 1553 WQ_HIGHPRI | WQ_MEM_RECLAIM | WQ_UNBOUND, 0); in mwifiex_reinit_sw() 1562 WQ_MEM_RECLAIM | in mwifiex_reinit_sw() 1573 WQ_MEM_RECLAIM | in mwifiex_reinit_sw() 1719 WQ_HIGHPRI | WQ_MEM_RECLAIM | WQ_UNBOUND, 0); in mwifiex_add_card() 1728 WQ_MEM_RECLAIM | in mwifiex_add_card() 1747 WQ_MEM_RECLAIM | in mwifiex_add_card()
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.c | 1965 WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_PERCPU, in init_cifs() 1980 WQ_UNBOUND|WQ_FREEZABLE|WQ_MEM_RECLAIM, 0); in init_cifs() 1987 WQ_UNBOUND|WQ_FREEZABLE|WQ_MEM_RECLAIM, 0); in init_cifs() 1994 WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_PERCPU, in init_cifs() 2002 WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_PERCPU, in init_cifs() 2010 WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_PERCPU, in init_cifs() 2018 WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_PERCPU, in init_cifs()
|
| /linux/block/ |
| H A D | bio-integrity-auto.c | 185 kintegrityd_wq = alloc_workqueue("kintegrityd", WQ_MEM_RECLAIM | in blk_integrity_auto_init()
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_catas.c | 188 catas_wq = alloc_ordered_workqueue("mthca_catas", WQ_MEM_RECLAIM); in mthca_catas_init()
|
| /linux/fs/gfs2/ |
| H A D | main.c | 154 WQ_MEM_RECLAIM | WQ_FREEZABLE | WQ_PERCPU, in init_gfs2_fs()
|
| /linux/fs/xfs/ |
| H A D | xfs_super.c | 595 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_PERCPU), in xfs_init_mount_workqueues() 601 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_PERCPU), in xfs_init_mount_workqueues() 607 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_PERCPU), in xfs_init_mount_workqueues() 613 XFS_WQFLAGS(WQ_UNBOUND | WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues() 619 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_PERCPU), in xfs_init_mount_workqueues() 2566 xfs_alloc_wq = alloc_workqueue("xfsalloc", XFS_WQFLAGS(WQ_MEM_RECLAIM | WQ_FREEZABLE | WQ_PERCPU), in xfs_init_workqueues()
|
| H A D | xfs_mru_cache.c | 296 XFS_WQFLAGS(WQ_MEM_RECLAIM | WQ_FREEZABLE | WQ_PERCPU), in xfs_mru_cache_init()
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | mtk_vcodec_dec_drv.c | 401 WQ_MEM_RECLAIM | WQ_FREEZABLE); in mtk_vcodec_probe() 454 WQ_MEM_RECLAIM | WQ_FREEZABLE); in mtk_vcodec_probe()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_vf_isr.c | 303 WQ_MEM_RECLAIM | WQ_PERCPU, 0); in adf_init_vf_wq()
|
| H A D | adf_sriov.c | 302 WQ_MEM_RECLAIM | WQ_PERCPU, 0); in adf_init_pf_wq()
|
| H A D | adf_aer.c | 275 WQ_MEM_RECLAIM | WQ_PERCPU, 0); in adf_init_aer()
|
| /linux/lib/tests/ |
| H A D | slub_kunit.c | 214 WQ_HIGHPRI | WQ_UNBOUND | WQ_MEM_RECLAIM, 0); in test_kfree_rcu_wq_destroy()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm-dev-common.c | 278 tpm_dev_wq = alloc_workqueue("tpm_dev_wq", WQ_MEM_RECLAIM | WQ_PERCPU, in tpm_dev_common_init()
|
| /linux/drivers/scsi/libsas/ |
| H A D | sas_init.c | 125 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/drivers/scsi/snic/ |
| H A D | snic_main.c | 303 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/drivers/infiniband/hw/hfi1/ |
| H A D | opfn.c | 308 WQ_SYSFS | WQ_HIGHPRI | WQ_CPU_INTENSIVE | WQ_MEM_RECLAIM | in opfn_init()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_tlb_inval.c | 142 WQ_MEM_RECLAIM); in xe_gt_tlb_inval_init_early()
|
| /linux/drivers/scsi/fcoe/ |
| H A D | fcoe_sysfs.c | 796 ctlr->work_q = alloc_ordered_workqueue("ctlr_wq_%d", WQ_MEM_RECLAIM, in fcoe_ctlr_device_add() 802 WQ_MEM_RECLAIM, in fcoe_ctlr_device_add()
|