Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtimer.h66 typedef struct timer_list *spl_timer_list_t; typedef
68 typedef unsigned long spl_timer_list_t; typedef
74 timer_setup(struct timer_list *timer, void (*func)(spl_timer_list_t), u32 fl) in timer_setup() argument
80 setup_timer(timer, func, (spl_timer_list_t)(timer)); in timer_setup()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c222 __cv_wakeup(spl_timer_list_t t) in __cv_wakeup()
H A Dspl-taskq.c257 task_expire(spl_timer_list_t tl) in task_expire()