Home
last modified time | relevance | path

Searched defs:kcsan_ctx (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/linux/
Dkcsan.h15 struct kcsan_ctx { struct
16 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;
Dsched.h1227 struct kcsan_ctx kcsan_ctx; member