Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dioprio.h14 #define IOPRIO_DEFAULT IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, IOPRIO_BE_NORM)
46 return IOPRIO_CLASS_BE; in task_nice_ioclass()
/Linux-v5.15/Documentation/block/
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:
/Linux-v5.15/include/uapi/linux/
Dioprio.h30 IOPRIO_CLASS_BE, enumerator
/Linux-v5.15/block/
Dioprio.c76 case IOPRIO_CLASS_BE: in ioprio_check_cap()
Dbfq-iosched.h26 #define BFQ_DEFAULT_GRP_CLASS IOPRIO_CLASS_BE
Dbfq-iosched.c5286 case IOPRIO_CLASS_BE: in bfq_set_next_ioprio_data()
5288 bfqq->new_ioprio_class = IOPRIO_CLASS_BE; in bfq_set_next_ioprio_data()
5416 case IOPRIO_CLASS_BE: in bfq_async_queue_prio()
6970 bfqd->oom_bfqq.new_ioprio_class = IOPRIO_CLASS_BE; in bfq_init_queue()
Dmq-deadline.c137 [IOPRIO_CLASS_BE] = DD_BE_PRIO,
/Linux-v5.15/fs/f2fs/
Dsysfs.c291 else if (class == IOPRIO_CLASS_BE) in f2fs_sbi_show()
382 class = IOPRIO_CLASS_BE; in __sbi_store()
Dcheckpoint.c24 #define DEFAULT_CHECKPOINT_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3))
/Linux-v5.15/fs/ext4/
Dsuper.c1817 #define DEFAULT_JOURNAL_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3))
2301 IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, arg); in handle_mount_opt()
/Linux-v5.15/Documentation/admin-guide/
Dcgroup-v2.rst1928 | IOPRIO_CLASS_BE (best effort) | 2 |