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()394 return ctx->disable_scoped ? NULL : &ctx->reorder_access; in get_reorder_access()431 ctx->disable_scoped++; in set_reorder_access()439 ctx->disable_scoped--; in set_reorder_access()580 ctx->disable_scoped++; in kcsan_setup_watchpoint()705 ctx->disable_scoped--; in kcsan_setup_watchpoint()
24 int disable_scoped; /* disable scoped access counter */ member