Searched refs:nivcsw (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/kernel/ |
H A D | taskstats.c | 186 stats->nivcsw = tsk->nivcsw; fill_stats() 243 stats->nivcsw += tsk->nivcsw; fill_stats_for_tgid()
|
H A D | hung_task.c | 77 unsigned long switch_count = t->nvcsw + t->nivcsw; check_hung_task()
|
H A D | exit.c | 134 sig->nivcsw += tsk->nivcsw; __exit_signal() 1060 p->nivcsw + sig->nivcsw + sig->cnivcsw; wait_task_zombie()
|
H A D | fork.c | 945 tsk->nvcsw = tsk->nivcsw = 0; copy_mm() 947 tsk->last_switch_count = tsk->nvcsw + tsk->nivcsw; copy_mm()
|
H A D | sys.c | 1535 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 D | debug.c | 131 (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 D | core.c | 2768 switch_count = &prev->nivcsw; __schedule()
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | process.c | 633 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 D | taskstats.h | 156 __u64 nivcsw; /* nonvoluntary_ctxt_switches */ member in struct:taskstats
|
/linux-4.1.27/drivers/isdn/mISDN/ |
H A D | stack.c | 314 "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 D | array.c | 332 p->nivcsw); task_context_switch_counts()
|
/linux-4.1.27/Documentation/accounting/ |
H A D | getdelays.c | 232 (unsigned long long)t->nvcsw, (unsigned long long)t->nivcsw); task_context_switch_counts()
|
/linux-4.1.27/include/linux/ |
H A D | sched.h | 701 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