Searched refs:context_switch (Results 1 - 4 of 4) 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.h119 FTRACE_ENTRY(context_switch, ctx_switch_entry,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Drd_stats.h96 unsigned long long context_switch __attribute__ ((aligned (16))); member in struct:stats_pcsw
H A Drd_stats.c185 sscanf(line + 5, "%llu", &st_pcsw->context_switch);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched.c88 * switch as stack will be invalid after context_switch.
2735 * Note that we may have delayed dropping an mm in context_switch(). If
2841 * context_switch - switch to the new MM and the new
2845 context_switch(struct rq *rq, struct task_struct *prev, function
3949 context_switch(rq, prev, next); /* unlocks the rq */

Completed in 120 milliseconds