Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_clock.c463 PROC_ITIMUNLOCK(p); in hardclock_itimer()
470 PROC_ITIMUNLOCK(p); in hardclock_itimer()
H A Dkern_time.c820 PROC_ITIMUNLOCK(p); in kern_getitimer()
913 PROC_ITIMUNLOCK(p); in kern_setitimer()
/freebsd/sys/sys/
H A Dproc.h798 #define PROC_ITIMUNLOCK(p) mtx_unlock_spin(&(p)->p_itimmtx) macro