Searched refs:idl_lru_next (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Didl.c34 if ( (e)->idl_lru_next == (bdb)->bi_idl_lru_head ) { \
37 (bdb)->bi_idl_lru_head = (e)->idl_lru_next; \
48 (e)->idl_lru_next->idl_lru_prev = (e)->idl_lru_prev; \
49 (e)->idl_lru_prev->idl_lru_next = (e)->idl_lru_next; \
351 ee->idl_lru_next = NULL;
369 assert( bdb->bi_idl_lru_head->idl_lru_next != NULL );
371 ee->idl_lru_next = bdb->bi_idl_lru_head;
373 bdb->bi_idl_lru_head->idl_lru_prev->idl_lru_next = ee;
376 ee->idl_lru_next
[all...]
H A Dback-bdb.h73 struct bdb_idl_cache_entry_s* idl_lru_next; member in struct:bdb_idl_cache_entry_s
H A Dinit.c636 next_entry = entry->idl_lru_next;

Completed in 123 milliseconds