Searched refs:start_b (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_tc_mqprio.c | 15 u32 start_a, start_b, end_a, end_b; in cxgb4_mqprio_validate() local 54 start_b = mqprio->qopt.offset[j]; in cxgb4_mqprio_validate() 55 end_b = start_b + mqprio->qopt.count[j] - 1; in cxgb4_mqprio_validate() 68 if (max_t(u32, start_a, start_b) <= in cxgb4_mqprio_validate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | topology_correction.hpp | 1034 point_ptr<T> start_b = back->next; in find_start_and_end_of_collinear_edges() local 1035 while (!same_ring && *start_b == *start_b->next && start_b != pt_b) { in find_start_and_end_of_collinear_edges() 1036 start_b = start_b->next; in find_start_and_end_of_collinear_edges() 1042 return { start_a, end_a, start_b, end_b }; in find_start_and_end_of_collinear_edges()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_cake.c | 1035 u32 start_b = get_unaligned_be32(&sack_tmp->start_seq); in cake_tcph_sack_compare() local 1040 bytes_b += end_b - start_b; in cake_tcph_sack_compare() 1042 if (!after(start_b, start_a) && !before(end_b, end_a)) { in cake_tcph_sack_compare()
|