Searched refs:lc_hash_slot (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | lru_cache.c | 243 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot() function 256 hlist_for_each_entry(e, lc_hash_slot(lc, enr), colision) { in __lc_find() 339 hlist_add_head(&e->colision, lc_hash_slot(lc, new_number)); in lc_prepare_for_change() 623 hlist_add_head(&e->colision, lc_hash_slot(lc, enr)); in lc_set()
|
/kernel/linux/linux-6.6/lib/ |
H A D | lru_cache.c | 233 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot() function 246 hlist_for_each_entry(e, lc_hash_slot(lc, enr), colision) { in __lc_find() 329 hlist_add_head(&e->colision, lc_hash_slot(lc, new_number)); in lc_prepare_for_change()
|
Completed in 3 milliseconds