Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dkthread.h202 void kthread_associate_blkcg(struct cgroup_subsys_state *css);
205 static inline void kthread_associate_blkcg(struct cgroup_subsys_state *css) { } in kthread_associate_blkcg() function
/Linux-v4.19/kernel/
Dkthread.c1194 void kthread_associate_blkcg(struct cgroup_subsys_state *css) in kthread_associate_blkcg() function
1213 EXPORT_SYMBOL(kthread_associate_blkcg);
/Linux-v4.19/drivers/block/
Dloop.c567 kthread_associate_blkcg(cmd->css); in lo_rw_aio()
575 kthread_associate_blkcg(NULL); in lo_rw_aio()