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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/mp/
H A Dmp_fget.c111 BH *alloc_bhp, *bhp, *oldest_bhp; local
137 alloc_bhp = bhp = oldest_bhp = NULL;
496 oldest_bhp = SH_CHAIN_PREVP(bhp, vc, __bh);
497 while (SH_CHAIN_HASPREV(oldest_bhp, vc))
498 oldest_bhp = SH_CHAIN_PREVP(
499 oldest_bhp, vc, __bh);
501 if (BH_REFCOUNT(oldest_bhp) == 0 &&
503 oldest_bhp, hp->old_reader, vlsn) &&
509 oldest_bhp, hp->old_reader, vlsn) &&
510 BH_REFCOUNT(oldest_bhp)
[all...]
H A Dmp_alloc.c31 BH *bhp, *current_bhp, *mvcc_bhp, *oldest_bhp; local
284 for (mvcc_bhp = oldest_bhp = current_bhp;
286 oldest_bhp = mvcc_bhp,
303 * oldest_bhp is the last buffer on the MVCC chain, and
311 retry_obsolete: if (BH_OBSOLETE(oldest_bhp, hp->old_reader, vlsn)) {
315 bhp = oldest_bhp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/mp/
H A Dmp_fget.c111 BH *alloc_bhp, *bhp, *oldest_bhp; local
137 alloc_bhp = bhp = oldest_bhp = NULL;
496 oldest_bhp = SH_CHAIN_PREVP(bhp, vc, __bh);
497 while (SH_CHAIN_HASPREV(oldest_bhp, vc))
498 oldest_bhp = SH_CHAIN_PREVP(
499 oldest_bhp, vc, __bh);
501 if (BH_REFCOUNT(oldest_bhp) == 0 &&
503 oldest_bhp, hp->old_reader, vlsn) &&
509 oldest_bhp, hp->old_reader, vlsn) &&
510 BH_REFCOUNT(oldest_bhp)
[all...]
H A Dmp_alloc.c31 BH *bhp, *current_bhp, *mvcc_bhp, *oldest_bhp; local
284 for (mvcc_bhp = oldest_bhp = current_bhp;
286 oldest_bhp = mvcc_bhp,
303 * oldest_bhp is the last buffer on the MVCC chain, and
311 retry_obsolete: if (BH_OBSOLETE(oldest_bhp, hp->old_reader, vlsn)) {
315 bhp = oldest_bhp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/mp/
H A Dmp_fget.c111 BH *alloc_bhp, *bhp, *oldest_bhp; local
137 alloc_bhp = bhp = oldest_bhp = NULL;
496 oldest_bhp = SH_CHAIN_PREVP(bhp, vc, __bh);
497 while (SH_CHAIN_HASPREV(oldest_bhp, vc))
498 oldest_bhp = SH_CHAIN_PREVP(
499 oldest_bhp, vc, __bh);
501 if (BH_REFCOUNT(oldest_bhp) == 0 &&
503 oldest_bhp, hp->old_reader, vlsn) &&
509 oldest_bhp, hp->old_reader, vlsn) &&
510 BH_REFCOUNT(oldest_bhp)
[all...]
H A Dmp_alloc.c31 BH *bhp, *current_bhp, *mvcc_bhp, *oldest_bhp; local
284 for (mvcc_bhp = oldest_bhp = current_bhp;
286 oldest_bhp = mvcc_bhp,
303 * oldest_bhp is the last buffer on the MVCC chain, and
311 retry_obsolete: if (BH_OBSOLETE(oldest_bhp, hp->old_reader, vlsn)) {
315 bhp = oldest_bhp;

Completed in 71 milliseconds