Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dsubr_witness.c2533 unsigned int i, nstacks = LOCK_CHILDCOUNT * LOCK_NCHILDREN; in witness_alloc_stacks() local
2537 if (w_lock_stack_num >= nstacks) in witness_alloc_stacks()
2540 nstacks -= w_lock_stack_num; in witness_alloc_stacks()
2541 stacks = mallocarray(nstacks, sizeof(*stacks), M_WITNESS, in witness_alloc_stacks()
2547 for (i = 0; i < nstacks; i++) { in witness_alloc_stacks()
2552 w_lock_stack_num += nstacks; in witness_alloc_stacks()