Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/block/
H A Dioprio.rst30 IOPRIO_CLASS_BE: This is the best-effort scheduling class, which is the default
103 IOPRIO_CLASS_BE,
119 int ioprio = 4, set = 0, ioprio_class = IOPRIO_CLASS_BE;
140 ioprio_class = IOPRIO_CLASS_BE;
143 case IOPRIO_CLASS_BE:
/openbmc/linux/include/linux/
H A Dioprio.h46 return IOPRIO_CLASS_BE; in task_nice_ioclass()
/openbmc/linux/include/uapi/linux/
H A Dioprio.h31 IOPRIO_CLASS_BE = 2, enumerator
/openbmc/linux/block/
H A Dioprio.c51 case IOPRIO_CLASS_BE: in ioprio_check_cap()
H A Dbfq-iosched.h24 #define BFQ_DEFAULT_GRP_CLASS IOPRIO_CLASS_BE
H A Dbfq-iosched.c5547 case IOPRIO_CLASS_BE: in bfq_set_next_ioprio_data()
5549 bfqq->new_ioprio_class = IOPRIO_CLASS_BE; in bfq_set_next_ioprio_data()
5683 case IOPRIO_CLASS_BE: in bfq_async_queue_prio()
7270 bfqd->oom_bfqq.new_ioprio_class = IOPRIO_CLASS_BE; in bfq_init_queue()
H A Dmq-deadline.c112 [IOPRIO_CLASS_BE] = DD_BE_PRIO,
/openbmc/linux/fs/f2fs/
H A Dsysfs.c318 if (class != IOPRIO_CLASS_RT && class != IOPRIO_CLASS_BE) in f2fs_sbi_show()
432 class = IOPRIO_CLASS_BE; in __sbi_store()
H A Dcheckpoint.c24 #define DEFAULT_CHECKPOINT_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3))
/openbmc/linux/fs/ext4/
H A Dsuper.c1837 #define DEFAULT_JOURNAL_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3))
2355 IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, result.uint_32); in ext4_parse_param()
/openbmc/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst2067 | IOPRIO_CLASS_BE (best effort) | 2 |