Searched refs:refscale_typesafe (Results 1 – 1 of 1) sorted by relevance
571 struct refscale_typesafe { struct580 static struct refscale_typesafe **rtsarray; argument583 static bool (*rts_acquire)(struct refscale_typesafe *rtsp, unsigned int *start);584 static bool (*rts_release)(struct refscale_typesafe *rtsp, unsigned int start);587 static bool typesafe_ref_acquire(struct refscale_typesafe *rtsp, unsigned int *start) in typesafe_ref_acquire()593 static bool typesafe_ref_release(struct refscale_typesafe *rtsp, unsigned int start) in typesafe_ref_release()603 static bool typesafe_lock_acquire(struct refscale_typesafe *rtsp, unsigned int *start) in typesafe_lock_acquire()610 static bool typesafe_lock_release(struct refscale_typesafe *rtsp, unsigned int start) in typesafe_lock_release()617 static bool typesafe_seqlock_acquire(struct refscale_typesafe *rtsp, unsigned int *start) in typesafe_seqlock_acquire()625 static bool typesafe_seqlock_release(struct refscale_typesafe *rtsp, unsigned int start) in typesafe_seqlock_release()[all …]