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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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;
244 next_bhp = alloc_bhp) {
279 if (next_bhp == NULL) {
284 next_bhp, alloc_bhp, vc, __bh);
H A Dmp_fget.c938 BH *next_bhp = SH_CHAIN_NEXT(bhp, vc, __bh); local
941 !F_ISSET(bhp, BH_DIRTY) || next_bhp == NULL);
946 (next_bhp == NULL || F_ISSET(next_bhp, BH_FROZEN) ||
947 (next_bhp->td_off != INVALID_ROFF &&
948 (BH_OWNER(env, next_bhp)->status != TXN_COMMITTED ||
949 !BH_VISIBLE(env, next_bhp, read_lsnp, vlsn))))));
H A Dmp_mvcc.c391 BH *next_bhp; local
574 if ((next_bhp = SH_CHAIN_NEXT(frozen_bhp, vc, __bh)) == NULL) {
575 if ((next_bhp = SH_CHAIN_PREV(frozen_bhp, vc, __bh)) != NULL)
577 next_bhp, hq, __bh);

Completed in 24 milliseconds