Home
last modified time | relevance | path

Searched refs:nvcsw (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/kernel/
H A Dtaskstats.c190 stats->nvcsw = tsk->nvcsw; in fill_stats()
259 stats->nvcsw += tsk->nvcsw; in fill_stats_for_tgid()
H A Dhung_task.c92 unsigned long switch_count = t->nvcsw + t->nivcsw; in check_hung_task()
H A Dexit.c192 sig->nvcsw += tsk->nvcsw; in __exit_signal()
1172 p->nvcsw + sig->nvcsw + sig->cnvcsw; in wait_task_zombie()
H A Dsys.c1775 r->ru_nvcsw += t->nvcsw; in accumulate_thread_rusage()
1824 r->ru_nvcsw += p->signal->nvcsw; in getrusage()
H A Dfork.c1714 tsk->nvcsw = tsk->nivcsw = 0; in copy_mm()
1716 tsk->last_switch_count = tsk->nvcsw + tsk->nivcsw; in copy_mm()
/openbmc/linux/include/uapi/linux/
H A Dtaskstats.h158 __u64 nvcsw; /* voluntary_ctxt_switches */ member
/openbmc/linux/kernel/sched/
H A Ddebug.c589 (long long)(p->nvcsw + p->nivcsw), in print_task()
1007 nr_switches = p->nvcsw + p->nivcsw; in proc_sched_show_task()
1066 __PS("nr_voluntary_switches", p->nvcsw); in proc_sched_show_task()
H A Dcore.c2331 ncsw = p->nvcsw | LONG_MIN; /* sets MSB */ in wait_task_inactive()
6658 switch_count = &prev->nvcsw; in __schedule()
/openbmc/linux/kernel/rcu/
H A Dtasks.h957 t->rcu_tasks_nvcsw = READ_ONCE(t->nvcsw); in rcu_tasks_pertask()
1003 t->rcu_tasks_nvcsw != READ_ONCE(t->nvcsw) || in check_holdout_task()
1023 t->rcu_tasks_nvcsw, t->nvcsw, t->rcu_tasks_holdout, in check_holdout_task()
/openbmc/linux/tools/accounting/
H A Dgetdelays.c256 (unsigned long long)t->nvcsw, (unsigned long long)t->nivcsw); in task_context_switch_counts()
/openbmc/linux/Documentation/accounting/
H A Dtaskstats-struct.rst182 __u64 nvcsw; /* Context voluntary switch counter */
/openbmc/linux/include/linux/sched/
H A Dsignal.h190 unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; member
/openbmc/linux/fs/proc/
H A Darray.c401 seq_put_decimal_ull(m, "voluntary_ctxt_switches:\t", p->nvcsw); in task_context_switch_counts()
/openbmc/linux/drivers/isdn/mISDN/
H A Dstack.c307 dev_name(&st->dev->dev), st->thread->nvcsw, st->thread->nivcsw); in mISDNStackd()
/openbmc/linux/include/linux/
H A Dsched.h1037 unsigned long nvcsw; member