Searched refs:block_hash_p (Results 1 – 1 of 1) sorted by relevance
585 struct hlist_bl_head *block_hash_p; in mb_cache_entry_insert() local592 block_hash_p = &cache->c_block_hash[bucket]; in mb_cache_entry_insert()593 hlist_bl_lock(block_hash_p); in mb_cache_entry_insert()594 hlist_bl_for_each_entry(lce, l, block_hash_p, e_block_list) { in mb_cache_entry_insert()596 hlist_bl_unlock(block_hash_p); in mb_cache_entry_insert()605 ce->e_block_hash_p = block_hash_p; in mb_cache_entry_insert()607 hlist_bl_add_head(&ce->e_block_list, block_hash_p); in mb_cache_entry_insert()608 hlist_bl_unlock(block_hash_p); in mb_cache_entry_insert()667 struct hlist_bl_head *block_hash_p; in mb_cache_entry_get() local671 block_hash_p = &cache->c_block_hash[bucket]; in mb_cache_entry_get()[all …]