| /linux/block/ |
| H A D | bio-integrity-auto.c | 122 WQ_HIGHPRI | WQ_CPU_INTENSIVE | WQ_PERCPU, 1); in blk_integrity_auto_init()
|
| H A D | blk-core.c | 1324 WQ_MEM_RECLAIM | WQ_HIGHPRI | WQ_PERCPU, 0); in blk_dev_init()
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_interrupt.c | 66 node->kfd->ih_wq = alloc_workqueue("KFD IH", WQ_HIGHPRI | WQ_UNBOUND, in kfd_interrupt_init()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | workqueue.rst | 156 ``WQ_HIGHPRI`` 标志组合使用。 181 ``WQ_HIGHPRI``
|
| /linux/include/linux/ |
| H A D | workqueue.h | 376 WQ_HIGHPRI = 1 << 4, /* high priority */ enumerator 415 __WQ_BH_ALLOWS = WQ_BH | WQ_HIGHPRI | WQ_PERCPU,
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | main.c | 1438 WQ_HIGHPRI | WQ_MEM_RECLAIM | WQ_UNBOUND, 0); in nxpwifi_reinit_sw() 1448 WQ_HIGHPRI | in nxpwifi_reinit_sw() 1539 WQ_HIGHPRI | WQ_MEM_RECLAIM | WQ_UNBOUND, 0); in nxpwifi_add_card() 1549 WQ_HIGHPRI | in nxpwifi_add_card()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_err.c | 188 wx->reset_wq = alloc_workqueue("%s_reset_wq_%x", WQ_UNBOUND | WQ_HIGHPRI, in wx_init_err_task()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | main.c | 1561 WQ_HIGHPRI | in mwifiex_reinit_sw() 1572 WQ_HIGHPRI | in mwifiex_reinit_sw() 1727 WQ_HIGHPRI | in mwifiex_add_card() 1746 WQ_HIGHPRI | in mwifiex_add_card()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_main.c | 300 adapter->mbx_wq = alloc_workqueue("%s-%s-mbx", WQ_UNBOUND | WQ_HIGHPRI, in idpf_probe()
|
| /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/fs/verity/ |
| H A D | verify.c | 495 WQ_HIGHPRI | WQ_PERCPU, in fsverity_init_workqueue()
|
| /linux/lib/tests/ |
| H A D | slub_kunit.c | 219 WQ_HIGHPRI | WQ_UNBOUND | WQ_MEM_RECLAIM, 0); in test_kfree_rcu_wq_destroy()
|
| /linux/drivers/virt/acrn/ |
| H A D | ioreq.c | 580 WQ_HIGHPRI | WQ_MEM_RECLAIM); in acrn_ioreq_intr_setup()
|
| /linux/drivers/input/misc/ |
| H A D | cs40l50-vibra.c | 528 vib->vib_wq = alloc_ordered_workqueue("vib_wq", WQ_HIGHPRI); in cs40l50_vibra_probe()
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_modem_ops.c | 704 md->handshake_wq = alloc_workqueue("%s", WQ_UNBOUND | WQ_MEM_RECLAIM | WQ_HIGHPRI, in t7xx_md_alloc()
|
| /linux/drivers/soc/apple/ |
| H A D | rtkit.c | 698 rtk->wq = alloc_ordered_workqueue("rtkit-%s", WQ_HIGHPRI | WQ_MEM_RECLAIM, in apple_rtkit_init()
|
| /linux/sound/soc/fsl/ |
| H A D | imx-pcm-rpmsg.c | 697 WQ_HIGHPRI | in imx_rpmsg_pcm_probe()
|
| /linux/net/rxrpc/ |
| H A D | af_rxrpc.c | 1052 rxrpc_workqueue = alloc_ordered_workqueue("krxrpcd", WQ_HIGHPRI | WQ_MEM_RECLAIM); in af_rxrpc_init()
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_pci.c | 904 fw->wq = alloc_workqueue("prestera_fw_wq", WQ_HIGHPRI | WQ_PERCPU, 1); in prestera_pci_probe()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_pf.c | 280 pf->flr_wq = alloc_ordered_workqueue("otx2_pf_flr_wq", WQ_HIGHPRI); in otx2_pf_flr_init() 612 WQ_UNBOUND | WQ_HIGHPRI | in otx2_pfvf_mbox_init() 1204 WQ_HIGHPRI | WQ_MEM_RECLAIM); in otx2_pfaf_mbox_init()
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | raw_mode.c | 1120 WQ_HIGHPRI | WQ_SYSFS, 0, raw->id); in scmi_xfer_raw_worker_init()
|
| /linux/Documentation/core-api/ |
| H A D | workqueue.rst | 180 All BH workqueues must have 0 ``max_active`` and ``WQ_HIGHPRI`` is the 219 ``WQ_HIGHPRI``
|
| /linux/drivers/dma/dw-edma/ |
| H A D | dw-edma-core.c | 1229 dw->wq = alloc_workqueue("dw-edma:%s", WQ_UNBOUND | WQ_HIGHPRI, 0, in dw_edma_probe()
|
| /linux/kernel/ |
| H A D | workqueue.c | 5378 bool highpri = wq->flags & WQ_HIGHPRI; in get_percpu_pool() 5717 bool highpri = wq->flags & WQ_HIGHPRI; in alloc_and_link_pwqs() 8227 WQ_HIGHPRI | WQ_PERCPU, 0); in workqueue_init_early() 8239 WQ_BH | WQ_HIGHPRI | WQ_PERCPU, 0); in workqueue_init_early()
|
| /linux/drivers/vdpa/vdpa_user/ |
| H A D | vduse_dev.c | 2722 WQ_HIGHPRI | WQ_SYSFS | WQ_UNBOUND, 0); in vduse_init() 2727 WQ_HIGHPRI | WQ_PERCPU, 0); in vduse_init()
|