Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/hw/
H A 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/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.c522 const struct sched_class *prev_class, *next_class; in __sched_setscheduler() local
700 next_class = __setscheduler_class(policy, newprio); in __sched_setscheduler()
702 if (prev_class != next_class && p->se.sched_delayed) in __sched_setscheduler()
714 p->sched_class = next_class; in __sched_setscheduler()
H A Dext.c3023 const struct sched_class *next_class = next->sched_class; in switch_class() local
3042 if (sched_class_above(&ext_sched_class, next_class)) in switch_class()
3057 .reason = preempt_reason_from_class(next_class), in switch_class()
H A Dcore.c7162 const struct sched_class *prev_class, *next_class; in rt_mutex_setprio() local
7220 next_class = __setscheduler_class(p->policy, prio); in rt_mutex_setprio()
7222 if (prev_class != next_class && p->se.sched_delayed) in rt_mutex_setprio()
7262 p->sched_class = next_class; in rt_mutex_setprio()
/linux/include/linux/
H A Dhost1x.h355 bool relative, u32 next_class);
/linux/net/netfilter/
H A 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()