Home
last modified time | relevance | path

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

/linux/kernel/
A Dtaskstats.c172 stats->nivcsw = tsk->nivcsw; in fill_stats()
238 stats->nivcsw += tsk->nivcsw; in fill_stats_for_tgid()
A Dhung_task.c90 unsigned long switch_count = t->nvcsw + t->nivcsw; in check_hung_task()
A Dexit.c142 sig->nivcsw += tsk->nivcsw; in __exit_signal()
1079 p->nivcsw + sig->nivcsw + sig->cnivcsw; in wait_task_zombie()
A Dsys.c1733 r->ru_nivcsw += t->nivcsw; in accumulate_thread_rusage()
1782 r->ru_nivcsw += p->signal->nivcsw; in getrusage()
A Dfork.c1477 tsk->nvcsw = tsk->nivcsw = 0; in copy_mm()
1479 tsk->last_switch_count = tsk->nvcsw + tsk->nivcsw; in copy_mm()
/linux/include/uapi/linux/
A Dtaskstats.h158 __u64 nivcsw; /* nonvoluntary_ctxt_switches */ member
/linux/kernel/sched/
A Ddebug.c541 (long long)(p->nvcsw + p->nivcsw), in print_task()
974 nr_switches = p->nvcsw + p->nivcsw; in proc_sched_show_task()
1030 __PS("nr_involuntary_switches", p->nivcsw); in proc_sched_show_task()
A Dcore.c6174 switch_count = &prev->nivcsw; in __schedule()
/linux/tools/accounting/
A Dgetdelays.c239 (unsigned long long)t->nvcsw, (unsigned long long)t->nivcsw); in task_context_switch_counts()
/linux/Documentation/accounting/
A Dtaskstats-struct.rst183 __u64 nivcsw; /* Context involuntary switch counter */
/linux/include/linux/sched/
A Dsignal.h193 unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; member
/linux/fs/proc/
A Darray.c399 seq_put_decimal_ull(m, "\nnonvoluntary_ctxt_switches:\t", p->nivcsw); in task_context_switch_counts()
/linux/drivers/isdn/mISDN/
A Dstack.c307 dev_name(&st->dev->dev), st->thread->nvcsw, st->thread->nivcsw); in mISDNStackd()
/linux/include/linux/
A Dsched.h1010 unsigned long nivcsw; member

Completed in 70 milliseconds