MCPcopy 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
310static inline int
311bt_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_nextfitFunction · 0.85
vmem_xallocFunction · 0.85
vmem_addFunction · 0.85

Calls 1

_bt_fillFunction · 0.85

Tested by

no test coverage detected