Home
last modified time | relevance | path

Searched refs:rtimer (Results 1 – 4 of 4) sorted by relevance

/linux/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.c601 timer_delete_sync(&x->rtimer); in xfrm_state_gc_destroy()
749 timer_setup(&x->rtimer, xfrm_replay_timer_handler, 0); in xfrm_state_alloc()
1755 mod_timer(&x->rtimer, jiffies + x->replay_maxage); in __xfrm_state_insert()
2758 struct xfrm_state *x = timer_container_of(x, t, rtimer);
/linux/sound/core/
H A Dtimer.c970 struct snd_timer **rtimer) in snd_timer_free()
987 if (rtimer) in snd_timer_free()
988 *rtimer = NULL;
1016 if (rtimer) in snd_timer_dev_register()
1017 *rtimer = timer; in snd_timer_dev_register()
1154 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer) in snd_timer_s_stop()
1163 return snd_timer_new(NULL, id, &tid, rtimer); in snd_timer_s_stop()
914 snd_timer_new(struct snd_card * card,char * id,struct snd_timer_id * tid,struct snd_timer ** rtimer) snd_timer_new() argument
1078 snd_timer_global_new(char * id,int device,struct snd_timer ** rtimer) snd_timer_global_new() argument
/linux/include/net/
H A Dxfrm.h284 struct timer_list rtimer; member