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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/selinux/ss/
H A Debitmap.c174 ebmap->highbit = e_iter->startbit + MAPSIZE;
222 if ((n->startbit + MAPSIZE) > bit) {
241 if ((n->startbit + MAPSIZE) > bit) {
255 e->highbit = prev->startbit + MAPSIZE;
280 new->startbit = bit & ~(MAPSIZE - 1);
285 e->highbit = new->startbit + MAPSIZE;
335 if (mapsize != MAPSIZE) {
338 MAPSIZE, e->highbit);
345 if (e->highbit & (MAPSIZE - 1)) {
347 "multiple of the map size (%Zd)\n", e->highbit, MAPSIZE);
[all...]
H A Debitmap.h20 #define MAPSIZE (sizeof(MAPTYPE) * 8) /* number of bits in node bitmap */ macro
52 if ((bit == ((*n)->startbit + MAPSIZE - 1)) &&

Completed in 56 milliseconds