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

Function popmap_set

freebsd/vm/vm_reserv.c:143–148  ·  view source on GitHub ↗

* Set a bit in the population map. */

Source from the content-addressed store, hash-verified

141 * Set a bit in the population map.
142 */
143static __inline void
144popmap_set(popmap_t popmap[], int i)
145{
146
147 popmap[i / NBPOPMAP] |= 1UL << (i % NBPOPMAP);
148}
149
150/*
151 * Is a bit in the population map clear?

Callers 2

vm_reserv_populateFunction · 0.85
vm_reserv_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected