Home
last modified time | relevance | path

Searched refs:nivcsw (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Drusagesys.c60 r.ru_nivcsw = p->p_ru.nivcsw; in getrusage()
81 r.ru_nivcsw += lwp->lwp_ru.nivcsw; in getrusage()
146 r.ru_nivcsw = p->p_cru.nivcsw; in getrusage_chld()
210 r.ru_nivcsw = lwp->lwp_ru.nivcsw; in getrusage_lwp()
/illumos-gate/usr/src/uts/common/sys/
H A Dklwp.h77 u_longlong_t nivcsw; /* involuntary context switches */ member
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c886 p->p_ru.nivcsw += p->p_cru.nivcsw; in proc_exit()
1415 p->p_nextofkin->p_cru.nivcsw += p->p_ru.nivcsw; in freeproc()
H A Dmsacct.c842 p->p_ru.nivcsw += lwp->lwp_ru.nivcsw; in term_mstate()
H A Dexacct.c373 tu->tu_icsw += p->p_ru.nivcsw; in exacct_snapshot_task_usage()
424 tu->tu_icsw += p->p_ru.nivcsw; in exacct_update_task_mstate()
906 pu->pu_icsw += t->t_lwp->lwp_ru.nivcsw; in exacct_calculate_proc_mstate()
924 pu->pu_icsw = p->p_ru.nivcsw; in exacct_copy_proc_mstate()
1777 tu->tu_icsw = p->p_ru.nivcsw; in exacct_snapshot_proc_mstate()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.no_structs266 …t lockdep_map)->name, (struct task_struct)->nvcsw, (struct task_struct)->nivcsw, (struct task_stru…
268 …t lockdep_map)->name, (struct task_struct)->nvcsw, (struct task_struct)->nivcsw, (struct task_stru…
269 …t lockdep_map)->name, (struct task_struct)->nvcsw, (struct task_struct)->nivcsw, (struct task_stru…
292 …t lockdep_map)->name, (struct task_struct)->nvcsw, (struct task_struct)->nivcsw, (struct task_stru…
293 …t lockdep_map)->name, (struct task_struct)->nvcsw, (struct task_struct)->nivcsw, (struct task_stru…
296 …t lockdep_map)->name, (struct task_struct)->nvcsw, (struct task_struct)->nivcsw, (struct task_stru…
302 …_cputime)->stime, (struct signal_struct)->nvcsw, (struct signal_struct)->nivcsw, (struct signal_st…
322 …t lockdep_map)->name, (struct task_struct)->nvcsw, (struct task_struct)->nivcsw, (struct task_stru…
325 …t lockdep_map)->name, (struct task_struct)->nvcsw, (struct task_struct)->nivcsw, (struct task_stru…
341 …_cputime)->stime, (struct signal_struct)->nvcsw, (struct signal_struct)->nivcsw, (struct signal_st…
[all …]
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1079 pup->pr_ictx = p->p_ru.nivcsw; in prioctl64()
1170 pup->pr_ictx = p->p_ru.nivcsw; in prioctl64()
2681 pup->pr_ictx = p->p_ru.nivcsw; in prioctl32()
2772 pup->pr_ictx = p->p_ru.nivcsw; in prioctl32()
H A Dprvnops.c1266 pup->pr_ictx = p->p_ru.nivcsw; in pr_read_usage()
1376 pup->pr_ictx = p->p_ru.nivcsw; in pr_read_lusage()
2378 pup->pr_ictx = p->p_ru.nivcsw; in pr_read_usage_32()
2488 pup->pr_ictx = p->p_ru.nivcsw; in pr_read_lusage_32()
H A Dprsubr.c3705 pup->pr_ictx = lwp->lwp_ru.nivcsw; in prgetusage()
3867 pup->pr_ictx += lwp->lwp_ru.nivcsw; in praddusage()
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c703 lwp->lwp_ru.nivcsw++; in preempt()