Lines Matching defs:stacks
484 union lock_stack *stacks;
523 stacks = (void *)uvm_pageboot_alloc(sizeof(*stacks) *
534 witness_lock_stack_free(&stacks[i]);
2532 union lock_stack *stacks;
2541 stacks = mallocarray(nstacks, sizeof(*stacks), M_WITNESS,
2543 if (stacks == NULL)
2548 stacks[i].ls_next = w_lock_stack_free;
2549 w_lock_stack_free = &stacks[i];