Home
last modified time | relevance | path

Searched refs:from_timer (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtimer.h60 #ifndef from_timer
61 #define from_timer(var, timer, timer_field) \ macro
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-timer.m45 dnl # (older kernels). Also sanity check the from_timer() and timer_setup()
24 from_timer(task_timer, tl, timer);
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dtimer.h54 #define from_timer(var, arg, field) \ macro
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c225 struct spl_task_timer *task_timer = from_timer(task_timer, tmr, timer); in __cv_wakeup()
H A Dspl-taskq.c260 taskq_ent_t *t = from_timer(t, tmr, tqent_timer); in task_expire()
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c929 from_timer(timer_node, t, timer); in iwl_dbg_tlv_periodic_trig_handler()
/freebsd-13.1/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c1013 struct iwl_txq *txq = from_timer(txq, t, stuck_timer); in iwl_txq_stuck_timer()
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Drxmq.c686 struct iwl_mvm_reorder_buffer *buf = from_timer(buf, t, reorder_timer); in iwl_mvm_reorder_timer_expired()
H A Dsta.c229 from_timer(data, t, session_timer); in iwl_mvm_rx_agg_session_expired()