Searched refs:h_head (Results 1 – 1 of 1) sorted by relevance
608 static struct entry *h_head(struct smq_hash_table *ht, unsigned int bucket) in h_head() function637 for (e = h_head(ht, h); e; e = h_next(ht, e)) { in __h_lookup()