Home
last modified time | relevance | path

Searched refs:use_time (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_midi.c114 printk(KERN_DEBUG "time %.5i: %s [%.2i]: ", opl3->use_time, s, voice); in debug_alloc()
561 vp->time = opl3->use_time++; in snd_opl3_note_on()
569 vp2->time = opl3->use_time++; in snd_opl3_note_on()
577 vp2->time = opl3->use_time++; in snd_opl3_note_on()
636 vp->time = opl3->use_time++; in snd_opl3_kill_voice()
641 vp2->time = opl3->use_time++; in snd_opl3_kill_voice()
766 vp->time = opl3->use_time++; in snd_opl3_update_pitch()
H A Dopl3_seq.c58 opl3->use_time = 0; in snd_opl3_synth_setup()
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_midi.c114 printk(KERN_DEBUG "time %.5i: %s [%.2i]: ", opl3->use_time, s, voice); in debug_alloc()
560 vp->time = opl3->use_time++; in snd_opl3_note_on()
568 vp2->time = opl3->use_time++; in snd_opl3_note_on()
576 vp2->time = opl3->use_time++; in snd_opl3_note_on()
635 vp->time = opl3->use_time++; in snd_opl3_kill_voice()
640 vp2->time = opl3->use_time++; in snd_opl3_kill_voice()
765 vp->time = opl3->use_time++; in snd_opl3_update_pitch()
H A Dopl3_seq.c58 opl3->use_time = 0; in snd_opl3_synth_setup()
/kernel/linux/linux-5.10/sound/synth/emux/
H A Demux.c41 emu->use_time = 0; in snd_emux_new()
H A Demux_synth.c95 vp->time = emu->use_time++; in snd_emux_note_on()
426 emu->use_time = 0; in snd_emux_terminate_all()
496 vp->time = emu->use_time++; in terminate_voice()
/kernel/linux/linux-6.6/sound/synth/emux/
H A Demux.c41 emu->use_time = 0; in snd_emux_new()
H A Demux_synth.c95 vp->time = emu->use_time++; in snd_emux_note_on()
426 emu->use_time = 0; in snd_emux_terminate_all()
496 vp->time = emu->use_time++; in terminate_voice()
/kernel/linux/linux-5.10/include/sound/
H A Demux_synth.h99 int use_time; /* allocation counter */ member
H A Dopl3.h324 int use_time; /* allocation counter */ member
/kernel/linux/linux-6.6/include/sound/
H A Demux_synth.h99 int use_time; /* allocation counter */ member
H A Dopl3.h324 int use_time; /* allocation counter */ member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dxfrm.h81 __u64 use_time; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dxfrm.h81 __u64 use_time; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dxfrm.h60 __u64 use_time; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dxfrm.h73 __u64 use_time; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dxfrm.h73 __u64 use_time; member
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_state.c553 (x->curlft.use_time ? : now) - now; in xfrm_timer_handler()
575 (x->curlft.use_time ? : now) - now; in xfrm_timer_handler()
1722 if (x1->curlft.use_time) in xfrm_state_update()
1754 if (!x->curlft.use_time) in xfrm_state_check_expire()
1755 x->curlft.use_time = ktime_get_real_seconds(); in xfrm_state_check_expire()
H A Dxfrm_compat.c20 compat_u64 bytes, packets, add_time, use_time; member
H A Dxfrm_policy.c339 (xp->curlft.use_time ? : xp->curlft.add_time) - now; in xfrm_policy_timer()
357 (xp->curlft.use_time ? : xp->curlft.add_time) - now; in xfrm_policy_timer()
1603 policy->curlft.use_time = 0; in xfrm_policy_insert()
3142 pols[i]->curlft.use_time = ktime_get_real_seconds(); in xfrm_lookup_with_ifid()
3638 pol->curlft.use_time = ktime_get_real_seconds(); in __xfrm_policy_check()
3653 pols[1]->curlft.use_time = ktime_get_real_seconds(); in __xfrm_policy_check()
H A Dxfrm_user.c552 x->curlft.use_time = ltime->use_time; in xfrm_update_ae_params()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_state.c598 (READ_ONCE(x->curlft.use_time) ? : now) - now; in xfrm_timer_handler()
620 (READ_ONCE(x->curlft.use_time) ? : now) - now; in xfrm_timer_handler()
1906 if (READ_ONCE(x1->curlft.use_time)) in xfrm_state_update()
1940 if (!READ_ONCE(x->curlft.use_time)) in xfrm_state_check_expire()
1941 WRITE_ONCE(x->curlft.use_time, ktime_get_real_seconds()); in xfrm_state_check_expire()
H A Dxfrm_compat.c20 compat_u64 bytes, packets, add_time, use_time; member
H A Dxfrm_policy.c339 (READ_ONCE(xp->curlft.use_time) ? : xp->curlft.add_time) - now; in xfrm_policy_timer()
357 (READ_ONCE(xp->curlft.use_time) ? : xp->curlft.add_time) - now; in xfrm_policy_timer()
1610 policy->curlft.use_time = 0; in xfrm_policy_insert()
3225 WRITE_ONCE(pols[i]->curlft.use_time, ktime_get_real_seconds()); in xfrm_lookup_with_ifid()
3682 WRITE_ONCE(pol->curlft.use_time, ktime_get_real_seconds()); in __xfrm_policy_check()
3698 WRITE_ONCE(pols[1]->curlft.use_time, in __xfrm_policy_check()
/kernel/linux/linux-5.10/net/key/
H A Daf_key.c914 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()

Completed in 43 milliseconds

12