Home
last modified time | relevance | path

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

/linux-3.3/lib/
Dlru_cache.c221 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot() function
243 hlist_for_each_entry(e, n, lc_hash_slot(lc, enr), colision) { in lc_find()
438 hlist_add_head(&e->colision, lc_hash_slot(lc, lc->new_number)); in lc_changed()
515 hlist_add_head(&e->colision, lc_hash_slot(lc, enr)); in lc_set()