Searched refs:nvcsw (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/kernel/rcu/ |
D | update.c | 554 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/ |
D | taskstats.c | 185 stats->nvcsw = tsk->nvcsw; in fill_stats() 242 stats->nvcsw += tsk->nvcsw; in fill_stats_for_tgid()
|
D | hung_task.c | 77 unsigned long switch_count = t->nvcsw + t->nivcsw; in check_hung_task()
|
D | exit.c | 133 sig->nvcsw += tsk->nvcsw; in __exit_signal() 1058 p->nvcsw + sig->nvcsw + sig->cnvcsw; in wait_task_zombie()
|
D | fork.c | 945 tsk->nvcsw = tsk->nivcsw = 0; in copy_mm() 947 tsk->last_switch_count = tsk->nvcsw + tsk->nivcsw; in copy_mm()
|
D | sys.c | 1534 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/ |
D | taskstats.h | 155 __u64 nvcsw; /* voluntary_ctxt_switches */ member
|
/linux-4.1.27/kernel/sched/ |
D | debug.c | 131 (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()
|
D | core.c | 1227 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/ |
D | process.c | 633 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/ |
D | getdelays.c | 232 (unsigned long long)t->nvcsw, (unsigned long long)t->nivcsw); in task_context_switch_counts()
|
D | taskstats-struct.txt | 168 __u64 nvcsw; /* Context voluntary switch counter */
|
/linux-4.1.27/fs/proc/ |
D | array.c | 331 p->nvcsw, in task_context_switch_counts()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | stack.c | 315 dev_name(&st->dev->dev), st->thread->nvcsw, st->thread->nivcsw); in mISDNStackd()
|
/linux-4.1.27/include/linux/ |
D | sched.h | 701 unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; member 1446 unsigned long nvcsw, nivcsw; /* context switch counts */ member
|