Home
last modified time | relevance | path

Searched refs:PROC_ITIMUNLOCK (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_clock.c439 PROC_ITIMUNLOCK(p); in hardclock_itimer()
446 PROC_ITIMUNLOCK(p); in hardclock_itimer()
H A Dkern_time.c782 PROC_ITIMUNLOCK(p); in kern_getitimer()
875 PROC_ITIMUNLOCK(p); in kern_setitimer()
/f-stack/freebsd/sys/
H A Dproc.h736 #define PROC_ITIMUNLOCK(p) mtx_unlock_spin(&(p)->p_itimmtx) macro