Home
last modified time | relevance | path

Searched refs:IOPRIO_CLASS_BE (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Dioprio.h29 IOPRIO_CLASS_BE, enumerator
69 return IOPRIO_CLASS_BE; in task_nice_ioclass()
/linux-4.4.14/Documentation/block/
Dioprio.txt29 IOPRIO_CLASS_BE: This is the best-effort scheduling class, which is the default
102 IOPRIO_CLASS_BE,
118 int ioprio = 4, set = 0, ioprio_class = IOPRIO_CLASS_BE;
139 ioprio_class = IOPRIO_CLASS_BE;
142 case IOPRIO_CLASS_BE:
/linux-4.4.14/block/
Dioprio.c76 case IOPRIO_CLASS_BE: in SYSCALL_DEFINE3()
165 aprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, IOPRIO_NORM); in ioprio_best()
167 bprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, IOPRIO_NORM); in ioprio_best()
Dcfq-iosched.c3651 case IOPRIO_CLASS_BE: in cfq_init_prio_data()
3653 cfqq->ioprio_class = IOPRIO_CLASS_BE; in cfq_init_prio_data()
3768 case IOPRIO_CLASS_BE: in cfq_async_queue_prio()
/linux-4.4.14/fs/ext4/
Dsuper.c1277 #define DEFAULT_JOURNAL_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3))
1629 IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, arg); in handle_mount_opt()