Searched refs:refscale_typesafe (Results 1 – 1 of 1) sorted by relevance
988 struct refscale_typesafe { struct997 static struct refscale_typesafe **rtsarray; argument1000 static bool (*rts_acquire)(struct refscale_typesafe *rtsp, unsigned int *start);1001 static bool (*rts_release)(struct refscale_typesafe *rtsp, unsigned int start);1004 static bool typesafe_ref_acquire(struct refscale_typesafe *rtsp, unsigned int *start) in typesafe_ref_acquire()1010 static bool typesafe_ref_release(struct refscale_typesafe *rtsp, unsigned int start) in typesafe_ref_release()1020 static bool typesafe_lock_acquire(struct refscale_typesafe *rtsp, unsigned int *start) in typesafe_lock_acquire()1027 static bool typesafe_lock_release(struct refscale_typesafe *rtsp, unsigned int start) in typesafe_lock_release()1034 static bool typesafe_seqlock_acquire(struct refscale_typesafe *rtsp, unsigned int *start) in typesafe_seqlock_acquire()1042 static bool typesafe_seqlock_release(struct refscale_typesafe *rtsp, unsigned int start) in typesafe_seqlock_release()[all …]