| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | main.c | 166 gfs_recovery_wq = alloc_workqueue("gfs_recovery", in init_gfs2_fs() 171 gfs2_control_wq = alloc_workqueue("gfs2_control", in init_gfs2_fs() 176 gfs2_freeze_wq = alloc_workqueue("freeze_workqueue", 0, 0); in init_gfs2_fs()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | main.c | 180 afs_wq = alloc_workqueue("afs", 0, 0); in afs_init() 183 afs_async_calls = alloc_workqueue("kafsd", WQ_MEM_RECLAIM, 0); in afs_init() 186 afs_lock_manager = alloc_workqueue("kafs_lockd", WQ_MEM_RECLAIM, 0); in afs_init()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | workqueue.h | 413 struct workqueue_struct *alloc_workqueue(const char *fmt, 431 alloc_workqueue(fmt, WQ_UNBOUND | __WQ_ORDERED | \ 435 alloc_workqueue("%s", __WQ_LEGACY | WQ_MEM_RECLAIM, 1, (name)) 437 alloc_workqueue("%s", __WQ_LEGACY | WQ_FREEZABLE | WQ_UNBOUND | \
|
| /OK3568_Linux_fs/kernel/fs/fscache/ |
| H A D | main.c | 149 fscache_object_wq = alloc_workqueue("fscache_object", WQ_UNBOUND, in fscache_init() 159 fscache_op_wq = alloc_workqueue("fscache_operation", WQ_UNBOUND, in fscache_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_wq.c | 53 mali_wq_normal = alloc_workqueue("mali", WQ_UNBOUND, 0); in _mali_osk_wq_init() 54 mali_wq_high = alloc_workqueue("mali_high_pri", WQ_HIGHPRI | WQ_UNBOUND, 0); in _mali_osk_wq_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireguard/ |
| H A D | device.c | 321 wg->handshake_receive_wq = alloc_workqueue("wg-kex-%s", in wg_newlink() 326 wg->handshake_send_wq = alloc_workqueue("wg-kex-%s", in wg_newlink() 331 wg->packet_crypt_wq = alloc_workqueue("wg-crypt-%s", in wg_newlink()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_super.c | 497 mp->m_buf_workqueue = alloc_workqueue("xfs-buf/%s", in xfs_init_mount_workqueues() 502 mp->m_unwritten_workqueue = alloc_workqueue("xfs-conv/%s", in xfs_init_mount_workqueues() 507 mp->m_cil_workqueue = alloc_workqueue("xfs-cil/%s", in xfs_init_mount_workqueues() 513 mp->m_reclaim_workqueue = alloc_workqueue("xfs-reclaim/%s", in xfs_init_mount_workqueues() 518 mp->m_eofblocks_workqueue = alloc_workqueue("xfs-eofblocks/%s", in xfs_init_mount_workqueues() 523 mp->m_sync_workqueue = alloc_workqueue("xfs-sync/%s", WQ_FREEZABLE, 0, in xfs_init_mount_workqueues() 2113 xfs_alloc_wq = alloc_workqueue("xfsalloc", in xfs_init_workqueues() 2118 xfs_discard_wq = alloc_workqueue("xfsdiscard", WQ_UNBOUND, 0); in xfs_init_workqueues()
|
| H A D | xfs_pwork.c | 73 pctl->wq = alloc_workqueue("%s-%d", WQ_FREEZABLE, nr_threads, tag, in xfs_pwork_init()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | async-thread.c | 109 ret->normal_wq = alloc_workqueue("btrfs-%s-high", flags, in __btrfs_alloc_workqueue() 112 ret->normal_wq = alloc_workqueue("btrfs-%s", flags, in __btrfs_alloc_workqueue()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_interrupt.c | 64 kfd->ih_wq = alloc_workqueue("KFD IH", WQ_HIGHPRI, 1); in kfd_interrupt_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/hwcnt/ |
| H A D | mali_kbase_hwcnt_watchdog_if_timer.c | 151 timer_info->workq = alloc_workqueue("mali_hwc_watchdog_wq", WQ_HIGHPRI | WQ_UNBOUND, 1); in kbase_hwcnt_watchdog_if_timer_create()
|
| /OK3568_Linux_fs/kernel/net/vmw_vsock/ |
| H A D | vsock_loopback.c | 134 vsock->workqueue = alloc_workqueue("vsock-loopback", 0, 0); in vsock_loopback_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | tau_6xx.c | 206 tau_workq = alloc_workqueue("tau", WQ_UNBOUND, 1, 0); in TAU_init()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | hosts.c | 278 shost->work_q = alloc_workqueue("%s", in scsi_add_host_with_dma() 501 shost->tmf_work_q = alloc_workqueue("scsi_tmf_%d", in scsi_host_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/ |
| H A D | adf_aer.c | 216 device_reset_wq = alloc_workqueue("qat_device_reset_wq", in adf_init_aer()
|
| H A D | adf_sriov.c | 255 pf2vf_resp_wq = alloc_workqueue("qat_pf2vf_resp_wq", WQ_MEM_RECLAIM, 0); in adf_init_pf_wq()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A D | response_manager.c | 42 oct->dma_comp_wq.wq = alloc_workqueue("dma-comp", WQ_MEM_RECLAIM, 0); in octeon_setup_response_list()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_timer.c | 258 timer_params->func_workq = alloc_workqueue("timer_funcd", in wl_func_create_handler() 404 timer_params->timer_workq = alloc_workqueue("timerd", in wl_timer_create_handler()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_file.c | 212 file_dev->work_queue = alloc_workqueue(isp->v4l2_dev.name, 0, 1); in atomisp_file_input_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_device.c | 81 kbdev->as[i].pf_wq = alloc_workqueue(name, 0, 1); in kbase_device_as_init() 92 kbdev->as[i].poke_wq = alloc_workqueue(poke_name, 0, 1); in kbase_device_as_init()
|
| H A D | mali_kbase_event.c | 223 kctx->event_workq = alloc_workqueue("kbase_event", WQ_MEM_RECLAIM, 1); in kbase_event_init()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_mbx.c | 190 ndev->iov.pf2vf_wq = alloc_workqueue("nitrox_pf2vf", 0, 0); in nitrox_mbox_init()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsfs.c | 1564 cifsiod_wq = alloc_workqueue("cifsiod", WQ_FREEZABLE|WQ_MEM_RECLAIM, 0); in init_cifs() 1577 decrypt_wq = alloc_workqueue("smb3decryptd", in init_cifs() 1584 fileinfo_put_wq = alloc_workqueue("cifsfileinfoput", in init_cifs() 1591 cifsoplockd_wq = alloc_workqueue("cifsoplockd", in init_cifs()
|
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A D | pblk-gc.c | 663 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()
|
| /OK3568_Linux_fs/kernel/fs/verity/ |
| H A D | verify.c | 289 fsverity_read_workqueue = alloc_workqueue("fsverity_read_queue", in fsverity_init_workqueue()
|