Searched refs:read_lsnp (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.c113 DB_LSN *read_lsnp, vlsn; local
138 read_lsnp = NULL;
170 read_lsnp = &td->read_lsn;
171 if (IS_MAX_LSN(*read_lsnp) &&
172 (ret = __log_current_lsn(env, read_lsnp,
254 if (read_lsnp != NULL) {
257 !BH_VISIBLE(env, bhp, read_lsnp, vlsn))
357 (!dirty && read_lsnp == NULL))) {
889 DB_ASSERT(env, read_lsnp != NULL || !SH_CHAIN_HASNEXT(bhp, vc));
1040 if (SH_CHAIN_HASNEXT(bhp, vc) && read_lsnp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/mp/
H A Dmp_fget.c113 DB_LSN *read_lsnp, vlsn; local
138 read_lsnp = NULL;
170 read_lsnp = &td->read_lsn;
171 if (IS_MAX_LSN(*read_lsnp) &&
172 (ret = __log_current_lsn(env, read_lsnp,
254 if (read_lsnp != NULL) {
257 !BH_VISIBLE(env, bhp, read_lsnp, vlsn))
357 (!dirty && read_lsnp == NULL))) {
889 DB_ASSERT(env, read_lsnp != NULL || !SH_CHAIN_HASNEXT(bhp, vc));
1040 if (SH_CHAIN_HASNEXT(bhp, vc) && read_lsnp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/mp/
H A Dmp_fget.c113 DB_LSN *read_lsnp, vlsn; local
138 read_lsnp = NULL;
170 read_lsnp = &td->read_lsn;
171 if (IS_MAX_LSN(*read_lsnp) &&
172 (ret = __log_current_lsn(env, read_lsnp,
254 if (read_lsnp != NULL) {
257 !BH_VISIBLE(env, bhp, read_lsnp, vlsn))
357 (!dirty && read_lsnp == NULL))) {
889 DB_ASSERT(env, read_lsnp != NULL || !SH_CHAIN_HASNEXT(bhp, vc));
1040 if (SH_CHAIN_HASNEXT(bhp, vc) && read_lsnp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc/
H A Dmp.h572 #define BH_VISIBLE(env, bhp, read_lsnp, vlsn) \
576 LOG_COMPARE((read_lsnp), &(vlsn)) >= 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc/
H A Dmp.h572 #define BH_VISIBLE(env, bhp, read_lsnp, vlsn) \
576 LOG_COMPARE((read_lsnp), &(vlsn)) >= 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc/
H A Dmp.h572 #define BH_VISIBLE(env, bhp, read_lsnp, vlsn) \
576 LOG_COMPARE((read_lsnp), &(vlsn)) >= 0))

Completed in 179 milliseconds