/Linux-v5.15/kernel/sched/ |
D | deadline.c | 3 * Deadline Scheduling Class (SCHED_DEADLINE) 5 * Earliest Deadline First (EDF) + Constant Bandwidth Server (CBS). 273 * A flag in the deadline scheduling entity (dl_non_contending) 323 * If this is a non-deadline task that has been boosted, in task_non_contending() 334 zerolag_time = dl_se->deadline - in task_non_contending() 375 * If this is a non-deadline task that has been boosted, in task_contending() 440 /* zero means no -deadline tasks */ in init_dl_rq() 529 * The list of pushable -deadline task is not a plist, like in 530 * sched_rt.c, it is an rb-tree with tasks ordered by deadline. 542 rq->dl.earliest_dl.next = p->dl.deadline; in enqueue_pushable_dl_task() [all …]
|
/Linux-v5.15/Documentation/scheduler/ |
D | sched-deadline.rst | 2 Deadline Task Scheduling 41 basically an implementation of the Earliest Deadline First (EDF) scheduling 53 "deadline", to schedule tasks. A SCHED_DEADLINE task should receive 55 these "runtime" microseconds are available within "deadline" microseconds 57 every time the task wakes up, the scheduler computes a "scheduling deadline" 60 earliest scheduling deadline is selected for execution). Notice that the 61 task actually receives "runtime" time units within "deadline" if a proper 68 algorithm selects the task with the earliest scheduling deadline as the one 77 "deadline", and "period" parameters; 79 - The state of the task is described by a "scheduling deadline", and [all …]
|
D | sched-rt-group.rst | 156 as its prone to starvation without deadline scheduling. 173 The next project will be SCHED_EDF (Earliest Deadline First scheduling) to bring 174 full deadline scheduling to the linux kernel. Deadline scheduling the above 175 groups and treating end of the period as a deadline will ensure that they both 180 the limited static priority levels 0-99. With deadline scheduling you need to 181 do deadline inheritance (since priority is inversely proportional to the 182 deadline delta (deadline - now)).
|
/Linux-v5.15/Documentation/block/ |
D | deadline-iosched.rst | 2 Deadline IO scheduler tunables 5 This little file attempts to document how the deadline io scheduler works. 19 The goal of the deadline io scheduler is to attempt to guarantee a start 22 a deadline that is the current time + the read_expire value in units of 37 deadline expiries are only checked between batches. fifo_batch controls the
|
D | switching-sched.rst | 17 the fly to select one of mq-deadline, none, bfq, or kyber schedulers - 32 [mq-deadline] kyber bfq none 35 [none] mq-deadline kyber bfq
|
/Linux-v5.15/drivers/ata/ |
D | ahci_xgene.c | 117 unsigned long deadline; in xgene_ahci_poll_reg_val() local 121 deadline = ata_deadline(jiffies, timeout); in xgene_ahci_poll_reg_val() 123 while (tmp != val && time_before(jiffies, deadline)) { in xgene_ahci_poll_reg_val() 306 * @deadline: deadline jiffies for the operation 351 unsigned long deadline, bool *online) in xgene_ahci_do_hardreset() argument 370 rc = sata_link_hardreset(link, timing, deadline, online, in xgene_ahci_do_hardreset() 391 unsigned long deadline) in xgene_ahci_hardreset() argument 413 rc = xgene_ahci_do_hardreset(link, deadline, &online); in xgene_ahci_hardreset() 442 * @deadline: deadline jiffies for the operation 452 unsigned long deadline) in xgene_ahci_pmp_softreset() argument [all …]
|
D | libata-sata.c | 215 * @deadline: deadline jiffies for the operation 224 * @timeout is further limited by @deadline. The sooner of the 234 unsigned long deadline) in sata_link_debounce() argument 243 if (time_before(t, deadline)) in sata_link_debounce() 244 deadline = t; in sata_link_debounce() 261 if (cur == 1 && time_before(jiffies, deadline)) in sata_link_debounce() 273 /* Check deadline. If debouncing failed, return in sata_link_debounce() 276 if (time_after(jiffies, deadline)) in sata_link_debounce() 286 * @deadline: deadline jiffies for the operation 297 unsigned long deadline) in sata_link_resume() argument [all …]
|
D | ahci_da850.c | 94 unsigned int *class, unsigned long deadline) in ahci_da850_softreset() argument 107 ret = ahci_do_softreset(link, class, pmp, deadline, ahci_check_ready); in ahci_da850_softreset() 110 deadline, ahci_check_ready); in ahci_da850_softreset() 116 unsigned int *class, unsigned long deadline) in ahci_da850_hardreset() argument 130 ret = ahci_do_hardreset(link, class, deadline, &online); in ahci_da850_hardreset()
|
D | pata_ns87410.c | 21 * @deadline: deadline jiffies for the operation 26 static int ns87410_pre_reset(struct ata_link *link, unsigned long deadline) in ns87410_pre_reset() argument 38 return ata_sff_prereset(link, deadline); in ns87410_pre_reset()
|
D | pata_marvell.c | 63 * @deadline: deadline jiffies for the operation 68 static int marvell_pre_reset(struct ata_link *link, unsigned long deadline) in marvell_pre_reset() argument 77 return ata_sff_prereset(link, deadline); in marvell_pre_reset()
|
D | pata_jmicron.c | 33 * @deadline: deadline jiffies for the operation 42 static int jmicron_pre_reset(struct ata_link *link, unsigned long deadline) in jmicron_pre_reset() argument 105 return ata_sff_prereset(link, deadline); in jmicron_pre_reset()
|
D | pata_opti.c | 49 * @deadline: deadline jiffies for the operation 54 static int opti_pre_reset(struct ata_link *link, unsigned long deadline) in opti_pre_reset() argument 66 return ata_sff_prereset(link, deadline); in opti_pre_reset()
|
D | pata_triflex.c | 38 * @deadline: deadline jiffies for the operation 43 static int triflex_prereset(struct ata_link *link, unsigned long deadline) in triflex_prereset() argument 56 return ata_sff_prereset(link, deadline); in triflex_prereset()
|
D | pata_acpi.c | 32 * @deadline: deadline jiffies for the operation 37 static int pacpi_pre_reset(struct ata_link *link, unsigned long deadline) in pacpi_pre_reset() argument 44 return ata_sff_prereset(link, deadline); in pacpi_pre_reset()
|
D | pata_amd.c | 126 * @deadline: deadline jiffies for the operation 132 static int amd_pre_reset(struct ata_link *link, unsigned long deadline) in amd_pre_reset() argument 145 return ata_sff_prereset(link, deadline); in amd_pre_reset() 324 * @deadline: deadline jiffies for the operation 330 static int nv_pre_reset(struct ata_link *link, unsigned long deadline) in nv_pre_reset() argument 343 return ata_sff_prereset(link, deadline); in nv_pre_reset()
|
D | pata_oldpiix.c | 33 * @deadline: deadline jiffies for the operation 38 static int oldpiix_pre_reset(struct ata_link *link, unsigned long deadline) in oldpiix_pre_reset() argument 50 return ata_sff_prereset(link, deadline); in oldpiix_pre_reset()
|
D | ahci_dm816.c | 104 unsigned int *class, unsigned long deadline) in ahci_dm816_softreset() argument 117 ret = ahci_do_softreset(link, class, pmp, deadline, ahci_check_ready); in ahci_dm816_softreset() 120 deadline, ahci_check_ready); in ahci_dm816_softreset()
|
D | pata_it8213.c | 27 * @deadline: deadline jiffies for the operation 33 static int it8213_pre_reset(struct ata_link *link, unsigned long deadline) in it8213_pre_reset() argument 43 return ata_sff_prereset(link, deadline); in it8213_pre_reset()
|
/Linux-v5.15/block/ |
D | Kconfig.iosched | 7 tristate "MQ deadline I/O scheduler" 10 MQ version of the deadline IO scheduler.
|
D | mq-deadline.c | 3 * MQ Deadline i/o scheduler - adaptation of the legacy deadline scheduler, 30 * See Documentation/block/deadline-iosched.rst 68 * Deadline scheduler data per I/O priority (enum dd_prio). Requests are 133 /* Maps an I/O priority class to a deadline scheduler priority. */ 428 * A deadline has expired, the last request was in the other in __dd_dispatch_request() 474 * different hardware queue. This is because mq-deadline has shared 1084 .elevator_name = "mq-deadline", 1085 .elevator_alias = "deadline", 1089 MODULE_ALIAS("mq-deadline-iosched"); 1106 MODULE_DESCRIPTION("MQ deadline IO scheduler");
|
/Linux-v5.15/tools/testing/selftests/kvm/x86_64/ |
D | vmx_preemption_timer_test.c | 220 pr_info("Stage %d: L1 PT expiry TSC (%lu) , L1 TSC deadline (%lu)\n", in main() 223 pr_info("Stage %d: L2 PT expiry TSC (%lu) , L2 TSC deadline (%lu)\n", in main() 227 "Stage %d: L1 PT expiry TSC (%lu) < L1 TSC deadline (%lu)", in main() 231 "Stage %d: L2 PT expiry TSC (%lu) > L2 TSC deadline (%lu)", in main()
|
/Linux-v5.15/include/uapi/linux/sched/ |
D | types.h | 55 * - the deadline (relative to the actual activation time) of each 61 * the instance activation time + the deadline. 65 * @sched_deadline representative of the task's deadline
|
/Linux-v5.15/drivers/bcma/ |
D | driver_chipcommon_b.c | 17 unsigned long deadline = jiffies + timeout; in bcma_wait_reg() local 26 } while (!time_after_eq(jiffies, deadline)); in bcma_wait_reg()
|
/Linux-v5.15/drivers/net/phy/mscc/ |
D | mscc_serdes.c | 312 unsigned long deadline; in vsc85xx_sd6g_config_v2() local 381 deadline = jiffies + msecs_to_jiffies(PROC_CMD_NCOMPLETED_TIMEOUT_MS); in vsc85xx_sd6g_config_v2() 390 } while (time_before(jiffies, deadline) && (val32 & BIT(12))); in vsc85xx_sd6g_config_v2() 474 deadline = jiffies + msecs_to_jiffies(PROC_CMD_NCOMPLETED_TIMEOUT_MS); in vsc85xx_sd6g_config_v2() 483 } while (time_before(jiffies, deadline) && (~val32 & BIT(8))); in vsc85xx_sd6g_config_v2() 630 deadline = jiffies + msecs_to_jiffies(PROC_CMD_NCOMPLETED_TIMEOUT_MS); in vsc85xx_sd6g_config_v2() 639 } while (time_before(jiffies, deadline) && (val32 & BIT(12))); in vsc85xx_sd6g_config_v2()
|
/Linux-v5.15/kernel/locking/ |
D | rtmutex_common.h | 30 * @deadline: Deadline of the waiter if applicable 40 u64 deadline; member
|