Searched defs:kcsan_ctx (Results 1 – 2 of 2) sorted by relevance
15 struct kcsan_ctx { struct16 int disable_count; /* disable counter */17 int atomic_next; /* number of following atomic ops */36 int atomic_nest_count;37 bool in_flat_atomic;42 unsigned long access_mask;45 struct list_head scoped_accesses;
1227 struct kcsan_ctx kcsan_ctx; member