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

Function bt_free

freebsd/kern/subr_vmem.c:360–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360static inline void
361bt_free(vmem_t *vm, bt_t *bt)
362{
363
364 VMEM_ASSERT_LOCKED(vm);
365 MPASS(LIST_FIRST(&vm->vm_freetags) != bt);
366 LIST_INSERT_HEAD(&vm->vm_freetags, bt, bt_freelist);
367 vm->vm_nfreetags++;
368}
369
370/*
371 * Hide MAXALLOC tags before dropping the arena lock to ensure that a

Callers 1

bt_remsegFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected