Searched refs:off_p (Results 1 – 1 of 1) sorted by relevance
343 static inline prop_bt *to_prop_bt(atomic_uint_least32_t* off_p) { in to_prop_bt() argument344 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume); in to_prop_bt()348 static inline prop_info *to_prop_info(atomic_uint_least32_t* off_p) { in to_prop_info() argument349 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume); in to_prop_info()