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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Didl.c33 if ( (e) == (bdb)->bi_idl_lru_head ) { \
34 if ( (e)->idl_lru_next == (bdb)->bi_idl_lru_head ) { \
35 (bdb)->bi_idl_lru_head = NULL; \
37 (bdb)->bi_idl_lru_head = (e)->idl_lru_next; \
42 assert( (bdb)->bi_idl_lru_head == NULL ); \
366 if ( bdb->bi_idl_lru_head ) {
368 assert( bdb->bi_idl_lru_head->idl_lru_prev != NULL );
369 assert( bdb->bi_idl_lru_head->idl_lru_next != NULL );
371 ee->idl_lru_next = bdb->bi_idl_lru_head;
372 ee->idl_lru_prev = bdb->bi_idl_lru_head
[all...]
H A Dback-bdb.h212 bdb_idl_cache_entry_t *bi_idl_lru_head; member in struct:bdb_info
H A Dinit.c634 entry = bdb->bi_idl_lru_head;
642 } while ( entry != bdb->bi_idl_lru_head );
643 bdb->bi_idl_lru_head = bdb->bi_idl_lru_tail = NULL;

Completed in 78 milliseconds