Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-cache-policy-smq.c608 static struct entry *h_head(struct smq_hash_table *ht, unsigned int bucket) in h_head() function
637 for (e = h_head(ht, h); e; e = h_next(ht, e)) { in __h_lookup()