Searched refs:timer_setup (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-timer.m4 | 5 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 D | timer.h | 74 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 D | spl-condvar.c | 239 timer_setup(timer, __cv_wakeup, 0); in spl_io_schedule_timeout()
|
| H A D | spl-taskq.c | 756 timer_setup(&t->tqent_timer, NULL, 0); in taskq_init_ent()
|