Searched refs:lru_next (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcache.c85 abfd->lru_next = abfd;
90 abfd->lru_next = bfd_last_cache;
92 abfd->lru_prev->lru_next = abfd;
93 abfd->lru_next->lru_prev = abfd;
103 abfd->lru_prev->lru_next = abfd->lru_next;
104 abfd->lru_next->lru_prev = abfd->lru_prev;
107 bfd_last_cache = abfd->lru_next;
H A Dbfd-in2.h4614 struct bfd *lru_prev, *lru_next;
4607 struct bfd *lru_prev, *lru_next; member in struct:bfd
/freebsd-11-stable/contrib/unbound/util/storage/
H A Dlruhash.c200 d->lru_prev->lru_next = NULL;
269 entry->lru_next = table->lru_start;
280 entry->lru_prev->lru_next = entry->lru_next;
281 else table->lru_start = entry->lru_next;
282 if(entry->lru_next)
283 entry->lru_next->lru_prev = entry->lru_prev;
561 entry->lru_next = NULL;
570 table->lru_end->lru_next = entry;
H A Dlruhash.h214 struct lruhash_entry* lru_next; member in struct:lruhash_entry
/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.c447 pend_tcp->reuse.lru_next = outnet->tcp_reuse_first;
450 pend_tcp->reuse.lru_next = NULL;
703 reuse->lru_prev->lru_next = reuse->lru_next;
704 if(reuse->lru_next)
705 reuse->lru_next->lru_prev = reuse->lru_prev;
709 reuse->lru_next = outnet->tcp_reuse_first;
711 * lru_next is thus not NULL and thus reuse is now not the last in
876 reuse->lru_prev->lru_next = reuse->lru_next;
[all...]
H A Doutside_network.h259 struct reuse_tcp* lru_next, *lru_prev; member in struct:reuse_tcp
/freebsd-11-stable/contrib/unbound/daemon/
H A Dcachedump.c107 for(e=h->lru_start; e; e = e->lru_next) {
257 for(e=h->lru_start; e; e = e->lru_next) {
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4621 struct bfd *lru_prev, *lru_next;
4614 struct bfd *lru_prev, *lru_next; member in struct:bfd

Completed in 361 milliseconds