MCPcopy Create free account
hub / github.com/F-Stack/f-stack / kstack_release

Function kstack_release

freebsd/vm/vm_glue.c:458–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458static void
459kstack_release(void *arg, void **store, int cnt)
460{
461 vm_offset_t ks;
462 int i;
463
464 for (i = 0; i < cnt; i++) {
465 ks = (vm_offset_t)store[i];
466 vm_thread_stack_dispose(ks, kstack_pages);
467 }
468}
469
470static void
471kstack_cache_init(void *null)

Callers

nothing calls this directly

Calls 1

vm_thread_stack_disposeFunction · 0.85

Tested by

no test coverage detected