Lines Matching defs:bit
1706 /* delay a bit before retrying all procs again */
1791 * exclusive-wanted bit set), kaio read request threads (waiting for a
1813 pgcnt_t bit;
1819 bit = pfn - mdsp->mds_base;
1820 if ((mdsp->mds_bitmap[bit / NBPBMW] &
1821 (1 << (bit % NBPBMW))) != 0) {
1847 mdsp->mds_bitmap[bit / NBPBMW] |=
1848 (1 << (bit % NBPBMW));
1881 mdsp->mds_bitmap[bit / NBPBMW]
1882 |= (1 << (bit % NBPBMW));
1883 mdsp->mds_bitmap_retired[bit /
1885 (1 << (bit % NBPBMW));
1909 mdsp->mds_bitmap[bit / NBPBMW] |=
1910 (1 << (bit % NBPBMW));
2001 * Unload the mappings and check if mod bit
2073 mdsp->mds_bitmap[bit / NBPBMW] |=
2074 (1 << (bit % NBPBMW));
2078 * The page is toxic and the mod bit is
2244 bit = pfn - mdsp->mds_base;
2245 mdsp->mds_bitmap[bit / NBPBMW] |=
2246 (1 << (bit % NBPBMW));
2295 pgcnt_t bit;
2297 bit = pfn - mdsp->mds_base;
2301 if ((mdsp->mds_bitmap[bit / NBPBMW] &
2302 (1 << (bit % NBPBMW))) == 0) {
2309 if ((mdsp->mds_bitmap_retired[bit / NBPBMW] &
2310 (1 << (bit % NBPBMW))) != 0) {