Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dkcsan.h22 struct kcsan_ctx { struct
23 int disable_count; /* disable counter */
24 int disable_scoped; /* disable scoped access counter */
25 int atomic_next; /* number of following atomic ops */
44 int atomic_nest_count;
45 bool in_flat_atomic;
50 unsigned long access_mask;
53 struct list_head scoped_accesses;
60 struct kcsan_scoped_access reorder_access;
Dsched.h1364 struct kcsan_ctx kcsan_ctx; member