Searched refs:disable_scoped (Results 1 – 2 of 2) sorted by relevance
218 if (ctx->disable_scoped) in kcsan_check_scoped_accesses()221 ctx->disable_scoped++; in kcsan_check_scoped_accesses()226 ctx->disable_scoped--; in kcsan_check_scoped_accesses()385 return ctx->disable_scoped ? NULL : &ctx->reorder_access; in get_reorder_access()422 ctx->disable_scoped++; in set_reorder_access()430 ctx->disable_scoped--; in set_reorder_access()571 ctx->disable_scoped++; in kcsan_setup_watchpoint()696 ctx->disable_scoped--; in kcsan_setup_watchpoint()
24 int disable_scoped; /* disable scoped access counter */ member