Lines Matching refs:cache_present
25 unsigned long *cache_present; member
58 set_bit(idx, rbnode->cache_present); in regcache_rbtree_set_register()
230 kfree(rbtree_node->cache_present); in regcache_rbtree_exit()
251 if (!test_bit(reg_tmp, rbnode->cache_present)) in regcache_rbtree_read()
285 present = krealloc_array(rbnode->cache_present, in regcache_rbtree_insert_to_block()
295 present = rbnode->cache_present; in regcache_rbtree_insert_to_block()
308 rbnode->cache_present = present; in regcache_rbtree_insert_to_block()
351 rbnode->cache_present = kcalloc(BITS_TO_LONGS(rbnode->blklen), in regcache_rbtree_node_alloc()
352 sizeof(*rbnode->cache_present), in regcache_rbtree_node_alloc()
354 if (!rbnode->cache_present) in regcache_rbtree_node_alloc()
497 rbnode->cache_present, in regcache_rbtree_sync()
538 bitmap_clear(rbnode->cache_present, start, end - start); in regcache_rbtree_drop()