Searched refs:rtimer (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/include/sound/ |
H A D | timer.h | 127 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer); 129 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer);
|
/linux-4.1.27/net/xfrm/ |
H A D | xfrm_replay.c | 91 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) xfrm_replay_notify() 335 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) xfrm_replay_notify_bmp() 401 !mod_timer(&x->rtimer, jiffies + x->replay_maxage)) xfrm_replay_notify_esn()
|
H A D | xfrm_state.c | 334 del_timer_sync(&x->rtimer); xfrm_state_gc_destroy() 484 setup_timer(&x->rtimer, xfrm_replay_timer_handler, xfrm_state_alloc() 962 mod_timer(&x->rtimer, jiffies + x->replay_maxage); __xfrm_state_insert()
|
/linux-4.1.27/sound/core/ |
H A D | timer.c | 817 struct snd_timer **rtimer) snd_timer_new() 829 if (rtimer) snd_timer_new() 830 *rtimer = NULL; snd_timer_new() 856 if (rtimer) snd_timer_new() 857 *rtimer = timer; snd_timer_new() 993 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer) snd_timer_global_new() argument 1002 return snd_timer_new(NULL, id, &tid, rtimer); snd_timer_global_new() 816 snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer) snd_timer_new() argument
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-main.c | 2129 hw_fifo->rtimer != VXGE_TTI_RTIMER_ADAPT_VAL) { adaptive_coalesce_tx_interrupts() 2130 hw_fifo->rtimer = VXGE_TTI_RTIMER_ADAPT_VAL; adaptive_coalesce_tx_interrupts() 2132 } else if (hw_fifo->rtimer != 0) { adaptive_coalesce_tx_interrupts() 2133 hw_fifo->rtimer = 0; adaptive_coalesce_tx_interrupts() 2157 hw_ring->rtimer != VXGE_RTI_RTIMER_ADAPT_VAL) { adaptive_coalesce_rx_interrupts() 2158 hw_ring->rtimer = VXGE_RTI_RTIMER_ADAPT_VAL; adaptive_coalesce_rx_interrupts() 2160 } else if (hw_ring->rtimer != 0) { adaptive_coalesce_rx_interrupts() 2161 hw_ring->rtimer = 0; adaptive_coalesce_rx_interrupts()
|
H A D | vxge-traffic.c | 255 u64 timer = (fifo->rtimer * 1000) / 272; vxge_hw_vpath_dynamic_tti_rtimer_set() 271 u64 timer = (ring->rtimer * 1000) / 272; vxge_hw_vpath_dynamic_rti_rtimer_set()
|
H A D | vxge-config.h | 934 u32 rtimer; member in struct:__vxge_hw_ring 1016 u32 rtimer; member in struct:__vxge_hw_fifo
|
/linux-4.1.27/include/net/ |
H A D | xfrm.h | 205 struct timer_list rtimer; member in struct:xfrm_state
|
Completed in 253 milliseconds