Searched refs:nivcsw (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtaskstats.h156 __u64 nivcsw; /* nonvoluntary_ctxt_switches */ member in struct:taskstats
H A Dsched.h588 unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; member in struct:signal_struct
1267 unsigned long nvcsw, nivcsw; /* context switch counts */ member in struct:task_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dhung_task.c73 unsigned long switch_count = t->nvcsw + t->nivcsw;
H A Dsched_debug.c101 (long long)(p->nvcsw + p->nivcsw),
402 nr_switches = p->nvcsw + p->nivcsw;
459 "nr_involuntary_switches", (long long)p->nivcsw);
H A Dtaskstats.c207 stats->nivcsw = tsk->nivcsw;
255 stats->nivcsw += tsk->nivcsw;
H A Dexit.c125 sig->nivcsw += tsk->nivcsw;
1274 p->nivcsw + sig->nivcsw + sig->cnivcsw;
H A Dfork.c709 tsk->nvcsw = tsk->nivcsw = 0;
711 tsk->last_switch_count = tsk->nvcsw + tsk->nivcsw;
H A Dsys.c1493 r->ru_nivcsw += t->nivcsw;
1541 r->ru_nivcsw += p->signal->nivcsw;
H A Dsched.c3903 switch_count = &prev->nivcsw;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/accounting/
H A Dgetdelays.c224 (unsigned long long)t->nvcsw, (unsigned long long)t->nivcsw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Darray.c327 p->nivcsw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dstack.c317 "mISDNStackd daemon for %s nvcsw(%ld) nivcsw(%ld)\n",
318 dev_name(&st->dev->dev), st->thread->nvcsw, st->thread->nivcsw);

Completed in 263 milliseconds