Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dkthread.h213 void kthread_associate_blkcg(struct cgroup_subsys_state *css);
216 static inline void kthread_associate_blkcg(struct cgroup_subsys_state *css) { } in kthread_associate_blkcg() function
/kernel/linux/linux-5.10/kernel/
Dkthread.c1378 void kthread_associate_blkcg(struct cgroup_subsys_state *css) in kthread_associate_blkcg() function
1397 EXPORT_SYMBOL(kthread_associate_blkcg);
/kernel/linux/linux-5.10/fs/btrfs/
Dcompression.c416 kthread_associate_blkcg(blkcg_css); in btrfs_submit_compressed_write()
489 kthread_associate_blkcg(NULL); in btrfs_submit_compressed_write()
/kernel/linux/linux-5.10/drivers/block/
Dloop.c571 kthread_associate_blkcg(cmd->css); in lo_rw_aio()
579 kthread_associate_blkcg(NULL); in lo_rw_aio()