Searched refs:recent_entry (Results 1 – 1 of 1) sorted by relevance
66 struct recent_entry { struct123 static struct recent_entry *128 struct recent_entry *e; in recent_entry_lookup()144 static void recent_entry_remove(struct recent_table *t, struct recent_entry *e) in recent_entry_remove()156 struct recent_entry *working, bool update) in recent_entry_reap()158 struct recent_entry *e; in recent_entry_reap()163 e = list_entry(t->lru_list.next, struct recent_entry, lru_list); in recent_entry_reap()178 static struct recent_entry *182 struct recent_entry *e; in recent_entry_init()186 e = list_entry(t->lru_list.next, struct recent_entry, lru_list); in recent_entry_init()[all …]