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

Function bt_remfree

freebsd/kern/subr_vmem.c:523–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523static void
524bt_remfree(vmem_t *vm __unused, bt_t *bt)
525{
526
527 MPASS(bt->bt_type == BT_TYPE_FREE);
528
529 LIST_REMOVE(bt, bt_freelist);
530}
531
532static void
533bt_insfree(vmem_t *vm, bt_t *bt)

Callers 5

vmem_add1Function · 0.85
vmem_clipFunction · 0.85
vmem_try_releaseFunction · 0.85
vmem_xalloc_nextfitFunction · 0.85
vmem_xfreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected