Searched refs:popcnt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/vm/
H A Dvm_reserv.c156 * within that object. The reservation's "popcnt" tracks the number of these
170 int popcnt; /* # of pages in use */ member in struct:vm_reserv
192 * "object" field and a non-zero "popcnt" field. In other words, every active
262 fullpop += rv->popcnt == VM_LEVEL_0_NPAGES;
290 unused_pages += VM_LEVEL_0_NPAGES - rv->popcnt;
319 KASSERT(rv->popcnt > 0,
320 ("vm_reserv_depopulate: reserv %p's popcnt is corrupted", rv));
331 rv->popcnt--;
332 if (rv->popcnt == 0) {
380 KASSERT(rv->popcnt < VM_LEVEL_0_NPAGE
[all...]
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-ia64.c2751 static const unsigned char popcnt[16] = local
2759 if (x < NELEMS (popcnt))
2760 return popcnt[x];
2761 return popcnt[x % NELEMS (popcnt)] + popcount (x / NELEMS (popcnt));

Completed in 107 milliseconds