Searched refs:rtimer (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/include/sound/ | 
| D | timer.h | 115 …nd_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);
 
 | 
| /Linux-v5.4/net/xfrm/ | 
| D | xfrm_replay.c | 80 	    !mod_timer(&x->rtimer, jiffies + x->replay_maxage))  in xfrm_replay_notify()324 	    !mod_timer(&x->rtimer, jiffies + x->replay_maxage))  in xfrm_replay_notify_bmp()
 390 	    !mod_timer(&x->rtimer, jiffies + x->replay_maxage))  in xfrm_replay_notify_esn()
 
 | 
| D | xfrm_state.c | 483 	del_timer_sync(&x->rtimer);  in ___xfrm_state_destroy()627 		timer_setup(&x->rtimer, xfrm_replay_timer_handler, 0);  in xfrm_state_alloc()
 1261 		mod_timer(&x->rtimer, jiffies + x->replay_maxage);  in __xfrm_state_insert()
 2104 	struct xfrm_state *x = from_timer(x, t, rtimer);  in xfrm_replay_timer_handler()
 
 | 
| /Linux-v5.4/sound/core/ | 
| D | timer.c | 896 		  struct snd_timer **rtimer)  in snd_timer_new()  argument913 	if (rtimer)  in snd_timer_new()
 914 		*rtimer = NULL;  in snd_timer_new()
 942 	if (rtimer)  in snd_timer_new()
 943 		*rtimer = timer;  in snd_timer_new()
 1067 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer)  in snd_timer_global_new()  argument
 1076 	return snd_timer_new(NULL, id, &tid, rtimer);  in snd_timer_global_new()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/neterion/vxge/ | 
| D | vxge-config.h | 934 	u32					rtimer;  member1016 	u32					rtimer;  member
 
 | 
| D | vxge-main.c | 2124 		    hw_fifo->rtimer != VXGE_TTI_RTIMER_ADAPT_VAL) {  in adaptive_coalesce_tx_interrupts()2125 			hw_fifo->rtimer = VXGE_TTI_RTIMER_ADAPT_VAL;  in adaptive_coalesce_tx_interrupts()
 2127 		} else if (hw_fifo->rtimer != 0) {  in adaptive_coalesce_tx_interrupts()
 2128 			hw_fifo->rtimer = 0;  in adaptive_coalesce_tx_interrupts()
 2152 		    hw_ring->rtimer != VXGE_RTI_RTIMER_ADAPT_VAL) {  in adaptive_coalesce_rx_interrupts()
 2153 			hw_ring->rtimer = VXGE_RTI_RTIMER_ADAPT_VAL;  in adaptive_coalesce_rx_interrupts()
 2155 		} else if (hw_ring->rtimer != 0) {  in adaptive_coalesce_rx_interrupts()
 2156 			hw_ring->rtimer = 0;  in adaptive_coalesce_rx_interrupts()
 
 | 
| D | vxge-traffic.c | 256 	u64 timer = (fifo->rtimer * 1000) / 272;  in vxge_hw_vpath_dynamic_tti_rtimer_set()272 	u64 timer = (ring->rtimer * 1000) / 272;  in vxge_hw_vpath_dynamic_rti_rtimer_set()
 
 | 
| /Linux-v5.4/include/net/ | 
| D | xfrm.h | 227 	struct timer_list	rtimer;  member
 |