Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/compat/linux/
Dlinux_event.c217 struct mtx tfd_lock; member
1019 mtx_init(&tfd->tfd_lock, "timerfd", NULL, MTX_DEF); in linux_timerfd_create()
1021 callout_init_mtx(&tfd->tfd_callout, &tfd->tfd_lock, 0); in linux_timerfd_create()
1022 knlist_init_mtx(&tfd->tfd_sel.si_note, &tfd->tfd_lock); in linux_timerfd_create()
1047 mtx_lock(&tfd->tfd_lock); in timerfd_close()
1049 mtx_unlock(&tfd->tfd_lock); in timerfd_close()
1055 mtx_destroy(&tfd->tfd_lock); in timerfd_close()
1077 mtx_lock(&tfd->tfd_lock); in timerfd_read()
1081 mtx_unlock(&tfd->tfd_lock); in timerfd_read()
1086 mtx_unlock(&tfd->tfd_lock); in timerfd_read()
[all …]