Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dtimer.h116 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer);
118 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer);
/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.c925 struct snd_timer **rtimer) in snd_timer_new()
942 if (rtimer) in snd_timer_new()
943 *rtimer = NULL; in snd_timer_new()
970 if (rtimer) in snd_timer_free()
971 *rtimer = timer; in snd_timer_free()
1089 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer)
1098 return snd_timer_new(NULL, id, &tid, rtimer); in snd_timer_global_register()
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