Searched refs:ONES (Results 1 – 3 of 3) sorted by relevance
516 (ONES << (DBWORD - nbits) >> wbitno); in dbUpdatePMap()540 memset(&dp->pmap[word], (int) ONES, in dbUpdatePMap()1131 mask = (ONES << (DBWORD - nb) >> wbitno); in dbAllocNext()2204 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()2335 cpu_to_le32(~(ONES << (DBWORD - nb) in dbFreeBits()3027 mask = ONES << (DBWORD - nb); in dbFindBits()3305 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()3768 dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()3770 dp->pmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()3802 dp->wmap[w] = dp->pmap[w] = cpu_to_le32(ONES >> b); in dbInitDmap()[all …]
43 #define ONES 0xffffffffu /* all bit on */ macro
989 if (iagp->wmap[extno] == cpu_to_le32(ONES)) { in diFree()1479 mask = (bitno == 0) ? 0 : (ONES << (EXTSPERSUM - bitno)); in diAlloc()2076 if (iagp->wmap[extno] == cpu_to_le32(ONES)) { in diAllocBit()2579 iagp->inosmap[i] = cpu_to_le32(ONES); in diNewIAG()
Completed in 23 milliseconds