Searched refs:lru_prev (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcache.c86 abfd->lru_prev = abfd;
91 abfd->lru_prev = bfd_last_cache->lru_prev;
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;
148 for (kill = bfd_last_cache->lru_prev;
150 kill = kill->lru_prev)
[all...]
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.c198 log_assert(d && d->lru_prev);
199 table->lru_end = d->lru_prev;
200 d->lru_prev->lru_next = NULL;
268 entry->lru_prev = NULL;
272 else table->lru_start->lru_prev = entry;
279 if(entry->lru_prev)
280 entry->lru_prev->lru_next = entry->lru_next;
283 entry->lru_next->lru_prev = entry->lru_prev;
284 else table->lru_end = entry->lru_prev;
[all...]
H A Dlruhash.h216 struct lruhash_entry* lru_prev; member in struct:lruhash_entry
/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.c445 pend_tcp->reuse.lru_prev = NULL;
448 outnet->tcp_reuse_first->lru_prev = &pend_tcp->reuse;
699 if(!reuse->lru_prev)
703 reuse->lru_prev->lru_next = reuse->lru_next;
705 reuse->lru_next->lru_prev = reuse->lru_prev;
706 else outnet->tcp_reuse_last = reuse->lru_prev;
708 reuse->lru_prev = NULL;
872 if(reuse->lru_prev) {
875 log_assert(reuse->lru_prev
[all...]
H A Doutside_network.h259 struct reuse_tcp* lru_next, *lru_prev; member in struct:reuse_tcp
/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 205 milliseconds