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

/linux-4.1.27/kernel/
H A Dtaskstats.c186 stats->nivcsw = tsk->nivcsw; fill_stats()
243 stats->nivcsw += tsk->nivcsw; fill_stats_for_tgid()
H A Dhung_task.c77 unsigned long switch_count = t->nvcsw + t->nivcsw; check_hung_task()
H A Dexit.c134 sig->nivcsw += tsk->nivcsw; __exit_signal()
1060 p->nivcsw + sig->nivcsw + sig->cnivcsw; wait_task_zombie()
H A Dfork.c945 tsk->nvcsw = tsk->nivcsw = 0; copy_mm()
947 tsk->last_switch_count = tsk->nvcsw + tsk->nivcsw; copy_mm()
H A Dsys.c1535 r->ru_nivcsw += t->nivcsw; accumulate_thread_rusage()
1583 r->ru_nivcsw += p->signal->nivcsw; k_getrusage()
/linux-4.1.27/kernel/sched/
H A Ddebug.c131 (long long)(p->nvcsw + p->nivcsw), print_task()
582 nr_switches = p->nvcsw + p->nivcsw; proc_sched_show_task()
638 "nr_involuntary_switches", (long long)p->nivcsw); proc_sched_show_task()
H A Dcore.c2768 switch_count = &prev->nivcsw; __schedule()
/linux-4.1.27/arch/mips/kernel/
H A Dprocess.c633 switch_count = t->nvcsw + t->nivcsw; for_each_thread()
639 } while ((t->nvcsw + t->nivcsw) == switch_count); for_each_thread()
/linux-4.1.27/include/uapi/linux/
H A Dtaskstats.h156 __u64 nivcsw; /* nonvoluntary_ctxt_switches */ member in struct:taskstats
/linux-4.1.27/drivers/isdn/mISDN/
H A Dstack.c314 "mISDNStackd daemon for %s nvcsw(%ld) nivcsw(%ld)\n", mISDNStackd()
315 dev_name(&st->dev->dev), st->thread->nvcsw, st->thread->nivcsw); mISDNStackd()
/linux-4.1.27/fs/proc/
H A Darray.c332 p->nivcsw); task_context_switch_counts()
/linux-4.1.27/Documentation/accounting/
H A Dgetdelays.c232 (unsigned long long)t->nvcsw, (unsigned long long)t->nivcsw); task_context_switch_counts()
/linux-4.1.27/include/linux/
H A Dsched.h701 unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; member in struct:signal_struct
1446 unsigned long nvcsw, nivcsw; /* context switch counts */ member in struct:task_struct

Completed in 328 milliseconds