Home
last modified time | relevance | path

Searched refs:kcsan_scoped_access (Results 1 – 2 of 2) sorted by relevance

/include/linux/
A Dkcsan-checks.h131 struct kcsan_scoped_access { struct
172 struct kcsan_scoped_access *
174 struct kcsan_scoped_access *sa);
184 void kcsan_end_scoped_access(struct kcsan_scoped_access *sa);
206 struct kcsan_scoped_access { }; struct
208 static inline struct kcsan_scoped_access *
210 struct kcsan_scoped_access *sa) { return sa; } in kcsan_begin_scoped_access()
211 static inline void kcsan_end_scoped_access(struct kcsan_scoped_access *sa) { } in kcsan_end_scoped_access()
380 struct kcsan_scoped_access __kcsan_scoped_name(id, _) \
382 struct kcsan_scoped_access *__kcsan_scoped_name(id, _dummy_p) \
A Dkcsan.h60 struct kcsan_scoped_access reorder_access;

Completed in 6 milliseconds