Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ bt_fill
Function
bt_fill
freebsd/kern/subr_vmem.c:310–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
static inline int
311
bt_fill(vmem_t *vm, int flags)
312
{
313
if (vm->vm_nfreetags >= BT_MAXALLOC)
314
return (0);
315
return (_bt_fill(vm, flags));
316
}
317
318
/*
319
* Pop a tag off of the freetag stack.
Callers
3
vmem_xalloc_nextfit
Function · 0.85
vmem_xalloc
Function · 0.85
vmem_add
Function · 0.85
Calls
1
_bt_fill
Function · 0.85
Tested by
no test coverage detected