Searched refs:nivcsw (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/kernel/ |
D | taskstats.c | 191 stats->nivcsw = tsk->nivcsw; in fill_stats() 260 stats->nivcsw += tsk->nivcsw; in fill_stats_for_tgid()
|
D | hung_task.c | 92 unsigned long switch_count = t->nvcsw + t->nivcsw; in check_hung_task()
|
D | exit.c | 193 sig->nivcsw += tsk->nivcsw; in __exit_signal() 1172 p->nivcsw + sig->nivcsw + sig->cnivcsw; in wait_task_zombie()
|
D | fork.c | 1713 tsk->nvcsw = tsk->nivcsw = 0; in copy_mm() 1715 tsk->last_switch_count = tsk->nvcsw + tsk->nivcsw; in copy_mm()
|
D | sys.c | 1776 r->ru_nivcsw += t->nivcsw; in accumulate_thread_rusage() 1825 r->ru_nivcsw += p->signal->nivcsw; in getrusage()
|
/linux-6.6.21/include/uapi/linux/ |
D | taskstats.h | 159 __u64 nivcsw; /* nonvoluntary_ctxt_switches */ member
|
/linux-6.6.21/kernel/sched/ |
D | debug.c | 589 (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()
|
D | core.c | 6622 switch_count = &prev->nivcsw; in __schedule()
|
/linux-6.6.21/tools/accounting/ |
D | getdelays.c | 256 (unsigned long long)t->nvcsw, (unsigned long long)t->nivcsw); in task_context_switch_counts()
|
/linux-6.6.21/Documentation/accounting/ |
D | taskstats-struct.rst | 183 __u64 nivcsw; /* Context involuntary switch counter */
|
/linux-6.6.21/include/linux/sched/ |
D | signal.h | 190 unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; member
|
/linux-6.6.21/fs/proc/ |
D | array.c | 402 seq_put_decimal_ull(m, "\nnonvoluntary_ctxt_switches:\t", p->nivcsw); in task_context_switch_counts()
|
/linux-6.6.21/drivers/isdn/mISDN/ |
D | stack.c | 307 dev_name(&st->dev->dev), st->thread->nvcsw, st->thread->nivcsw); in mISDNStackd()
|
/linux-6.6.21/include/linux/ |
D | sched.h | 1036 unsigned long nivcsw; member
|