Searched refs:next_prio (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_entries.h115 __field( unsigned char, next_prio ) \
129 __entry->next_pid, __entry->next_prio, __entry->next_state,
148 __entry->next_pid, __entry->next_prio, __entry->next_state,
H A Dtrace_sched_switch.c44 entry->next_prio = next->prio;
100 entry->next_prio = wakee->prio;
H A Dtrace_output.c937 field->next_prio,
972 field->next_prio,
1009 SEQ_PUT_HEX_FIELD_RET(s, field->next_prio);
1039 SEQ_PUT_FIELD_RET(s, field->next_prio);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/
H A Dwakeup-latency.pl33 $next_prio) = @_;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dsched.h127 __field( int, next_prio )
137 __entry->next_prio = next->prio;
140 TP_printk("prev_comm=%s prev_pid=%d prev_prio=%d prev_state=%s ==> next_comm=%s next_pid=%d next_prio=%d",
147 __entry->next_comm, __entry->next_pid, __entry->next_prio)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/
H A Dsched-migration.py332 next_comm, next_pid, next_prio):
421 next_comm, next_pid, next_prio):
426 next_comm, next_pid, next_prio)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_rt.c646 static inline int next_prio(struct rq *rq) function
684 rt_rq->highest_prio.next = next_prio(rq);
693 rt_rq->highest_prio.next = next_prio(rq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-sched.c654 u32 next_prio; member in struct:trace_switch_event
1486 FILL_FIELD(switch_event, next_prio, event, data);
H A Dbuiltin-timechart.c344 int next_prio; member in struct:sched_switch

Completed in 51 milliseconds