Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dupdate.c554 t->rcu_tasks_nvcsw != ACCESS_ONCE(t->nvcsw) || in check_holdout_task()
573 t->rcu_tasks_nvcsw, t->nvcsw, t->rcu_tasks_holdout, in check_holdout_task()
645 t->rcu_tasks_nvcsw = ACCESS_ONCE(t->nvcsw); in rcu_tasks_kthread()
/linux-4.1.27/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()
1058 p->nvcsw + sig->nvcsw + sig->cnvcsw; in wait_task_zombie()
Dfork.c945 tsk->nvcsw = tsk->nivcsw = 0; in copy_mm()
947 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.1.27/include/uapi/linux/
Dtaskstats.h155 __u64 nvcsw; /* voluntary_ctxt_switches */ member
/linux-4.1.27/kernel/sched/
Ddebug.c131 (long long)(p->nvcsw + p->nivcsw), in print_task()
582 nr_switches = p->nvcsw + p->nivcsw; in proc_sched_show_task()
636 "nr_voluntary_switches", (long long)p->nvcsw); in proc_sched_show_task()
Dcore.c1227 ncsw = p->nvcsw | LONG_MIN; /* sets MSB */ in wait_task_inactive()
2789 switch_count = &prev->nvcsw; in __schedule()
/linux-4.1.27/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.1.27/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.1.27/fs/proc/
Darray.c331 p->nvcsw, in task_context_switch_counts()
/linux-4.1.27/drivers/isdn/mISDN/
Dstack.c315 dev_name(&st->dev->dev), st->thread->nvcsw, st->thread->nivcsw); in mISDNStackd()
/linux-4.1.27/include/linux/
Dsched.h701 unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; member
1446 unsigned long nvcsw, nivcsw; /* context switch counts */ member