Searched refs:nvcsw (Results 1 – 15 of 15) sorted by relevance
| /linux-4.4.14/kernel/rcu/ |
| D | update.c | 620 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/ |
| 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() 1062 p->nvcsw + sig->nvcsw + sig->cnvcsw; in wait_task_zombie()
|
| D | fork.c | 954 tsk->nvcsw = tsk->nivcsw = 0; in copy_mm() 956 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.4.14/include/uapi/linux/ |
| D | taskstats.h | 155 __u64 nvcsw; /* voluntary_ctxt_switches */ member
|
| /linux-4.4.14/kernel/sched/ |
| D | debug.c | 122 (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()
|
| D | core.c | 1471 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/ |
| 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.4.14/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.4.14/fs/proc/ |
| D | array.c | 342 p->nvcsw, in task_context_switch_counts()
|
| /linux-4.4.14/drivers/isdn/mISDN/ |
| D | stack.c | 315 dev_name(&st->dev->dev), st->thread->nvcsw, st->thread->nivcsw); in mISDNStackd()
|
| /linux-4.4.14/include/linux/ |
| D | sched.h | 741 unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; member 1533 unsigned long nvcsw, nivcsw; /* context switch counts */ member
|