Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dkthread.h203 void kthread_associate_blkcg(struct cgroup_subsys_state *css);
206 static inline void kthread_associate_blkcg(struct cgroup_subsys_state *css) { } in kthread_associate_blkcg() function
/Linux-v5.4/kernel/
Dkthread.c1204 void kthread_associate_blkcg(struct cgroup_subsys_state *css) in kthread_associate_blkcg() function
1223 EXPORT_SYMBOL(kthread_associate_blkcg);
/Linux-v5.4/drivers/block/
Dloop.c567 kthread_associate_blkcg(cmd->css); in lo_rw_aio()
575 kthread_associate_blkcg(NULL); in lo_rw_aio()