Searched refs:notmask (Results 1 – 1 of 1) sorted by relevance
189 count_pages(prpageheader_t *pghp, int flags, int mask, int notmask) in count_pages() argument203 if ((*cur & mask) == mask && (*cur & notmask) == 0) in count_pages()