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()
2720 struct xfrm_state *x = timer_container_of(x, t, rtimer); in xfrm_replay_timer_handler()
/linux/sound/core/
H A Dtimer.c927 struct snd_timer **rtimer) in snd_timer_new()
944 if (rtimer) in snd_timer_new()
945 *rtimer = NULL; in snd_timer_new()
972 if (rtimer) in snd_timer_free()
973 *rtimer = timer; in snd_timer_free()
1100 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer) in snd_timer_global_register()
1109 return snd_timer_new(NULL, id, &tid, rtimer);
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