Searched refs:it_mtx (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | timers.h | 50 struct mtx it_mtx; member 90 #define ITIMER_LOCK(it) mtx_lock(&(it)->it_mtx) 91 #define ITIMER_UNLOCK(it) mtx_unlock(&(it)->it_mtx)
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_lock_bsd.h | 393 mtx_init(&sctp_it_ctl.it_mtx, "sctp-it", "iterator", MTX_DEF); \ 397 mtx_destroy(&sctp_it_ctl.it_mtx); \ 402 KASSERT(!mtx_owned(&sctp_it_ctl.it_mtx), \ 404 mtx_lock(&sctp_it_ctl.it_mtx); \ 408 mtx_unlock(&sctp_it_ctl.it_mtx); \
|
| H A D | sctp_structs.h | 175 struct mtx it_mtx; member
|
| /f-stack/freebsd/kern/ |
| H A D | kern_time.c | 1119 mtx_init(&it->it_mtx, "itimer lock", NULL, MTX_DEF); in itimer_init() 1129 mtx_destroy(&it->it_mtx); in itimer_fini() 1136 mtx_assert(&it->it_mtx, MA_OWNED); in itimer_enter() 1144 mtx_assert(&it->it_mtx, MA_OWNED); in itimer_leave() 1339 msleep(it, &it->it_mtx, PPAUSE, "itimer", 0); in kern_ktimer_delete() 1478 callout_init_mtx(&it->it_callout, &it->it_mtx, 0); in realtimer_create() 1485 mtx_assert(&it->it_mtx, MA_OWNED); in realtimer_delete() 1504 mtx_assert(&it->it_mtx, MA_OWNED); in realtimer_gettime() 1528 mtx_assert(&it->it_mtx, MA_OWNED); in realtimer_settime()
|