Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dioprio.c175 int ioprio_best(unsigned short aprio, unsigned short bprio) in ioprio_best() function
216 ret = ioprio_best(ret, tmpio); in SYSCALL_DEFINE2()
239 ret = ioprio_best(ret, tmpio); in SYSCALL_DEFINE2()
Dblk-merge.c757 req->ioprio = ioprio_best(req->ioprio, next->ioprio); in attempt_merge()
Dblk-core.c1814 req->ioprio = ioprio_best(req->ioprio, bio_prio(bio)); in bio_attempt_back_merge()
1838 req->ioprio = ioprio_best(req->ioprio, bio_prio(bio)); in bio_attempt_front_merge()
1858 req->ioprio = ioprio_best(req->ioprio, bio_prio(bio)); in bio_attempt_discard_merge()
/Linux-v4.19/include/linux/
Dioprio.h76 extern int ioprio_best(unsigned short aprio, unsigned short bprio);