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

/macosx-10.9.5/BerkeleyDB-21/db/mp/
H A Dmp_resize.c118 BH *alloc_bhp, *bhp, *current_bhp, *new_bhp, *next_bhp; local
241 for (current_bhp = bhp, next_bhp = NULL;
242 current_bhp != NULL;
243 current_bhp = SH_CHAIN_PREV(current_bhp, vc, __bh),
249 alloc_bhp->ref = current_bhp->ref;
250 alloc_bhp->ref_sync = current_bhp->ref_sync;
251 alloc_bhp->priority = current_bhp->priority;
252 alloc_bhp->pgno = current_bhp->pgno;
253 alloc_bhp->mf_offset = current_bhp
[all...]

Completed in 122 milliseconds