Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtaskstats.c191 stats->nivcsw = tsk->nivcsw; in fill_stats()
259 stats->nivcsw += tsk->nivcsw; in fill_stats_for_tgid()
H A Dhung_task.c93 unsigned long switch_count = t->nvcsw + t->nivcsw; in check_hung_task()
H A Dexit.c195 sig->nivcsw += tsk->nivcsw; in __exit_signal()
1216 p->nivcsw + sig->nivcsw + sig->cnivcsw; in task_stopped_code()
H A Dsys.c1785 r->ru_nivcsw += t->nivcsw; in accumulate_thread_rusage()
1835 r->ru_nivcsw += sig->nivcsw; in getrusage()
H A Dfork.c1701 tsk->nvcsw = tsk->nivcsw = 0; in copy_mm()
1703 tsk->last_switch_count = tsk->nvcsw + tsk->nivcsw; in copy_mm()
/linux/include/uapi/linux/
H A Dtaskstats.h159 __u64 nivcsw; /* nonvoluntary_ctxt_switches */ member
/linux/kernel/sched/
H A Ddebug.c750 (long long)(p->nvcsw + p->nivcsw), in print_dl_rq()
1182 nr_switches = p->nvcsw + p->nivcsw;
1242 __PS("nr_involuntary_switches", p->nivcsw);
H A Dcore.c6583 switch_count = &prev->nivcsw; in __schedule()
/linux/tools/accounting/
H A Dgetdelays.c256 (unsigned long long)t->nvcsw, (unsigned long long)t->nivcsw); in task_context_switch_counts()
/linux/Documentation/accounting/
H A Dtaskstats-struct.rst183 __u64 nivcsw; /* Context involuntary switch counter */
/linux/include/linux/sched/
H A Dsignal.h191 unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; member
/linux/fs/proc/
H A Darray.c402 seq_put_decimal_ull(m, "\nnonvoluntary_ctxt_switches:\t", p->nivcsw); in task_context_switch_counts()
/linux/drivers/isdn/mISDN/
H A Dstack.c307 dev_name(&st->dev->dev), st->thread->nvcsw, st->thread->nivcsw); in mISDNStackd()