Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/forwarding/
H A Dip6gre_lib.sh443 local new1=$1; shift
447 ip link set dev g1a type ip6gre local $new1 remote $new2
448 __addr_add_del g1a add "$new1/128"
453 ip link set dev g2a type ip6gre local $new2 remote $new1
456 ip -6 route add vrf v$ol2 $new1/128 via 2001:db8:10::1
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
[all …]
/linux/tools/perf/util/
H A Dmaps.c784 struct map *new1, struct map *new2) in __maps__insert_sorted() argument
794 map__end(new1) <= map__start(maps_by_address[first_after_index])); in __maps__insert_sorted()
795 assert(!new2 || map__end(new1) <= map__start(new2)); in __maps__insert_sorted()
802 maps_by_address = realloc(maps_by_address, nr_allocate * sizeof(new1)); in __maps__insert_sorted()
808 maps_by_name = realloc(maps_by_name, nr_allocate * sizeof(new1)); in __maps__insert_sorted()
822 (nr_maps - first_after_index) * sizeof(new1)); in __maps__insert_sorted()
823 maps_by_address[first_after_index] = map__get(new1); in __maps__insert_sorted()
825 maps_by_name[nr_maps] = map__get(new1); in __maps__insert_sorted()
833 map__set_kmap_maps(new1, maps); in __maps__insert_sorted()
/linux/tools/testing/selftests/gpio/
H A Dgpio-aggregator.sh435 agg_set_line_name agg0 line1 new1
604 agg_set_line_name _sysfs.0 line1 new1
/linux/arch/x86/include/asm/
H A Dalternative.h297 : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
/linux/drivers/net/usb/
H A Dr8152.c6502 u16 orig, new1; in rtl8152_set_speed() local
6523 new1 = orig & ~(ADVERTISE_10HALF | ADVERTISE_10FULL | in rtl8152_set_speed()
6526 new1 |= ADVERTISE_10HALF; in rtl8152_set_speed()
6530 new1 |= ADVERTISE_10FULL; in rtl8152_set_speed()
6535 new1 |= ADVERTISE_100HALF; in rtl8152_set_speed()
6539 new1 |= ADVERTISE_100FULL; in rtl8152_set_speed()
6543 if (orig != new1) { in rtl8152_set_speed()
6544 r8152_mdio_write(tp, MII_ADVERTISE, new1); in rtl8152_set_speed()
6545 tp->mii.advertising = new1; in rtl8152_set_speed()
6550 new1 = orig & ~(ADVERTISE_1000FULL | in rtl8152_set_speed()
[all …]