Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-timer.m45 dnl # (older kernels). Also sanity check the from_timer() and timer_setup()
13 ZFS_LINUX_TEST_SRC([timer_setup], [
29 timer_setup(&task_timer.timer, task_expire, 0);
49 AC_MSG_CHECKING([whether timer_setup() is available])
50 ZFS_LINUX_TEST_RESULT([timer_setup], [
53 [timer_setup() is available])
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtimer.h74 timer_setup(struct timer_list *timer, void (*func)(spl_timer_list_t), u32 fl) in timer_setup() function
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c239 timer_setup(timer, __cv_wakeup, 0); in spl_io_schedule_timeout()
H A Dspl-taskq.c756 timer_setup(&t->tqent_timer, NULL, 0); in taskq_init_ent()