Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/host1x/hw/
Dchannel_hw.c51 u32 next_class) in submit_wait() argument
94 host1x_opcode_setclass(next_class, 0, 0) in submit_wait()
107 host1x_opcode_setclass(next_class, 0, 0), in submit_wait()
131 submit_wait(job, cmd->wait.id, threshold, cmd->wait.next_class); in submit_gathers()
/linux-6.12.1/drivers/gpu/host1x/
Djob.h24 u32 next_class; member
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-6.12.1/kernel/sched/
Dsyscalls.c532 const struct sched_class *prev_class, *next_class; in __sched_setscheduler() local
710 next_class = __setscheduler_class(policy, newprio); in __sched_setscheduler()
712 if (prev_class != next_class && p->se.sched_delayed) in __sched_setscheduler()
724 p->sched_class = next_class; in __sched_setscheduler()
Dcore.c7090 const struct sched_class *prev_class, *next_class; in rt_mutex_setprio() local
7148 next_class = __setscheduler_class(p->policy, prio); in rt_mutex_setprio()
7150 if (prev_class != next_class && p->se.sched_delayed) in rt_mutex_setprio()
7190 p->sched_class = next_class; in rt_mutex_setprio()
Dext.c2855 const struct sched_class *next_class = next->sched_class; in switch_class() local
2874 if (sched_class_above(&ext_sched_class, next_class)) in switch_class()
2889 .reason = preempt_reason_from_class(next_class), in switch_class()
/linux-6.12.1/include/linux/
Dhost1x.h350 bool relative, u32 next_class);
/linux-6.12.1/net/netfilter/
Dx_tables.c1584 static const uint8_t next_class[] = { in xt_mttg_seq_next() local
1609 trav->class = next_class[trav->class]; in xt_mttg_seq_next()
/linux-6.12.1/kernel/locking/
Dlockdep.c2525 struct lock_class *next_class) in print_irq_lock_scenario() argument
2532 middle_class = next_class; in print_irq_lock_scenario()