Lines Matching refs:cache_present
29 long *cache_present; member
62 set_bit(idx, rbnode->cache_present); in regcache_rbtree_set_register()
245 kfree(rbtree_node->cache_present); in regcache_rbtree_exit()
266 if (!test_bit(reg_tmp, rbnode->cache_present)) in regcache_rbtree_read()
300 present = krealloc(rbnode->cache_present, in regcache_rbtree_insert_to_block()
312 present = rbnode->cache_present; in regcache_rbtree_insert_to_block()
326 rbnode->cache_present = present; in regcache_rbtree_insert_to_block()
369 rbnode->cache_present = kzalloc(BITS_TO_LONGS(rbnode->blklen) * in regcache_rbtree_node_alloc()
370 sizeof(*rbnode->cache_present), GFP_KERNEL); in regcache_rbtree_node_alloc()
371 if (!rbnode->cache_present) in regcache_rbtree_node_alloc()
488 rbnode->cache_present, in regcache_rbtree_sync()
527 bitmap_clear(rbnode->cache_present, start, end - start); in regcache_rbtree_drop()