Searched refs:kcsan_end_scoped_access (Results 1 – 3 of 3) sorted by relevance
149 * Automatically call kcsan_end_scoped_access() when kcsan_scoped_access goes154 __maybe_unused __attribute__((__cleanup__(kcsan_end_scoped_access)))161 * kcsan_end_scoped_access() is called for @sa.177 * kcsan_end_scoped_access - end scoped access184 void kcsan_end_scoped_access(struct kcsan_scoped_access *sa);211 static inline void kcsan_end_scoped_access(struct kcsan_scoped_access *sa) { } in kcsan_end_scoped_access() function
931 void kcsan_end_scoped_access(struct kcsan_scoped_access *sa) in kcsan_end_scoped_access() function 954 EXPORT_SYMBOL(kcsan_end_scoped_access);
567 kcsan_end_scoped_access(&assert_page_exclusive); in kfence_guarded_free()