Searched defs:endmask (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dmempolicy.c1192 unsigned long endmask; local
1203 endmask = ~0UL;
1205 endmask = (1UL << (maxnode % BITS_PER_LONG)) - 1;
1217 if (t & endmask)
1223 endmask = ~0UL;
1228 nodes_addr(*nodes)[nlongs-1] &= endmask;

Completed in 25 milliseconds