Home
last modified time | relevance | path

Searched refs:next_class (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/host1x/
H A Djob.h24 u32 next_class; member
H A Djob.c127 bool relative, u32 next_class) in host1x_job_add_wait() argument
134 cmd->wait.next_class = next_class; in host1x_job_add_wait()
/linux/kernel/sched/
H A Dsyscalls.c470 const struct sched_class *prev_class, *next_class; in __sched_setscheduler() local
647 next_class = __setscheduler_class(policy, newprio); in __sched_setscheduler()
649 if (prev_class != next_class) in __sched_setscheduler()
656 p->sched_class = next_class; in __sched_setscheduler()
H A Dcore.c2189 if (p->sched_class == rq->next_class) { in wakeup_preempt()
2190 rq->next_class->wakeup_preempt(rq, p, flags); in wakeup_preempt()
2192 } else if (sched_class_above(p->sched_class, rq->next_class)) { in wakeup_preempt()
2193 rq->next_class->wakeup_preempt(rq, p, flags); in wakeup_preempt()
2195 rq->next_class = p->sched_class; in wakeup_preempt()
6850 rq->next_class = next->sched_class; in __schedule()
7309 const struct sched_class *prev_class, *next_class; in rt_mutex_setprio() local
7367 next_class = __setscheduler_class(p->policy, prio); in rt_mutex_setprio()
7369 if (prev_class != next_class) in rt_mutex_setprio()
7403 p->sched_class = next_class; in rt_mutex_setprio()
[all …]
H A Dext.c2362 const struct sched_class *next_class = next->sched_class; in switch_class() local
2373 if (sched_class_above(&ext_sched_class, next_class)) in switch_class()
2388 .reason = preempt_reason_from_class(next_class), in switch_class()
2463 rq->next_class = &ext_sched_class; in do_pick_task_scx()
2478 if (!force_scx && sched_class_above(rq->next_class, &ext_sched_class)) in do_pick_task_scx()
H A Dsched.h1202 const struct sched_class *next_class; member
H A Dfair.c12911 this_rq->next_class = &fair_sched_class; in sched_balance_newidle()
12978 if (sched_class_above(this_rq->next_class, &fair_sched_class)) in sched_balance_newidle()
/linux/net/netfilter/
H A Dx_tables.c1586 static const uint8_t next_class[] = { in xt_mttg_seq_next() local
1611 trav->class = next_class[trav->class]; in xt_mttg_seq_next()
/linux/kernel/locking/
H A Dlockdep.c2494 struct lock_class *next_class) in print_irq_lock_scenario() argument
2501 middle_class = next_class; in print_irq_lock_scenario()