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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_stat.c95 stats->st_disk_file = lp->s_lsn.file;
96 stats->st_disk_offset = lp->s_lsn.offset;
287 STAT_LSN("last sync LSN", &lp->s_lsn);
H A Dlog_put.c607 lp->s_lsn = lp->lsn;
830 * See if we need to wait. s_lsn is not locked so some care is needed.
832 * greater than the s_lsn.file. If the file we want is in the past
838 (((lp)->s_lsn.file > (lsnp)->file) || \
839 ((lp)->s_lsn.file == (lsnp)->file && \
840 (lp)->s_lsn.offset > (lsnp)->offset))
894 lp->s_lsn = lp->lsn;
988 * Note, the last-sync LSN saved in s_lsn is the LSN of the first byte
992 if (flush_lsn.file < lp->s_lsn.file ||
993 (flush_lsn.file == lp->s_lsn
[all...]
H A Dlog_archive.c304 if (stable_lsn->file < lp->s_lsn.file ||
305 (stable_lsn->file == lp->s_lsn.file &&
306 stable_lsn->offset < lp->s_lsn.offset)) {
H A Dlog.c328 lp->lsn.file = lp->s_lsn.file = cnt + 1;
329 lp->lsn.offset = lp->s_lsn.offset = 0;
382 lp->s_lsn = lsn;
384 lp->s_lsn.offset += logc->len;
1061 if (LOG_COMPARE(&lp->s_lsn, lsn) > 0)
1062 lp->s_lsn = lp->lsn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_qp.c360 qp->s_lsn = 0;
1042 qp->s_lsn = (u32) -1;
1043 else if (qp->s_lsn != (u32) -1) {
1046 if (ipath_cmp24(credit, qp->s_lsn) > 0)
1047 qp->s_lsn = credit;
1052 (qp->s_lsn == (u32) -1 ||
1054 qp->s_lsn + 1) <= 0))
H A Dipath_rc.c285 if (qp->s_lsn != (u32) -1 &&
286 ipath_cmp24(wqe->ssn, qp->s_lsn + 1) > 0)
311 if (newreq && qp->s_lsn != (u32) -1)
312 qp->s_lsn++;
316 if (qp->s_lsn != (u32) -1 &&
317 ipath_cmp24(wqe->ssn, qp->s_lsn + 1) > 0)
360 if (qp->s_lsn != (u32) -1)
361 qp->s_lsn++;
396 if (qp->s_lsn != (u32) -1)
397 qp->s_lsn
[all...]
H A Dipath_verbs.h404 u32 s_lsn; /* limit sequence number (credit) */ member in struct:ipath_qp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_bh.c378 LOG_COMPARE(&lp->s_lsn, &LSN(bhp->buf)) <= 0) {
381 LOG_COMPARE(&lp->s_lsn, &LSN(bhp->buf)) > 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h235 * The s_lsn LSN is the last LSN that we know is on disk, not just
241 DB_LSN s_lsn; /* LSN of the last sync. */ member in struct:__log
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c692 DB_LSN s_lsn; local
695 env, &s_lsn, NULL, NULL) == 0);
697 &td->visible_lsn, &s_lsn) <= 0);
698 COMPQUIET(s_lsn.file, 0);

Completed in 151 milliseconds