Home
last modified time | relevance | path

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

/kernel/kcsan/
Dcore.c222 is_atomic(const volatile void *ptr, size_t size, int type, struct kcsan_ctx *ctx) in is_atomic() function
268 if (is_atomic(ptr, size, type, ctx)) in should_watch()
887 const bool is_atomic = size <= sizeof(long long) && \
889 if (IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS) && is_atomic) \
891 check_access(ptr, size, is_atomic ? KCSAN_ACCESS_ATOMIC : 0); \
900 const bool is_atomic = size <= sizeof(long long) && \
902 if (IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS) && is_atomic) \
906 (is_atomic ? KCSAN_ACCESS_ATOMIC : 0)); \