Searched refs:seq2 (Results 1 – 6 of 6) sorted by relevance
465 int seq1, seq2; in creation() local489 seq2 = atoi(p2); in creation()490 return (seq1 - seq2); in creation()503 int seq1, seq2; in execution() local526 seq2 = atoi(p2); in execution()527 return (seq1 - seq2); in execution()
731 u_32_t seq1, seq2; local761 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];762 if (seq1 > seq2) {763 seq2 = aps->aps_seqoff[sel];764 seq1 += seq2;795 seq2 = aps->aps_ackoff[sel];796 tcp->th_ack = htonl(seq1 - seq2);813 seq2 = aps->aps_ackmin[sel] - aps->aps_ackoff[sel];814 if (seq1 > seq2) {815 seq2 = aps->aps_ackoff[sel];[all …]
75 add_seq(seq1, seq2) in add_seq() argument76 struct Sequence *seq1, *seq2; in add_seq()78 if (seq1->cost >= __MOVE_INFINITY || seq2->cost >= __MOVE_INFINITY)81 int* vptr = seq2->vec;82 while (vptr != seq2->end)84 seq1->cost += seq2->cost;
79 add_seq(struct Sequence *seq1, struct Sequence *seq2) in add_seq() argument81 if (seq1->cost >= __MOVE_INFINITY || seq2->cost >= __MOVE_INFINITY) in add_seq()84 int *vptr = seq2->vec; in add_seq()85 while (vptr != seq2->end) in add_seq()87 seq1->cost += seq2->cost; in add_seq()
1423 unsigned int seq2 = 0; in vdev_uberblock_compare() local1429 seq2 = MMP_SEQ(ub2); in vdev_uberblock_compare()1431 return (TREE_CMP(seq1, seq2)); in vdev_uberblock_compare()
1577 unsigned int seq2 = 0; in vdev_uberblock_compare() local1591 seq2 = MMP_SEQ(ub2); in vdev_uberblock_compare()1593 return (AVL_CMP(seq1, seq2)); in vdev_uberblock_compare()