Searched refs:refscale_typesafe (Results 1 - 1 of 1) sorted by path

/linux-master/kernel/rcu/
H A Drefscale.c569 struct refscale_typesafe { struct
578 static struct refscale_typesafe **rtsarray;
581 static bool (*rts_acquire)(struct refscale_typesafe *rtsp, unsigned int *start);
582 static bool (*rts_release)(struct refscale_typesafe *rtsp, unsigned int start);
585 static bool typesafe_ref_acquire(struct refscale_typesafe *rtsp, unsigned int *start)
591 static bool typesafe_ref_release(struct refscale_typesafe *rtsp, unsigned int start)
601 static bool typesafe_lock_acquire(struct refscale_typesafe *rtsp, unsigned int *start)
608 static bool typesafe_lock_release(struct refscale_typesafe *rtsp, unsigned int start)
615 static bool typesafe_seqlock_acquire(struct refscale_typesafe *rtsp, unsigned int *start)
623 static bool typesafe_seqlock_release(struct refscale_typesafe *rts
[all...]

Completed in 154 milliseconds