Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dioprio.h29 IOPRIO_CLASS_BE, enumerator
69 return IOPRIO_CLASS_BE; in task_nice_ioclass()
/linux-4.1.27/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.1.27/block/
Dioprio.c76 case IOPRIO_CLASS_BE: in SYSCALL_DEFINE3()
164 aprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, IOPRIO_NORM); in ioprio_best()
166 bprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, IOPRIO_NORM); in ioprio_best()
Dcfq-iosched.c3475 case IOPRIO_CLASS_BE: in cfq_init_prio_data()
3477 cfqq->ioprio_class = IOPRIO_CLASS_BE; in cfq_init_prio_data()
3651 case IOPRIO_CLASS_BE: in cfq_async_queue_prio()
/linux-4.1.27/fs/ext4/
Dsuper.c1260 #define DEFAULT_JOURNAL_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3))
1606 IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, arg); in handle_mount_opt()