Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dkthread.h221 void kthread_associate_blkcg(struct cgroup_subsys_state *css);
224 static inline void kthread_associate_blkcg(struct cgroup_subsys_state *css) { } in kthread_associate_blkcg() function
/Linux-v6.1/kernel/
Dkthread.c1488 void kthread_associate_blkcg(struct cgroup_subsys_state *css) in kthread_associate_blkcg() function
1507 EXPORT_SYMBOL(kthread_associate_blkcg);
/Linux-v6.1/fs/btrfs/
Dcompression.c412 kthread_associate_blkcg(blkcg_css); in btrfs_submit_compressed_write()
487 kthread_associate_blkcg(NULL); in btrfs_submit_compressed_write()
/Linux-v6.1/drivers/block/
Dloop.c1859 kthread_associate_blkcg(cmd->blkcg_css); in loop_handle_cmd()
1867 kthread_associate_blkcg(NULL); in loop_handle_cmd()