Home
last modified time | relevance | path

Searched refs:kthread_associate_blkcg (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/linux/
Dkthread.h210 void kthread_associate_blkcg(struct cgroup_subsys_state *css);
213 static inline void kthread_associate_blkcg(struct cgroup_subsys_state *css) { } in kthread_associate_blkcg() function
/Linux-v5.10/kernel/
Dkthread.c1301 void kthread_associate_blkcg(struct cgroup_subsys_state *css) in kthread_associate_blkcg() function
1320 EXPORT_SYMBOL(kthread_associate_blkcg);
/Linux-v5.10/fs/
Dio-wq.c192 kthread_associate_blkcg(NULL); in __io_worker_unuse()
458 kthread_associate_blkcg(work->identity->blkcg_css); in io_wq_switch_blkcg()
Dio_uring.c1044 kthread_associate_blkcg(ctx->sqo_blkcg_css); in io_sq_thread_associate_blkcg()
1053 kthread_associate_blkcg(NULL); in io_sq_thread_unassociate_blkcg()
/Linux-v5.10/fs/btrfs/
Dcompression.c411 kthread_associate_blkcg(blkcg_css); in btrfs_submit_compressed_write()
484 kthread_associate_blkcg(NULL); in btrfs_submit_compressed_write()
/Linux-v5.10/drivers/block/
Dloop.c584 kthread_associate_blkcg(cmd->css); in lo_rw_aio()
592 kthread_associate_blkcg(NULL); in lo_rw_aio()