Home
last modified time | relevance | path

Searched refs:new1 (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/net/forwarding/
A Dip6gre_lib.sh443 local new1=$1; shift
448 __addr_add_del g1a add "$new1/128"
463 local new1=2001:db8:3::10
467 topo_flat_remote_change $old1 $new1 $old2 $new2
473 local new1=2001:db8:3::1
477 topo_flat_remote_change $old1 $new1 $old2 $new2
483 local new1=$1; shift
488 __addr_add_del dummy1 add "$new1/64"
503 local new1=2001:db8:3::10
507 topo_hier_remote_change $old1 $new1 $old2 $new2
[all …]
/tools/perf/util/
A Dmaps.c752 struct map *new1, struct map *new2) in __maps__insert_sorted() argument
762 map__end(new1) <= map__start(maps_by_address[first_after_index])); in __maps__insert_sorted()
763 assert(!new2 || map__end(new1) <= map__start(new2)); in __maps__insert_sorted()
770 maps_by_address = realloc(maps_by_address, nr_allocate * sizeof(new1)); in __maps__insert_sorted()
776 maps_by_name = realloc(maps_by_name, nr_allocate * sizeof(new1)); in __maps__insert_sorted()
790 (nr_maps - first_after_index) * sizeof(new1)); in __maps__insert_sorted()
791 maps_by_address[first_after_index] = map__get(new1); in __maps__insert_sorted()
793 maps_by_name[nr_maps] = map__get(new1); in __maps__insert_sorted()
801 map__set_kmap_maps(new1, maps); in __maps__insert_sorted()
/tools/testing/selftests/gpio/
A Dgpio-aggregator.sh435 agg_set_line_name agg0 line1 new1
604 agg_set_line_name _sysfs.0 line1 new1

Completed in 9 milliseconds