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

Function popmap_clear

freebsd/vm/vm_reserv.c:133–138  ·  view source on GitHub ↗

* Clear a bit in the population map. */

Source from the content-addressed store, hash-verified

131 * Clear a bit in the population map.
132 */
133static __inline void
134popmap_clear(popmap_t popmap[], int i)
135{
136
137 popmap[i / NBPOPMAP] &= ~(1UL << (i % NBPOPMAP));
138}
139
140/*
141 * Set a bit in the population map.

Callers 1

vm_reserv_depopulateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected