Searched refs:held_cond (Results 1 – 1 of 1) sorted by relevance
158 #define hazard_ptr_serialized_load_assert(ptr, held_cond) ({ \ argument159 assertf(held_cond, "hazard_ptr_serialized_load: lock not held"); \204 #define hazard_ptr_serialized_store_assert(ptr, value, held_cond) ({ \ argument205 assertf(held_cond, "hazard_ptr_serialized_store: lock not held"); \234 #define hazard_ptr_serialized_store_relaxed_assert(ptr, value, held_cond) ({ \ argument235 assertf(held_cond, "hazard_ptr_serialized_store: lock not held"); \