Lines Matching refs:e_block_hash_p
187 hlist_bl_unlock(ce->e_block_hash_p); in __mb_cache_entry_unhash_unlock()
267 hlist_bl_lock(ce->e_block_hash_p); in mb_cache_shrink_scan()
273 hlist_bl_unlock(ce->e_block_hash_p); in mb_cache_shrink_scan()
416 hlist_bl_lock(ce->e_block_hash_p); in mb_cache_shrink()
423 hlist_bl_unlock(ce->e_block_hash_p); in mb_cache_shrink()
470 hlist_bl_lock(ce->e_block_hash_p); in mb_cache_destroy()
524 hlist_bl_lock(ce->e_block_hash_p); in mb_cache_entry_alloc()
531 hlist_bl_unlock(ce->e_block_hash_p); in mb_cache_entry_alloc()
557 ce->e_block_hash_p = &cache->c_block_hash[0]; in mb_cache_entry_alloc()
605 ce->e_block_hash_p = block_hash_p; in mb_cache_entry_insert()
645 hlist_bl_lock(ce->e_block_hash_p); in mb_cache_entry_free()
647 hlist_bl_unlock(ce->e_block_hash_p); in mb_cache_entry_free()
675 mb_assert(ce->e_block_hash_p == block_hash_p); in mb_cache_entry_get()