Home
last modified time | relevance | path

Searched refs:ITIMER_PROF (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/i86pc/io/
H A Dhrtimers.c194 which = ITIMER_PROF;
222 which = ITIMER_PROF;
250 which = ITIMER_PROF;
318 which = ITIMER_PROF; in hrt_bsd_cancel()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtime.h54 #define ITIMER_PROF 2 macro
/titanic_44/usr/src/uts/common/os/
H A Dtimers.c225 case ITIMER_PROF: in xgetitimer()
484 itvp = &ttolwp(t)->lwp_timer[ITIMER_PROF]; in xsetitimer()
502 case ITIMER_PROF: in xsetitimer()
511 ttolwp(curthread)->lwp_timer[ITIMER_PROF] = aitv; in xsetitimer()
H A Dclock.c1592 if (timerisset(&lwp->lwp_timer[ITIMER_PROF].it_value) && in clock_tick()
1593 itimerdecr(&lwp->lwp_timer[ITIMER_PROF], usec) == 0) { in clock_tick()
/titanic_44/usr/src/uts/common/sys/
H A Dtime.h195 #define ITIMER_PROF 2 /* Decrements both in process virtual */ macro
/titanic_44/usr/src/cmd/truss/
H A Dprint.c1084 case ITIMER_PROF: s = "ITIMER_PROF"; break; in prt_itm()