Lines Matching refs:present
24 /* Which registers are present */
271 unsigned long *present;
287 present = krealloc(rbnode->cache_present,
288 BITS_TO_LONGS(blklen) * sizeof(*present),
290 if (!present)
293 memset(present + BITS_TO_LONGS(rbnode->blklen), 0,
295 * sizeof(*present));
297 present = rbnode->cache_present;
304 bitmap_shift_left(present, present, offset, blklen);
310 rbnode->cache_present = present;