Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
382
static void
383
bt_restore(vmem_t *vm)
384
{
385
vm->vm_nfreetags += BT_MAXALLOC;
386
}
387
388
/*
389
* freelist[0] ... [1, 1]
Callers
2
vmem_import
Function · 0.85
vmem_try_fetch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected