Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dupdate.c620 t->rcu_tasks_nvcsw != READ_ONCE(t->nvcsw) || in check_holdout_task()
639 t->rcu_tasks_nvcsw, t->nvcsw, t->rcu_tasks_holdout, in check_holdout_task()
711 t->rcu_tasks_nvcsw = READ_ONCE(t->nvcsw); in rcu_tasks_kthread()
/linux-4.4.14/kernel/
Dtaskstats.c185 stats->nvcsw = tsk->nvcsw; in fill_stats()
242 stats->nvcsw += tsk->nvcsw; in fill_stats_for_tgid()
Dhung_task.c77 unsigned long switch_count = t->nvcsw + t->nivcsw; in check_hung_task()
Dexit.c133 sig->nvcsw += tsk->nvcsw; in __exit_signal()
1062 p->nvcsw + sig->nvcsw + sig->cnvcsw; in wait_task_zombie()
Dfork.c954 tsk->nvcsw = tsk->nivcsw = 0; in copy_mm()
956 tsk->last_switch_count = tsk->nvcsw + tsk->nivcsw; in copy_mm()
Dsys.c1534 r->ru_nvcsw += t->nvcsw; in accumulate_thread_rusage()
1582 r->ru_nvcsw += p->signal->nvcsw; in k_getrusage()
/linux-4.4.14/include/uapi/linux/
Dtaskstats.h155 __u64 nvcsw; /* voluntary_ctxt_switches */ member
/linux-4.4.14/kernel/sched/
Ddebug.c122 (long long)(p->nvcsw + p->nivcsw), in print_task()
569 nr_switches = p->nvcsw + p->nivcsw; in proc_sched_show_task()
624 "nr_voluntary_switches", (long long)p->nvcsw); in proc_sched_show_task()
Dcore.c1471 ncsw = p->nvcsw | LONG_MIN; /* sets MSB */ in wait_task_inactive()
3164 switch_count = &prev->nvcsw; in __schedule()
/linux-4.4.14/arch/mips/kernel/
Dprocess.c633 switch_count = t->nvcsw + t->nivcsw; in mips_set_process_fp_mode()
639 } while ((t->nvcsw + t->nivcsw) == switch_count); in mips_set_process_fp_mode()
/linux-4.4.14/Documentation/accounting/
Dgetdelays.c232 (unsigned long long)t->nvcsw, (unsigned long long)t->nivcsw); in task_context_switch_counts()
Dtaskstats-struct.txt168 __u64 nvcsw; /* Context voluntary switch counter */
/linux-4.4.14/fs/proc/
Darray.c342 p->nvcsw, in task_context_switch_counts()
/linux-4.4.14/drivers/isdn/mISDN/
Dstack.c315 dev_name(&st->dev->dev), st->thread->nvcsw, st->thread->nivcsw); in mISDNStackd()
/linux-4.4.14/include/linux/
Dsched.h741 unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; member
1533 unsigned long nvcsw, nivcsw; /* context switch counts */ member