Home
last modified time | relevance | path

Searched refs:use_time (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/sound/drivers/opl3/
Dopl3_midi.c128 printk(KERN_DEBUG "time %.5i: %s [%.2i]: ", opl3->use_time, s, voice); in debug_alloc()
575 vp->time = opl3->use_time++; in snd_opl3_note_on()
583 vp2->time = opl3->use_time++; in snd_opl3_note_on()
591 vp2->time = opl3->use_time++; in snd_opl3_note_on()
650 vp->time = opl3->use_time++; in snd_opl3_kill_voice()
655 vp2->time = opl3->use_time++; in snd_opl3_kill_voice()
780 vp->time = opl3->use_time++; in snd_opl3_update_pitch()
Dopl3_seq.c72 opl3->use_time = 0; in snd_opl3_synth_setup()
/Linux-v4.19/sound/synth/emux/
Demux.c54 emu->use_time = 0; in snd_emux_new()
Demux_synth.c109 vp->time = emu->use_time++; in snd_emux_note_on()
440 emu->use_time = 0; in snd_emux_terminate_all()
510 vp->time = emu->use_time++; in terminate_voice()
/Linux-v4.19/include/sound/
Demux_synth.h112 int use_time; /* allocation counter */ member
Dopl3.h340 int use_time; /* allocation counter */ member
/Linux-v4.19/include/uapi/linux/
Dxfrm.h81 __u64 use_time; member
/Linux-v4.19/net/xfrm/
Dxfrm_policy.c214 (xp->curlft.use_time ? : xp->curlft.add_time) - now; in xfrm_policy_timer()
232 (xp->curlft.use_time ? : xp->curlft.add_time) - now; in xfrm_policy_timer()
795 policy->curlft.use_time = 0; in xfrm_policy_insert()
2153 pols[i]->curlft.use_time = ktime_get_real_seconds(); in xfrm_lookup_with_ifid()
2395 pol->curlft.use_time = ktime_get_real_seconds(); in __xfrm_policy_check()
2409 pols[1]->curlft.use_time = ktime_get_real_seconds(); in __xfrm_policy_check()
Dxfrm_state.c507 (x->curlft.use_time ? : now) - now; in xfrm_timer_handler()
529 (x->curlft.use_time ? : now) - now; in xfrm_timer_handler()
1561 if (x1->curlft.use_time) in xfrm_state_update()
1593 if (!x->curlft.use_time) in xfrm_state_check_expire()
1594 x->curlft.use_time = ktime_get_real_seconds(); in xfrm_state_check_expire()
Dxfrm_user.c526 x->curlft.use_time = ltime->use_time; in xfrm_update_ae_params()
/Linux-v4.19/net/key/
Daf_key.c928 lifetime->sadb_lifetime_usetime = x->curlft.use_time; in __pfkey_xfrm_state2msg()
2143 lifetime->sadb_lifetime_usetime = xp->curlft.use_time; in pfkey_xfrm_policy2msg()