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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fget.c113 DB_LSN *read_lsnp, vlsn; local
138 read_lsnp = NULL;
171 read_lsnp = &td->read_lsn;
172 if (IS_MAX_LSN(*read_lsnp) &&
173 (ret = __log_current_lsn(env, read_lsnp,
251 if (mvcc && !edit && read_lsnp != NULL) {
254 !BH_VISIBLE(env, bhp, read_lsnp, vlsn))
943 DB_ASSERT(env, !mvcc || edit || read_lsnp == NULL ||
945 (BH_VISIBLE(env, bhp, read_lsnp, vlsn) &&
949 !BH_VISIBLE(env, next_bhp, read_lsnp, vls
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dmp.h569 #define BH_VISIBLE(env, bhp, read_lsnp, vlsn) \
573 LOG_COMPARE((read_lsnp), &(vlsn)) >= 0))

Completed in 85 milliseconds