Searched refs:lru_prev (Results 1 – 17 of 17) sorted by relevance
103 abfd->lru_prev = abfd; in insert()108 abfd->lru_prev = bfd_last_cache->lru_prev; in insert()109 abfd->lru_prev->lru_next = abfd; in insert()110 abfd->lru_next->lru_prev = abfd; in insert()120 abfd->lru_prev->lru_next = abfd->lru_next; in snip()121 abfd->lru_next->lru_prev = abfd->lru_prev; in snip()142 for (kill = bfd_last_cache->lru_prev; in close_one()144 kill = kill->lru_prev) in close_one()
3687 struct bfd *lru_prev, *lru_next; member
86 abfd->lru_prev = abfd; in insert()91 abfd->lru_prev = bfd_last_cache->lru_prev; in insert()92 abfd->lru_prev->lru_next = abfd; in insert()93 abfd->lru_next->lru_prev = abfd; in insert()103 abfd->lru_prev->lru_next = abfd->lru_next; in snip()104 abfd->lru_next->lru_prev = abfd->lru_prev; in snip()148 for (kill = bfd_last_cache->lru_prev; in close_one()150 kill = kill->lru_prev) in close_one()
4384 struct bfd *lru_prev, *lru_next; member
199 log_assert(d && d->lru_prev); in reclaim_space()200 table->lru_end = d->lru_prev; in reclaim_space()201 d->lru_prev->lru_next = NULL; in reclaim_space()273 entry->lru_prev = NULL; in lru_front()277 else table->lru_start->lru_prev = entry; in lru_front()284 if(entry->lru_prev) in lru_remove()285 entry->lru_prev->lru_next = entry->lru_next; in lru_remove()288 entry->lru_next->lru_prev = entry->lru_prev; in lru_remove()289 else table->lru_end = entry->lru_prev; in lru_remove()604 entry->lru_prev = table->lru_end; in lru_demote()
218 struct lruhash_entry* lru_prev; member
788 if(!reuse->lru_prev)793 log_assert(reuse->lru_prev->lru_next != reuse->lru_prev);795 reuse->lru_next->lru_prev = reuse->lru_prev;801 reuse->lru_prev = NULL;825 if(reuse->lru_prev) {836 reuse->lru_prev = NULL;1113 if(reuse->lru_prev) {1118 log_assert(reuse->lru_prev->lru_next != reuse->lru_prev);1132 reuse->lru_next->lru_prev = reuse->lru_prev;1135 log_assert(!reuse->lru_prev || reuse->lru_prev->pending);[all …]
270 struct reuse_tcp* lru_next, *lru_prev; member
163 unit_assert(table->lru_start->lru_prev == NULL); in check_lru_table()168 if(p->lru_prev) { in check_lru_table()169 unit_assert(p->lru_prev->lru_next == p); in check_lru_table()172 unit_assert(p->lru_next->lru_prev == p); in check_lru_table()
289 unit_assert(table->lru_start->lru_prev == NULL); in check_table()294 if(p->lru_prev) { in check_table()295 unit_assert(p->lru_prev->lru_next == p); in check_table()298 unit_assert(p->lru_next->lru_prev == p); in check_table()
107 unit_assert(!outnet->tcp_reuse_first->lru_prev); in check_tree_and_list()114 unit_assert(next_reuse->lru_prev == reuse); in check_tree_and_list()
44 struct bfd *lru_prev, *lru_next;
40 struct bfd *lru_prev, *lru_next;