Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dproc.h664 extern void estimate_msacct(kthread_t *, hrtime_t);
/titanic_41/usr/src/uts/sparc/ml/
H A Dmodstubs.s592 NO_UNLOAD_STUB(procfs, estimate_msacct, nomod_zero);
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s705 NO_UNLOAD_STUB(procfs, estimate_msacct, nomod_zero);
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1621 estimate_msacct(p->p_tlist, gethrtime()); in pr_set()
H A Dprsubr.c2737 estimate_msacct(kthread_t *t, hrtime_t curtime) in estimate_msacct() function