Searched refs:next_e (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/txn/
H A Dtxn_util.c129 TXN_EVENT *e, *next_e; local
131 for (e = TAILQ_FIRST(&txn->events); e != NULL; e = next_e) {
132 next_e = TAILQ_NEXT(e, links);
196 TXN_EVENT *e, *next_e; local
198 for (e = TAILQ_FIRST(&txn->events); e != NULL; e = next_e) {
199 next_e = TAILQ_NEXT(e, links);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dsuper.c1463 long next_s = 0, next_e = 0; local
1501 next_e = le32_to_cpu(
1503 next_e = next_e >> sb->s_blocksize_bits;
1504 next_e += next_s;
1535 if (next_e) {
1537 lastblock = next_e;
1538 next_s = next_e = 0;

Completed in 86 milliseconds