Home
last modified time | relevance | path

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

/kernel/kcsan/
Dcore.c231 is_atomic(struct kcsan_ctx *ctx, const volatile void *ptr, size_t size, int type) in is_atomic() function
277 if (is_atomic(ctx, ptr, size, type)) in should_watch()
1055 const bool is_atomic = size <= sizeof(long long) && \
1057 if (IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS) && is_atomic) \
1059 check_access(ptr, size, is_atomic ? KCSAN_ACCESS_ATOMIC : 0, \
1069 const bool is_atomic = size <= sizeof(long long) && \
1071 if (IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS) && is_atomic) \
1075 (is_atomic ? KCSAN_ACCESS_ATOMIC : 0), \
Dkcsan_test.c220 const bool is_atomic = (ty & KCSAN_ACCESS_ATOMIC); in __report_matches() local
223 (is_atomic && is_scoped) ? " (marked, reordered)" in __report_matches()
224 : (is_atomic ? " (marked)" in __report_matches()