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

Function bt_restore

freebsd/kern/subr_vmem.c:382–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382static void
383bt_restore(vmem_t *vm)
384{
385 vm->vm_nfreetags += BT_MAXALLOC;
386}
387
388/*
389 * freelist[0] ... [1, 1]

Callers 2

vmem_importFunction · 0.85
vmem_try_fetchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected