Searched refs:use_time (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/sound/drivers/opl3/ |
D | opl3_midi.c | 127 opl3->use_time, s, voice, buf); 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() 632 vp->time = opl3->use_time++; in snd_opl3_kill_voice() 637 vp2->time = opl3->use_time++; in snd_opl3_kill_voice() 756 vp->time = opl3->use_time++; in snd_opl3_update_pitch()
|
D | opl3_seq.c | 58 opl3->use_time = 0; in snd_opl3_synth_setup()
|
/linux-6.12.1/sound/synth/emux/ |
D | emux.c | 41 emu->use_time = 0; in snd_emux_new()
|
D | emux_synth.c | 95 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()
|
/linux-6.12.1/include/sound/ |
D | emux_synth.h | 99 int use_time; /* allocation counter */ member
|
D | opl3.h | 324 int use_time; /* allocation counter */ member
|
/linux-6.12.1/include/uapi/linux/ |
D | xfrm.h | 82 __u64 use_time; member
|
/linux-6.12.1/net/xfrm/ |
D | xfrm_state.c | 600 (READ_ONCE(x->curlft.use_time) ? : now) - now; in xfrm_timer_handler() 622 (READ_ONCE(x->curlft.use_time) ? : now) - now; in xfrm_timer_handler() 1973 if (READ_ONCE(x1->curlft.use_time)) in xfrm_state_update() 2007 if (!READ_ONCE(x->curlft.use_time)) in xfrm_state_check_expire() 2008 WRITE_ONCE(x->curlft.use_time, ktime_get_real_seconds()); in xfrm_state_check_expire()
|
D | xfrm_policy.c | 379 (READ_ONCE(xp->curlft.use_time) ? : xp->curlft.add_time) - now; in xfrm_policy_timer() 397 (READ_ONCE(xp->curlft.use_time) ? : xp->curlft.add_time) - now; in xfrm_policy_timer() 1600 policy->curlft.use_time = 0; in xfrm_policy_insert() 3263 WRITE_ONCE(pols[i]->curlft.use_time, ktime_get_real_seconds()); in xfrm_lookup_with_ifid() 3755 WRITE_ONCE(pol->curlft.use_time, ktime_get_real_seconds()); in __xfrm_policy_check() 3771 WRITE_ONCE(pols[1]->curlft.use_time, in __xfrm_policy_check()
|
D | xfrm_compat.c | 20 compat_u64 bytes, packets, add_time, use_time; member
|
D | xfrm_user.c | 753 x->curlft.use_time = ltime->use_time; in xfrm_update_ae_params()
|
/linux-6.12.1/net/key/ |
D | af_key.c | 910 lifetime->sadb_lifetime_usetime = x->curlft.use_time; in __pfkey_xfrm_state2msg() 2138 lifetime->sadb_lifetime_usetime = xp->curlft.use_time; in pfkey_xfrm_policy2msg()
|