Home
last modified time | relevance | path

Searched refs:KUBSAN_NSLOTS (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/kern/
Dsubr_kubsan.c29 #define KUBSAN_NSLOTS 32 macro
414 sizeof(struct kubsan_report) * KUBSAN_NSLOTS); in kubsan_init()
462 if (slot >= KUBSAN_NSLOTS) { in kubsan_defer_report()
566 if (nslots > KUBSAN_NSLOTS) in kubsan_report()
567 nslots = KUBSAN_NSLOTS; in kubsan_report()
745 if (nslots < KUBSAN_NSLOTS) in kubsan_report()