Searched refs:disable_scoped (Results 1 – 2 of 2) sorted by relevance
216 if (ctx->disable_scoped) in kcsan_check_scoped_accesses()219 ctx->disable_scoped++; in kcsan_check_scoped_accesses()224 ctx->disable_scoped--; in kcsan_check_scoped_accesses()383 return ctx->disable_scoped ? NULL : &ctx->reorder_access; in get_reorder_access()420 ctx->disable_scoped++; in set_reorder_access()428 ctx->disable_scoped--; in set_reorder_access()569 ctx->disable_scoped++; in kcsan_setup_watchpoint()694 ctx->disable_scoped--; in kcsan_setup_watchpoint()
24 int disable_scoped; /* disable scoped access counter */ member