Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Ddabtree.h42 int xchk_da_btree_hash(struct xchk_da_btree *ds, int level, __be32 *hashp);
H A Ddabtree.c116 __be32 *hashp) in xchk_da_btree_hash() argument
123 hash = be32_to_cpu(*hashp); in xchk_da_btree_hash()
/linux-6.15/net/core/
H A Ddatagram.c485 static size_t hash_and_copy_to_iter(const void *addr, size_t bytes, void *hashp, in hash_and_copy_to_iter() argument
489 struct ahash_request *hash = hashp; in hash_and_copy_to_iter()