Searched refs:ranges (Results 1 – 3 of 3) sorted by relevance
290 const struct ethtool_rmon_hist_range *ranges) in stats_put_rmon_hist() argument295 if (!ranges) in stats_put_rmon_hist()299 if (!ranges[i].low && !ranges[i].high) in stats_put_rmon_hist()309 ranges[i].low) || in stats_put_rmon_hist()311 ranges[i].high) || in stats_put_rmon_hist()
84 struct rb_root ranges; member111 for (sr = service_range_match_first((sc)->ranges.rb_node, \ in RB_DECLARE_CALLBACKS_MAX()272 service->ranges = RB_ROOT; in tipc_service_create()304 n = &sc->ranges.rb_node; in tipc_service_create_range()326 rb_insert_augmented(&sr->tree_node, &sc->ranges, &sr_callbacks); in tipc_service_create_range()528 rb_erase_augmented(&sr->tree_node, &sc->ranges, &sr_callbacks); in tipc_nametbl_remove_publ()533 if (RB_EMPTY_ROOT(&sc->ranges) && list_empty(&sc->subscriptions)) { in tipc_nametbl_remove_publ()647 sr = service_range_match_first(sc->ranges.rb_node, inst, inst); in tipc_nametbl_lookup_group()744 for (n = rb_first(&sc->ranges); n; n = rb_next(n)) { in tipc_nametbl_build_group()876 if (RB_EMPTY_ROOT(&sc->ranges) && list_empty(&sc->subscriptions)) { in tipc_nametbl_unsubscribe()[all …]
1663 test whether the results are in any of a set of specified ranges.