Searched refs:IOPRIO_CLASS_BE (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/block/ |
| H A D | ioprio.rst | 30 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:
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ioprio.h | 30 IOPRIO_CLASS_BE, enumerator 70 return IOPRIO_CLASS_BE; in task_nice_ioclass()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | ioprio.c | 83 case IOPRIO_CLASS_BE: in ioprio_check_cap() 186 aprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, IOPRIO_NORM); in ioprio_best() 188 bprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, IOPRIO_NORM); in ioprio_best()
|
| H A D | mq-deadline-cgroup.c | 60 [IOPRIO_CLASS_BE] = "BE", in dd_pd_stat()
|
| H A D | bfq-iosched.h | 26 #define BFQ_DEFAULT_GRP_CLASS IOPRIO_CLASS_BE
|
| H A D | bfq-iosched.c | 5024 case IOPRIO_CLASS_BE: in bfq_set_next_ioprio_data() 5026 bfqq->new_ioprio_class = IOPRIO_CLASS_BE; in bfq_set_next_ioprio_data() 5145 case IOPRIO_CLASS_BE: in bfq_async_queue_prio() 6468 bfqd->oom_bfqq.new_ioprio_class = IOPRIO_CLASS_BE; in bfq_init_queue()
|
| H A D | mq-deadline-main.c | 137 [IOPRIO_CLASS_BE] = DD_BE_PRIO,
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | sysfs.c | 299 else if (class == IOPRIO_CLASS_BE) in f2fs_sbi_show() 390 class = IOPRIO_CLASS_BE; in __sbi_store()
|
| H A D | checkpoint.c | 23 #define DEFAULT_CHECKPOINT_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3))
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | lightnvm.c | 665 rq->ioprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, IOPRIO_NORM); in nvme_nvm_alloc_request()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | super.c | 1844 #define DEFAULT_JOURNAL_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3)) 2328 IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, arg); in handle_mount_opt()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 1895 | IOPRIO_CLASS_BE (best effort) | 2 |
|