| /linux-6.15/fs/gfs2/ |
| H A D | main.c | 154 WQ_MEM_RECLAIM | WQ_FREEZABLE, 0); in init_gfs2_fs() 159 WQ_UNBOUND | WQ_FREEZABLE, 0); in init_gfs2_fs()
|
| H A D | ops_fstype.c | 1192 WQ_MEM_RECLAIM | WQ_HIGHPRI | WQ_FREEZABLE, 0, in gfs2_fill_super() 1198 WQ_MEM_RECLAIM | WQ_FREEZABLE, 0, sdp->sd_fsname); in gfs2_fill_super()
|
| /linux-6.15/fs/netfs/ |
| H A D | fscache_main.c | 69 fscache_wq = alloc_workqueue("fscache", WQ_UNBOUND | WQ_FREEZABLE, 0); in fscache_init()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_pwork.c | 75 WQ_UNBOUND | WQ_SYSFS | WQ_FREEZABLE, nr_threads, tag, in xfs_pwork_init()
|
| H A D | xfs_super.c | 568 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues() 574 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues() 580 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues() 586 XFS_WQFLAGS(WQ_UNBOUND | WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues() 592 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues() 598 XFS_WQFLAGS(WQ_FREEZABLE), 0, mp->m_super->s_id); in xfs_init_mount_workqueues() 2529 XFS_WQFLAGS(WQ_MEM_RECLAIM | WQ_FREEZABLE), 0); in xfs_init_workqueues()
|
| H A D | xfs_mru_cache.c | 296 XFS_WQFLAGS(WQ_MEM_RECLAIM | WQ_FREEZABLE), 1); in xfs_mru_cache_init()
|
| H A D | xfs_log_cil.c | 1935 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_UNBOUND), in xlog_cil_init()
|
| /linux-6.15/drivers/media/platform/mediatek/mdp3/ |
| H A D | mtk-mdp3-core.c | 277 mdp->job_wq = alloc_workqueue(MDP_MODULE_NAME, WQ_FREEZABLE, 0); in mdp_probe() 284 mdp->clock_wq = alloc_workqueue(MDP_MODULE_NAME "-clock", WQ_FREEZABLE, in mdp_probe()
|
| /linux-6.15/fs/smb/client/ |
| H A D | cifsfs.c | 1886 cifsiod_wq = alloc_workqueue("cifsiod", WQ_FREEZABLE|WQ_MEM_RECLAIM, 0); in init_cifs() 1900 WQ_UNBOUND|WQ_FREEZABLE|WQ_MEM_RECLAIM, 0); in init_cifs() 1907 WQ_UNBOUND|WQ_FREEZABLE|WQ_MEM_RECLAIM, 0); in init_cifs() 1914 WQ_FREEZABLE|WQ_MEM_RECLAIM, 0); in init_cifs() 1921 WQ_FREEZABLE|WQ_MEM_RECLAIM, 0); in init_cifs() 1928 WQ_FREEZABLE|WQ_MEM_RECLAIM, 0); in init_cifs() 1935 WQ_FREEZABLE|WQ_MEM_RECLAIM, 0); in init_cifs()
|
| H A D | dfs_cache.c | 290 WQ_UNBOUND|WQ_FREEZABLE|WQ_MEM_RECLAIM, in dfs_cache_init()
|
| /linux-6.15/include/linux/ |
| H A D | workqueue.h | 372 WQ_FREEZABLE = 1 << 2, /* freeze during suspend */ enumerator 570 alloc_workqueue("%s", __WQ_LEGACY | WQ_FREEZABLE | WQ_UNBOUND | \
|
| /linux-6.15/drivers/net/wireguard/ |
| H A D | device.c | 336 WQ_CPU_INTENSIVE | WQ_FREEZABLE, 0, dev->name); in wg_newlink() 341 WQ_UNBOUND | WQ_FREEZABLE, 0, dev->name); in wg_newlink()
|
| /linux-6.15/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | mtk_vcodec_dec_drv.c | 400 WQ_MEM_RECLAIM | WQ_FREEZABLE); in mtk_vcodec_probe() 453 WQ_MEM_RECLAIM | WQ_FREEZABLE); in mtk_vcodec_probe()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | super.c | 878 WQ_HIGHPRI|WQ_FREEZABLE|WQ_MEM_RECLAIM|WQ_UNBOUND, 512)) || in bch2_fs_alloc() 880 WQ_HIGHPRI|WQ_FREEZABLE|WQ_MEM_RECLAIM, 1)) || in bch2_fs_alloc() 882 WQ_HIGHPRI|WQ_FREEZABLE|WQ_MEM_RECLAIM|WQ_CPU_INTENSIVE, 1)) || in bch2_fs_alloc() 884 WQ_HIGHPRI|WQ_FREEZABLE|WQ_MEM_RECLAIM, 512)) || in bch2_fs_alloc() 886 WQ_HIGHPRI|WQ_FREEZABLE|WQ_MEM_RECLAIM, 1)) || in bch2_fs_alloc() 888 WQ_FREEZABLE, 0)) || in bch2_fs_alloc()
|
| /linux-6.15/drivers/media/platform/mediatek/vcodec/encoder/ |
| H A D | mtk_vcodec_enc_drv.c | 345 WQ_FREEZABLE); in mtk_vcodec_probe()
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | workqueue.rst | 173 ``WQ_FREEZABLE``
|
| /linux-6.15/drivers/firmware/arm_scmi/transports/ |
| H A D | virtio.c | 423 WQ_UNBOUND | WQ_FREEZABLE | WQ_SYSFS, in virtio_chan_setup()
|
| /linux-6.15/drivers/firewire/ |
| H A D | core-card.c | 593 WQ_UNBOUND | WQ_FREEZABLE | WQ_HIGHPRI | WQ_SYSFS, in fw_card_add()
|
| /linux-6.15/kernel/power/ |
| H A D | main.c | 1015 pm_wq = alloc_workqueue("pm", WQ_FREEZABLE, 0); in pm_start_workqueue()
|
| /linux-6.15/kernel/ |
| H A D | workqueue.c | 5609 if ((wq->flags & WQ_FREEZABLE) && workqueue_freezing) { in wq_adjust_max_active() 6436 if (!(wq->flags & WQ_FREEZABLE)) in show_freezable_workqueues() 6841 if (!(wq->flags & WQ_FREEZABLE)) in freeze_workqueues_busy() 7824 WQ_FREEZABLE, 0); in workqueue_init_early() 7828 WQ_FREEZABLE | WQ_POWER_EFFICIENT, in workqueue_init_early()
|
| /linux-6.15/sound/soc/fsl/ |
| H A D | imx-pcm-rpmsg.c | 693 WQ_FREEZABLE); in imx_rpmsg_pcm_probe()
|
| /linux-6.15/drivers/net/can/spi/ |
| H A D | hi311x.c | 773 priv->wq = alloc_workqueue("hi3110_wq", WQ_FREEZABLE | WQ_MEM_RECLAIM, in hi3110_open()
|
| /linux-6.15/drivers/firmware/arm_scmi/ |
| H A D | notify.c | 1661 WQ_UNBOUND | WQ_FREEZABLE | WQ_SYSFS, in scmi_notification_init()
|
| H A D | raw_mode.c | 1069 WQ_UNBOUND | WQ_FREEZABLE | in scmi_xfer_raw_worker_init()
|
| /linux-6.15/drivers/virtio/ |
| H A D | virtio_balloon.c | 990 WQ_FREEZABLE | WQ_CPU_INTENSIVE, 0); in virtballoon_probe()
|