Home
last modified time | relevance | path

Searched refs:ITIMER_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_time.c922 ITIMER_UNLOCK(it); in itimer_proc_continue()
1332 ITIMER_UNLOCK(it); in kern_ktimer_create()
1362 ITIMER_UNLOCK(it); in itimer_find()
1389 ITIMER_UNLOCK(it); in kern_ktimer_delete()
1443 ITIMER_UNLOCK(it); in kern_ktimer_settime()
1483 ITIMER_UNLOCK(it); in kern_ktimer_gettime()
1514 ITIMER_UNLOCK(it); in kern_ktimer_getoverrun()
1539 ITIMER_UNLOCK(it); in realtimer_delete()
1635 ITIMER_UNLOCK(it); in itimer_accept()
1716 ITIMER_UNLOCK(it); in realtimer_expire_l()
[all …]
/freebsd/sys/sys/
H A Dtimers.h68 #define ITIMER_UNLOCK(it) mtx_unlock(&(it)->it_mtx) macro