Home
last modified time | relevance | path

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

/block/
Dblk-cgroup.c1270 static void blkcg_exit(struct task_struct *tsk) in blkcg_exit() argument
1272 if (tsk->throttle_queue) in blkcg_exit()
1273 blk_put_queue(tsk->throttle_queue); in blkcg_exit()
1274 tsk->throttle_queue = NULL; in blkcg_exit()
Dblk-core.c1706 struct task_struct *tsk = current; in blk_start_plug() local
1711 if (tsk->plug) in blk_start_plug()
1724 tsk->plug = plug; in blk_start_plug()
Dbfq-iosched.c5004 struct task_struct *tsk = current; in bfq_set_next_ioprio_data() local
5022 bfqq->new_ioprio = task_nice_ioprio(tsk); in bfq_set_next_ioprio_data()
5023 bfqq->new_ioprio_class = task_nice_ioclass(tsk); in bfq_set_next_ioprio_data()