Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dkcsan.h22 struct kcsan_ctx { struct
23 int disable_count; /* disable counter */
24 int atomic_next; /* number of following atomic ops */
43 int atomic_nest_count;
44 bool in_flat_atomic;
49 unsigned long access_mask;
52 struct list_head scoped_accesses;
Dsched.h1342 struct kcsan_ctx kcsan_ctx; member