Home
last modified time | relevance | path

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

/block/
Dblk-cgroup.c1320 static void blkcg_exit(struct task_struct *tsk) in blkcg_exit() argument
1322 if (tsk->throttle_queue) in blkcg_exit()
1323 blk_put_queue(tsk->throttle_queue); in blkcg_exit()
1324 tsk->throttle_queue = NULL; in blkcg_exit()
Dblk-core.c1707 struct task_struct *tsk = current; in blk_start_plug() local
1712 if (tsk->plug) in blk_start_plug()
1724 tsk->plug = plug; in blk_start_plug()
Dbfq-iosched.c4960 struct task_struct *tsk = current; in bfq_set_next_ioprio_data() local
4977 bfqq->new_ioprio = task_nice_ioprio(tsk); in bfq_set_next_ioprio_data()
4978 bfqq->new_ioprio_class = task_nice_ioclass(tsk); in bfq_set_next_ioprio_data()