Home
last modified time | relevance | path

Searched refs:rtimer (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/include/sound/
H A Dtimer.h115 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer);
117 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer);
/kernel/linux/linux-6.6/include/sound/
H A Dtimer.h115 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer);
117 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer);
/kernel/linux/linux-5.10/sound/core/
H A Dtimer.c935 struct snd_timer **rtimer) in snd_timer_new()
952 if (rtimer) in snd_timer_new()
953 *rtimer = NULL; in snd_timer_new()
980 if (rtimer) in snd_timer_new()
981 *rtimer = timer; in snd_timer_new()
1105 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer) in snd_timer_global_new() argument
1114 return snd_timer_new(NULL, id, &tid, rtimer); in snd_timer_global_new()
934 snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer) snd_timer_new() argument
/kernel/linux/linux-6.6/sound/core/
H A Dtimer.c935 struct snd_timer **rtimer) in snd_timer_new()
952 if (rtimer) in snd_timer_new()
953 *rtimer = NULL; in snd_timer_new()
980 if (rtimer) in snd_timer_new()
981 *rtimer = timer; in snd_timer_new()
1105 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer) in snd_timer_global_new() argument
1114 return snd_timer_new(NULL, id, &tid, rtimer); in snd_timer_global_new()
934 snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer) snd_timer_new() argument
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_replay.c80 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify()
326 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_bmp()
392 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_esn()
H A Dxfrm_state.c482 del_timer_sync(&x->rtimer); in ___xfrm_state_destroy()
626 timer_setup(&x->rtimer, xfrm_replay_timer_handler, 0); in xfrm_state_alloc()
1268 mod_timer(&x->rtimer, jiffies + x->replay_maxage); in __xfrm_state_insert()
2153 struct xfrm_state *x = from_timer(x, t, rtimer); in xfrm_replay_timer_handler()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_replay.c94 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify()
352 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_bmp()
418 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) in xfrm_replay_notify_esn()
H A Dxfrm_state.c525 del_timer_sync(&x->rtimer); in ___xfrm_state_destroy()
672 timer_setup(&x->rtimer, xfrm_replay_timer_handler, 0); in xfrm_state_alloc()
1450 mod_timer(&x->rtimer, jiffies + x->replay_maxage); in __xfrm_state_insert()
2349 struct xfrm_state *x = from_timer(x, t, rtimer); in xfrm_replay_timer_handler()
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.h934 u32 rtimer; member
1016 u32 rtimer; member
H A Dvxge-main.c2126 hw_fifo->rtimer != VXGE_TTI_RTIMER_ADAPT_VAL) { in adaptive_coalesce_tx_interrupts()
2127 hw_fifo->rtimer = VXGE_TTI_RTIMER_ADAPT_VAL; in adaptive_coalesce_tx_interrupts()
2129 } else if (hw_fifo->rtimer != 0) { in adaptive_coalesce_tx_interrupts()
2130 hw_fifo->rtimer = 0; in adaptive_coalesce_tx_interrupts()
2154 hw_ring->rtimer != VXGE_RTI_RTIMER_ADAPT_VAL) { in adaptive_coalesce_rx_interrupts()
2155 hw_ring->rtimer = VXGE_RTI_RTIMER_ADAPT_VAL; in adaptive_coalesce_rx_interrupts()
2157 } else if (hw_ring->rtimer != 0) { in adaptive_coalesce_rx_interrupts()
2158 hw_ring->rtimer = 0; in adaptive_coalesce_rx_interrupts()
H A Dvxge-traffic.c250 u64 timer = (fifo->rtimer * 1000) / 272; in vxge_hw_vpath_dynamic_tti_rtimer_set()
266 u64 timer = (ring->rtimer * 1000) / 272; in vxge_hw_vpath_dynamic_rti_rtimer_set()
/kernel/linux/linux-5.10/include/net/
H A Dxfrm.h235 struct timer_list rtimer; member
/kernel/linux/linux-6.6/include/net/
H A Dxfrm.h259 struct timer_list rtimer; member

Completed in 49 milliseconds