Searched refs:refscale_typesafe (Results 1 – 1 of 1) sorted by relevance
569 struct refscale_typesafe { struct578 static struct refscale_typesafe **rtsarray; argument581 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) in typesafe_ref_acquire()591 static bool typesafe_ref_release(struct refscale_typesafe *rtsp, unsigned int start) in typesafe_ref_release()601 static bool typesafe_lock_acquire(struct refscale_typesafe *rtsp, unsigned int *start) in typesafe_lock_acquire()608 static bool typesafe_lock_release(struct refscale_typesafe *rtsp, unsigned int start) in typesafe_lock_release()615 static bool typesafe_seqlock_acquire(struct refscale_typesafe *rtsp, unsigned int *start) in typesafe_seqlock_acquire()623 static bool typesafe_seqlock_release(struct refscale_typesafe *rtsp, unsigned int start) in typesafe_seqlock_release()[all …]