Searched refs:prev_prio (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tracepoint.c12 int prev_prio; member in struct:sched_switch_args
H A Dtest_stacktrace_map.c46 int prev_prio; member in struct:sched_switch_args
/linux-master/samples/trace_events/
H A Dtrace_custom_sched.h43 __field( unsigned short, prev_prio )
49 __entry->prev_prio = prev->prio;
54 TP_printk("prev_prio=%d next_pid=%d next_prio=%d",
55 __entry->prev_prio, __entry->next_pid, __entry->next_prio)
/linux-master/tools/perf/scripts/perl/
H A Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/linux-master/tools/perf/python/
H A Dtracepoint.py37 print("time %u prev_comm=%s prev_pid=%d prev_prio=%d prev_state=0x%x ==> next_comm=%s next_pid=%d next_prio=%d" % (
41 event.prev_prio,
/linux-master/kernel/trace/
H A Dtrace_entries.h144 __field( unsigned char, prev_prio ) \
158 __entry->prev_pid, __entry->prev_prio, __entry->prev_state,
176 __entry->prev_pid, __entry->prev_prio, __entry->prev_state,
H A Dtrace_sched_wakeup.c390 entry->prev_prio = prev->prio;
418 entry->prev_prio = curr->prio;
H A Dtrace_output.c1089 field->prev_prio,
1123 field->prev_prio,
1159 SEQ_PUT_HEX_FIELD(s, field->prev_prio);
1190 SEQ_PUT_FIELD(s, field->prev_prio);
/linux-master/kernel/sched/
H A Drt.c1076 inc_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio) argument
1087 if (rq->online && prio < prev_prio)
1092 dec_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio) argument
1103 if (rq->online && rt_rq->highest_prio.curr != prev_prio)
1110 void inc_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio) {} argument
1112 void dec_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio) {} argument
1120 int prev_prio = rt_rq->highest_prio.curr; local
1122 if (prio < prev_prio)
1125 inc_rt_prio_smp(rt_rq, prio, prev_prio);
1131 int prev_prio local
[all...]
/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py333 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state,
422 prev_comm, prev_pid, prev_prio, prev_state,
427 parser.sched_switch(headers, prev_comm, prev_pid, prev_prio, prev_state,
H A Dtask-analyzer.py922 prev_pid, prev_prio, prev_state, next_comm, next_pid,
/linux-master/include/trace/events/
H A Dsched.h234 __field( int, prev_prio )
244 __entry->prev_prio = prev->prio;
252 TP_printk("prev_comm=%s prev_pid=%d prev_prio=%d prev_state=%s%s ==> next_comm=%s next_pid=%d next_prio=%d",
253 __entry->prev_comm, __entry->prev_pid, __entry->prev_prio,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1048 struct fs_prio *prev_prio; local
1050 fs_get_obj(prev_prio, prev_ft->node.parent);
1051 err = connect_fts_in_prio(dev, prev_prio, ft);
1056 parent = find_prio_chains_parent(&prev_prio->node, &child);

Completed in 195 milliseconds