Searched refs:end_b (Results 1 – 3 of 3) sorted by relevance
56 ble $18,end_b # U : zero length requested?207 beq $18,end_b # U : All done?227 end_b: label
1448 char *end_a, *end_b; in is_same_uncore_block() local1451 end_b = strrchr(pmu_name_b, '_'); in is_same_uncore_block()1453 if (!end_a || !end_b) in is_same_uncore_block()1456 if ((end_a - pmu_name_a) != (end_b - pmu_name_b)) in is_same_uncore_block()
998 u32 end_b = get_unaligned_be32(&sack_tmp->end_seq); in cake_tcph_sack_compare() local1002 bytes_b += end_b - start_b; in cake_tcph_sack_compare()1004 if (!after(start_b, start_a) && !before(end_b, end_a)) { in cake_tcph_sack_compare()