Searched refs:disable_scoped (Results 1 - 2 of 2) sorted by last modified time

/linux-master/kernel/kcsan/
H A Dcore.c218 if (ctx->disable_scoped)
221 ctx->disable_scoped++;
226 ctx->disable_scoped--;
394 return ctx->disable_scoped ? NULL : &ctx->reorder_access;
431 ctx->disable_scoped++;
439 ctx->disable_scoped--;
580 ctx->disable_scoped++;
705 ctx->disable_scoped--;
/linux-master/include/linux/
H A Dkcsan.h24 int disable_scoped; /* disable scoped access counter */ member in struct:kcsan_ctx

Completed in 255 milliseconds