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

/freebsd-10.0-release/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.h4609 struct bfd *lru_prev, *lru_next;
4602 struct bfd *lru_prev, *lru_next; member in struct:bfd
/freebsd-10.0-release/contrib/unbound/util/storage/
H A Dlruhash.c199 d->lru_prev->lru_next = NULL;
268 entry->lru_next = table->lru_start;
279 entry->lru_prev->lru_next = entry->lru_next;
280 else table->lru_start = entry->lru_next;
281 if(entry->lru_next)
282 entry->lru_next->lru_prev = entry->lru_prev;
H A Dlruhash.h214 struct lruhash_entry* lru_next; member in struct:lruhash_entry
/freebsd-10.0-release/contrib/unbound/daemon/
H A Dcachedump.c157 for(e=h->lru_start; e; e = e->lru_next) {
324 for(e=h->lru_start; e; e = e->lru_next) {
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4616 struct bfd *lru_prev, *lru_next;
4609 struct bfd *lru_prev, *lru_next; member in struct:bfd

Completed in 257 milliseconds