Home
last modified time | relevance | path

Searched refs:estimate_msacct (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h684 extern void estimate_msacct(kthread_t *, hrtime_t);
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S564 NO_UNLOAD_STUB(procfs, estimate_msacct, nomod_zero);
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S520 NO_UNLOAD_STUB(procfs, estimate_msacct, nomod_zero);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1760 estimate_msacct(p->p_tlist, gethrtime()); in pr_set()
H A Dprsubr.c3519 estimate_msacct(kthread_t *t, hrtime_t curtime) in estimate_msacct() function