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

Function slab_dbg_bits

freebsd/vm/uma_core.c:1984–1989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1982
1983#ifdef INVARIANTS
1984static struct noslabbits *
1985slab_dbg_bits(uma_slab_t slab, uma_keg_t keg)
1986{
1987
1988 return ((void *)((char *)&slab->us_free + BITSET_SIZE(keg->uk_ipers)));
1989}
1990#endif
1991
1992/*

Callers 3

keg_alloc_slabFunction · 0.85
uma_dbg_allocFunction · 0.85
uma_dbg_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected