Lines Matching refs:a
642 unsigned int a; member
663 WRITE_ONCE(rtsp->a, rtsp->a + 1); in typesafe_ref_release()
702 unsigned int a; in typesafe_delay_section() local
716 a = READ_ONCE(rtsp->a); in typesafe_delay_section()
721 if (a != READ_ONCE(rtsp->a)) { in typesafe_delay_section()
727 b = READ_ONCE(rtsp->a); in typesafe_delay_section()
733 WARN_ONCE(a != b, "Re-read of ->a changed from %u to %u.\n", a, b); in typesafe_delay_section()
736 WARN_ON_ONCE(a * a != b); in typesafe_delay_section()
758 WRITE_ONCE(rtsp->a, rtsp->a + 1); in typesafe_alloc_one()
759 WRITE_ONCE(rtsp->b, rtsp->a * rtsp->a); in typesafe_alloc_one()
772 rtsp->a = torture_random(this_cpu_ptr(&refscale_rand)); in refscale_typesafe_ctor()