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

/freebsd-10.0-release/sys/kern/
H A Dkern_time.c90 static struct itimer *itimer_find(struct proc *, int);
1210 itimer_find(struct proc *p, int timerid) function
1235 it = itimer_find(p, timerid);
1294 if (timer_id < 3 || (it = itimer_find(p, timer_id)) == NULL) {
1335 if (timer_id < 3 || (it = itimer_find(p, timer_id)) == NULL) {
1362 (it = itimer_find(p, uap->timerid)) == NULL) {
1482 it = itimer_find(p, timerid);

Completed in 112 milliseconds