Searched refs:tabort (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_txn.c15 int tabort, ch, i, count; local
18 tabort = 0;
22 tabort = 1;
51 if (tabort)
76 count, tabort ? "abort" : "commit");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_txn.c15 int tabort, ch, i, count; local
18 tabort = 0;
23 tabort = 1;
52 if (tabort)
77 count, tabort ? "abort" : "commit");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dcassini.c2672 int entry, nr_frags, frag, tabort, tentry; local
2710 tabort = cas_calc_tabort(cp, (unsigned long) skb->data, len);
2711 if (unlikely(tabort)) {
2712 /* NOTE: len is always > tabort */
2713 cas_write_txd(cp, ring, entry, mapping, len - tabort,
2717 skb_copy_from_linear_data_offset(skb, len - tabort,
2718 tx_tiny_buf(cp, ring, entry), tabort);
2720 cas_write_txd(cp, ring, entry, mapping, tabort, ctrl,
2736 tabort = cas_calc_tabort(cp, fragp->page_offset, len);
2737 if (unlikely(tabort)) {
2748 tabort); local
[all...]

Completed in 63 milliseconds