Lines Matching refs:start
50 return range->end - range->start; in range_n_bytes()
56 int start = full ? 0 : mask->range.start; in ovs_flow_mask_key() local
58 const long *m = (const long *)((const u8 *)&mask->key + start); in ovs_flow_mask_key()
59 const long *s = (const long *)((const u8 *)src + start); in ovs_flow_mask_key()
60 long *d = (long *)((u8 *)dst + start); in ovs_flow_mask_key()
203 unsigned int start; in tbl_mask_array_reset_counters() local
208 start = u64_stats_fetch_begin_irq(&stats->syncp); in tbl_mask_array_reset_counters()
210 } while (u64_stats_fetch_retry_irq(&stats->syncp, start)); in tbl_mask_array_reset_counters()
650 const u32 *hash_key = (const u32 *)((const u8 *)key + range->start); in flow_hash()
686 return cmp_key(&flow->key, key, range->start, range->end); in flow_cmp_masked_key()
981 const u8 *a_ = (const u8 *)&a->key + a->range.start; in mask_equal()
982 const u8 *b_ = (const u8 *)&b->key + b->range.start; in mask_equal()
985 && (a->range.start == b->range.start) in mask_equal()
1134 unsigned int start; in ovs_flow_masks_rebalance() local
1139 start = u64_stats_fetch_begin_irq(&stats->syncp); in ovs_flow_masks_rebalance()
1142 start)); in ovs_flow_masks_rebalance()