Home
last modified time | relevance | path

Searched refs:nivcsw (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/kernel/
H A Dtaskstats.c191 stats->nivcsw = tsk->nivcsw; in fill_stats()
260 stats->nivcsw += tsk->nivcsw; in fill_stats_for_tgid()
H A Dhung_task.c92 unsigned long switch_count = t->nvcsw + t->nivcsw; in check_hung_task()
H A Dexit.c193 sig->nivcsw += tsk->nivcsw; in __exit_signal()
1174 p->nivcsw + sig->nivcsw + sig->cnivcsw; in wait_task_zombie()
H A Dsys.c1776 r->ru_nivcsw += t->nivcsw; in accumulate_thread_rusage()
1825 r->ru_nivcsw += p->signal->nivcsw; in getrusage()
H A Dfork.c1714 tsk->nvcsw = tsk->nivcsw = 0; in copy_mm()
1716 tsk->last_switch_count = tsk->nvcsw + tsk->nivcsw; in copy_mm()
/openbmc/linux/include/uapi/linux/
H A Dtaskstats.h159 __u64 nivcsw; /* nonvoluntary_ctxt_switches */ member
/openbmc/linux/kernel/sched/
H A Ddebug.c589 (long long)(p->nvcsw + p->nivcsw), in print_task()
1007 nr_switches = p->nvcsw + p->nivcsw; in proc_sched_show_task()
1067 __PS("nr_involuntary_switches", p->nivcsw); in proc_sched_show_task()
H A Dcore.c6621 switch_count = &prev->nivcsw; in __schedule()
/openbmc/linux/tools/accounting/
H A Dgetdelays.c256 (unsigned long long)t->nvcsw, (unsigned long long)t->nivcsw); in task_context_switch_counts()
/openbmc/linux/Documentation/accounting/
H A Dtaskstats-struct.rst183 __u64 nivcsw; /* Context involuntary switch counter */
/openbmc/linux/include/linux/sched/
H A Dsignal.h190 unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; member
/openbmc/linux/fs/proc/
H A Darray.c402 seq_put_decimal_ull(m, "\nnonvoluntary_ctxt_switches:\t", p->nivcsw); in task_context_switch_counts()
/openbmc/linux/drivers/isdn/mISDN/
H A Dstack.c307 dev_name(&st->dev->dev), st->thread->nvcsw, st->thread->nivcsw); in mISDNStackd()
/openbmc/linux/include/linux/
H A Dsched.h1042 unsigned long nivcsw; member