Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dcls_tcindex.c47 u32 alloc_hash; /* allocated size */ member
113 if (p->perfect && handle >= p->alloc_hash) in tcindex_get()
245 cp->alloc_hash = p->alloc_hash; in tcindex_set_parms()
284 cp->hash > cp->alloc_hash) in tcindex_set_parms()
286 } else if (cp->h && cp->hash != cp->alloc_hash) { in tcindex_set_parms()
305 cp->alloc_hash = cp->hash; in tcindex_set_parms()
313 if (handle >= cp->alloc_hash) in tcindex_set_parms()
/linux-4.1.27/drivers/md/
Ddm-cache-policy-cleaner.c83 static int alloc_hash(struct hash *hash, unsigned elts) in alloc_hash() function
111 r = alloc_hash(&p->chash, from_cblock(cache_size)); in alloc_cache_blocks_with_hash()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_nl.c2075 alloc_hash(struct crypto_hash **tfm, char *tfm_name, int err_alg) in alloc_hash() function
2095 rv = alloc_hash(&crypto->csums_tfm, new_net_conf->csums_alg, in alloc_crypto()
2099 rv = alloc_hash(&crypto->verify_tfm, new_net_conf->verify_alg, in alloc_crypto()
2103 rv = alloc_hash(&crypto->integrity_tfm, new_net_conf->integrity_alg, in alloc_crypto()
2111 rv = alloc_hash(&crypto->cram_hmac_tfm, hmac_name, in alloc_crypto()