File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1175,8 +1175,8 @@ struct sched_dl_entity {
1175
1175
1176
1176
/*
1177
1177
* Original scheduling parameters. Copied here from sched_attr
1178
- * during sched_setscheduler2 (), they will remain the same until
1179
- * the next sched_setscheduler2 ().
1178
+ * during sched_setattr (), they will remain the same until
1179
+ * the next sched_setattr ().
1180
1180
*/
1181
1181
u64 dl_runtime ; /* maximum runtime for each instance */
1182
1182
u64 dl_deadline ; /* relative deadline of each instance */
Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ static enum hrtimer_restart dl_task_timer(struct hrtimer *timer)
520
520
* We need to take care of a possible races here. In fact, the
521
521
* task might have changed its scheduling policy to something
522
522
* different from SCHED_DEADLINE or changed its reservation
523
- * parameters (through sched_setscheduler ()).
523
+ * parameters (through sched_setattr ()).
524
524
*/
525
525
if (!dl_task (p ) || dl_se -> dl_new )
526
526
goto unlock ;
You can’t perform that action at this time.
0 commit comments