Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dkthread.h215 void kthread_associate_blkcg(struct cgroup_subsys_state *css);
218 static inline void kthread_associate_blkcg(struct cgroup_subsys_state *css) { } in kthread_associate_blkcg() function
/Linux-v5.15/kernel/
Dkthread.c1432 void kthread_associate_blkcg(struct cgroup_subsys_state *css) in kthread_associate_blkcg() function
1451 EXPORT_SYMBOL(kthread_associate_blkcg);
/Linux-v5.15/fs/btrfs/
Dcompression.c442 kthread_associate_blkcg(blkcg_css); in btrfs_submit_compressed_write()
531 kthread_associate_blkcg(NULL); in btrfs_submit_compressed_write()
/Linux-v5.15/drivers/block/
Dloop.c2196 kthread_associate_blkcg(cmd->blkcg_css); in loop_handle_cmd()
2204 kthread_associate_blkcg(NULL); in loop_handle_cmd()