Searched refs:ioprio_best (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/block/
H A Dioprio.c158 int ioprio_best(unsigned short aprio, unsigned short bprio) ioprio_best() function
209 ret = ioprio_best(ret, tmpio); do_each_pid_thread()
231 ret = ioprio_best(ret, tmpio); do_each_thread()
H A Dblk-merge.c529 req->ioprio = ioprio_best(req->ioprio, next->ioprio); attempt_merge()
H A Dblk-core.c1478 req->ioprio = ioprio_best(req->ioprio, bio_prio(bio)); bio_attempt_back_merge()
1502 req->ioprio = ioprio_best(req->ioprio, bio_prio(bio)); bio_attempt_front_merge()
/linux-4.1.27/include/linux/
H A Dioprio.h75 extern int ioprio_best(unsigned short aprio, unsigned short bprio);

Completed in 393 milliseconds