Home
last modified time | relevance | path

Searched refs:lru_next (Results 1 – 25 of 189) sorted by relevance

12345678

/netbsd/external/bsd/unbound/dist/testcode/
H A Dunittcpreuse.c109 unit_assert(reuse->lru_next); in check_tree_and_list()
110 unit_assert(reuse->lru_next != reuse); in check_tree_and_list()
111 next_reuse = reuse->lru_next; in check_tree_and_list()
115 unit_assert(!reuse->lru_next); in check_tree_and_list()
165 for(i=0; i<position; i++) reuse = reuse->lru_next; in check_removal()
211 for(reuse = outnet.tcp_reuse_first; reuse->lru_next; reuse = reuse->lru_next); in tcp_reuse_tree_list_test()
H A Dunitslabhash.c165 unit_assert(table->lru_end->lru_next == NULL); in check_lru_table()
169 unit_assert(p->lru_prev->lru_next == p); in check_lru_table()
171 if(p->lru_next) { in check_lru_table()
172 unit_assert(p->lru_next->lru_prev == p); in check_lru_table()
175 p = p->lru_next; in check_lru_table()
H A Dunitlruhash.c291 unit_assert(table->lru_end->lru_next == NULL); in check_table()
295 unit_assert(p->lru_prev->lru_next == p); in check_table()
297 if(p->lru_next) { in check_table()
298 unit_assert(p->lru_next->lru_prev == p); in check_table()
301 p = p->lru_next; in check_table()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dcache.c133 abfd->lru_next = abfd; in insert()
138 abfd->lru_next = bfd_last_cache; in insert()
140 abfd->lru_prev->lru_next = abfd; in insert()
141 abfd->lru_next->lru_prev = abfd; in insert()
151 abfd->lru_prev->lru_next = abfd->lru_next; in snip()
152 abfd->lru_next->lru_prev = abfd->lru_prev; in snip()
155 bfd_last_cache = abfd->lru_next; in snip()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dcache.c133 abfd->lru_next = abfd; in insert()
138 abfd->lru_next = bfd_last_cache; in insert()
140 abfd->lru_prev->lru_next = abfd; in insert()
141 abfd->lru_next->lru_prev = abfd; in insert()
151 abfd->lru_prev->lru_next = abfd->lru_next; in snip()
152 abfd->lru_next->lru_prev = abfd->lru_prev; in snip()
155 bfd_last_cache = abfd->lru_next; in snip()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dcache.c133 abfd->lru_next = abfd; in insert()
138 abfd->lru_next = bfd_last_cache; in insert()
140 abfd->lru_prev->lru_next = abfd; in insert()
141 abfd->lru_next->lru_prev = abfd; in insert()
151 abfd->lru_prev->lru_next = abfd->lru_next; in snip()
152 abfd->lru_next->lru_prev = abfd->lru_prev; in snip()
155 bfd_last_cache = abfd->lru_next; in snip()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dcache.c133 abfd->lru_next = abfd; in insert()
138 abfd->lru_next = bfd_last_cache; in insert()
140 abfd->lru_prev->lru_next = abfd; in insert()
141 abfd->lru_next->lru_prev = abfd; in insert()
151 abfd->lru_prev->lru_next = abfd->lru_next; in snip()
152 abfd->lru_next->lru_prev = abfd->lru_prev; in snip()
155 bfd_last_cache = abfd->lru_next; in snip()
/netbsd/external/bsd/unbound/dist/util/storage/
H A Dlruhash.c200 d->lru_prev->lru_next = NULL; in reclaim_space()
269 entry->lru_next = table->lru_start; in lru_front()
280 entry->lru_prev->lru_next = entry->lru_next; in lru_remove()
281 else table->lru_start = entry->lru_next; in lru_remove()
282 if(entry->lru_next) in lru_remove()
283 entry->lru_next->lru_prev = entry->lru_prev; in lru_remove()
561 entry->lru_next = NULL; in lru_demote()
570 table->lru_end->lru_next = entry; in lru_demote()
H A Dlruhash.h214 struct lruhash_entry* lru_next; member
/netbsd/external/bsd/unbound/dist/services/
H A Doutside_network.c504 pend_tcp->reuse.lru_next = NULL;
765 reuse->lru_prev->lru_next = reuse->lru_next;
767 if(reuse->lru_next)
770 log_assert(!reuse->lru_next || reuse->lru_next->lru_prev != reuse->lru_next);
800 reuse->lru_prev->lru_next = NULL;
808 reuse->lru_next = NULL;
1052 reuse->lru_prev->lru_next = reuse->lru_next;
1055 log_assert(!reuse->lru_next || reuse->lru_next->pending);
1063 if(reuse->lru_next) {
1068 log_assert(reuse->lru_next->lru_prev != reuse->lru_next);
[all …]
H A Doutside_network.h270 struct reuse_tcp* lru_next, *lru_prev; member
/netbsd/external/bsd/unbound/dist/daemon/
H A Dcachedump.c109 for(e=h->lru_start; e; e = e->lru_next) { in dump_rrset_lruhash()
259 for(e=h->lru_start; e; e = e->lru_next) { in dump_msg_lruhash()
/netbsd/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i282 struct lruhash_entry* lru_next;
/netbsd/external/gpl3/binutils.old/dist/bfd/doc/
H A Dbfdt.texi50 struct bfd *lru_prev, *lru_next;
/netbsd/external/gpl3/binutils/dist/bfd/doc/
H A Dbfdt.texi50 struct bfd *lru_prev, *lru_next;
/netbsd/external/gpl3/gdb/lib/libbfd/arch/aarch64eb/
H A Dbfd-in3.h6517 struct bfd *lru_prev, *lru_next; member
/netbsd/external/gpl3/gdb/lib/libbfd/arch/alpha/
H A Dbfd-in3.h6517 struct bfd *lru_prev, *lru_next; member
/netbsd/external/gpl3/gdb/lib/libbfd/arch/coldfire/
H A Dbfd-in3.h6590 struct bfd *lru_prev, *lru_next; member
H A Dbfd.h6590 struct bfd *lru_prev, *lru_next; member
/netbsd/external/gpl3/gdb/lib/libbfd/arch/hppa/
H A Dbfd-in3.h6517 struct bfd *lru_prev, *lru_next; member
/netbsd/external/gpl3/gdb/lib/libbfd/arch/mipsel/
H A Dbfd-in3.h6517 struct bfd *lru_prev, *lru_next; member
/netbsd/external/gpl3/gdb/lib/libbfd/arch/mipsn64el/
H A Dbfd-in3.h6517 struct bfd *lru_prev, *lru_next; member
/netbsd/external/gpl3/gdb/lib/libbfd/arch/sh3el/
H A Dbfd-in3.h6517 struct bfd *lru_prev, *lru_next; member
/netbsd/external/gpl3/gdb/lib/libbfd/arch/sparc64/
H A Dbfd.h6517 struct bfd *lru_prev, *lru_next; member
/netbsd/external/gpl3/gdb/lib/libbfd/arch/vax/
H A Dbfd-in3.h6517 struct bfd *lru_prev, *lru_next; member

12345678