Searched defs:kcsan_ctx (Results 1 – 2 of 2) sorted by relevance
22 struct kcsan_ctx { struct23 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;
1364 struct kcsan_ctx kcsan_ctx; member