Home
last modified time | relevance | path

Searched refs:pool_hash (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_pool.c65 LASSERT(hlist_unhashed(&pool->pool_hash)); in lov_pool_putref()
109 pool = hlist_entry(hnode, struct pool_desc, pool_hash); in pool_key()
119 pool = hlist_entry(compared_hnode, struct pool_desc, pool_hash); in pool_hashkey_keycmp()
125 return hlist_entry(hnode, struct pool_desc, pool_hash); in pool_hashobject()
132 pool = hlist_entry(hnode, struct pool_desc, pool_hash); in pool_hashrefcount_get()
141 pool = hlist_entry(hnode, struct pool_desc, pool_hash); in pool_hashrefcount_put_locked()
431 INIT_HLIST_NODE(&new_pool->pool_hash); in lov_pool_new()
456 &new_pool->pool_hash); in lov_pool_new()
/linux-4.4.14/lib/
Diommu-common.c104 unsigned int pool_hash = __this_cpu_read(iommu_hash_common); in iommu_tbl_range_alloc() local
130 pool_nr = pool_hash & (npools - 1); in iommu_tbl_range_alloc()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h451 struct hlist_node pool_hash; /* access by poolname */ member