Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtimer.h60 #ifndef from_timer
61 #define from_timer(var, timer, timer_field) \ macro
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-timer.m45 dnl # (older kernels). Also sanity check the from_timer() and timer_setup()
24 from_timer(task_timer, tl, timer);
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c225 struct spl_task_timer *task_timer = from_timer(task_timer, tmr, timer); in __cv_wakeup()
H A Dspl-taskq.c260 taskq_ent_t *t = from_timer(t, tmr, tqent_timer); in task_expire()