Home
last modified time | relevance | path

Searched defs:spl_timer_list_t (Results 1 – 1 of 1) 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()