Searched refs:rtimer (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/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-v6.1/net/xfrm/ |
D | xfrm_replay.c | 94 !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()
|
D | xfrm_state.c | 504 del_timer_sync(&x->rtimer); in ___xfrm_state_destroy() 649 timer_setup(&x->rtimer, xfrm_replay_timer_handler, 0); in xfrm_state_alloc() 1303 mod_timer(&x->rtimer, jiffies + x->replay_maxage); in __xfrm_state_insert() 2186 struct xfrm_state *x = from_timer(x, t, rtimer); in xfrm_replay_timer_handler()
|
/Linux-v6.1/sound/core/ |
D | timer.c | 935 struct snd_timer **rtimer) in snd_timer_new() argument 952 if (rtimer) in snd_timer_new() 953 *rtimer = NULL; in snd_timer_new() 980 if (rtimer) in snd_timer_new() 981 *rtimer = timer; in snd_timer_new() 1105 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer) in snd_timer_global_new() argument 1114 return snd_timer_new(NULL, id, &tid, rtimer); in snd_timer_global_new()
|
/Linux-v6.1/include/net/ |
D | xfrm.h | 246 struct timer_list rtimer; member
|