Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_time.c925 ITIMER_UNLOCK(it); in itimer_proc_continue()
1335 ITIMER_UNLOCK(it); in kern_ktimer_create()
1365 ITIMER_UNLOCK(it); in itimer_find()
1392 ITIMER_UNLOCK(it); in kern_ktimer_delete()
1446 ITIMER_UNLOCK(it); in kern_ktimer_settime()
1486 ITIMER_UNLOCK(it); in kern_ktimer_gettime()
1517 ITIMER_UNLOCK(it); in kern_ktimer_getoverrun()
1542 ITIMER_UNLOCK(it); in realtimer_delete()
1638 ITIMER_UNLOCK(it); in itimer_accept()
1719 ITIMER_UNLOCK(it); in realtimer_expire_l()
[all …]
/freebsd-14-stable/sys/sys/
HDtimers.h68 #define ITIMER_UNLOCK(it) mtx_unlock(&(it)->it_mtx) macro