Home
last modified time | relevance | path

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

/linux-6.15/kernel/rcu/
H A Drefscale.c693 WRITE_ONCE(rtsp->a, rtsp->a + 1); in typesafe_ref_release()
702 spin_lock(&rtsp->rts_lock); in typesafe_lock_acquire()
709 spin_unlock(&rtsp->rts_lock); in typesafe_lock_release()
736 struct refscale_typesafe *rtsp; in typesafe_delay_section() local
746 a = READ_ONCE(rtsp->a); in typesafe_delay_section()
757 b = READ_ONCE(rtsp->a); in typesafe_delay_section()
764 b = rtsp->b; in typesafe_delay_section()
785 if (!rtsp) in typesafe_alloc_one()
788 WRITE_ONCE(rtsp->a, rtsp->a + 1); in typesafe_alloc_one()
789 WRITE_ONCE(rtsp->b, rtsp->a * rtsp->a); in typesafe_alloc_one()
[all …]