Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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])
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dtimer.h57 #define timer_setup(timer, func, flags) do { \ macro
/freebsd-13.1/sys/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
/freebsd-13.1/sys/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.c754 timer_setup(&t->tqent_timer, NULL, 0); in taskq_init_ent()
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c990 timer_setup(&timer_node->timer, in iwl_dbg_tlv_set_periodic_trigs()
/freebsd-13.1/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c1043 timer_setup(&txq->stuck_timer, iwl_txq_stuck_timer, 0); in iwl_txq_alloc()
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c2599 timer_setup(&reorder_buf->reorder_timer, in iwl_mvm_init_reorder_buffer()
2802 timer_setup(&baid_data->session_timer, in iwl_mvm_sta_rx_agg()