Searched refs:dl_non_contending (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/sched/
H A Ddeadline.c334 if (p->dl.dl_non_contending) {
336 p->dl.dl_non_contending = 0;
366 * A flag in the deadline scheduling entity (dl_non_contending)
424 WARN_ON(dl_se->dl_non_contending);
464 dl_se->dl_non_contending = 1;
485 if (dl_se->dl_non_contending) {
486 dl_se->dl_non_contending = 0;
500 * Since "dl_non_contending" is not set, the
694 if (p->dl.dl_non_contending || p->dl.dl_throttled) {
1490 if (READ_ONCE(p->__state) == TASK_DEAD && dl_se->dl_non_contending) {
[all...]
/linux-master/include/linux/
H A Dsched.h631 * @dl_non_contending tells if the task is inactive while still
643 unsigned int dl_non_contending : 1; member in struct:sched_dl_entity

Completed in 167 milliseconds