Home
last modified time | relevance | path

Searched refs:new1 (Results 1 – 6 of 6) 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.c751 struct map *new1, struct map *new2) in __maps__insert_sorted() argument
761 map__end(new1) <= map__start(maps_by_address[first_after_index])); in __maps__insert_sorted()
762 assert(!new2 || map__end(new1) <= map__start(new2)); in __maps__insert_sorted()
769 maps_by_address = realloc(maps_by_address, nr_allocate * sizeof(new1)); in __maps__insert_sorted()
775 maps_by_name = realloc(maps_by_name, nr_allocate * sizeof(new1)); in __maps__insert_sorted()
789 (nr_maps - first_after_index) * sizeof(new1)); in __maps__insert_sorted()
790 maps_by_address[first_after_index] = map__get(new1); in __maps__insert_sorted()
792 maps_by_name[nr_maps] = map__get(new1); in __maps__insert_sorted()
800 map__set_kmap_maps(new1, maps); in __maps__insert_sorted()
/linux/drivers/edac/
H A Di7core_edac.c1535 const int new1, in i7core_rdimm_update_ce_count() argument
1545 add1 = new1 - pvt->rdimm_last_ce_count[chan][1]; in i7core_rdimm_update_ce_count()
1564 pvt->rdimm_last_ce_count[chan][1] = new1; in i7core_rdimm_update_ce_count()
1586 int i, new0, new1, new2; in i7core_rdimm_check_mc_ecc_err() local
1607 new1 = DIMM_TOP_COR_ERR(rcv[i][0]); in i7core_rdimm_check_mc_ecc_err()
1612 new1 = DIMM_TOP_COR_ERR(rcv[i][1]) + in i7core_rdimm_check_mc_ecc_err()
1617 i7core_rdimm_update_ce_count(mci, i, new0, new1, new2); in i7core_rdimm_check_mc_ecc_err()
1631 int new0, new1, new2; in i7core_udimm_check_mc_ecc_err() local
1644 new1 = DIMM1_COR_ERR(rcv0); in i7core_udimm_check_mc_ecc_err()
1653 add1 = new1 - pvt->udimm_last_ce_count[1]; in i7core_udimm_check_mc_ecc_err()
[all …]
/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.c6292 u16 orig, new1; in rtl8152_set_speed() local
6309 new1 = orig & ~(ADVERTISE_10HALF | ADVERTISE_10FULL | in rtl8152_set_speed()
6312 new1 |= ADVERTISE_10HALF; in rtl8152_set_speed()
6316 new1 |= ADVERTISE_10FULL; in rtl8152_set_speed()
6321 new1 |= ADVERTISE_100HALF; in rtl8152_set_speed()
6325 new1 |= ADVERTISE_100FULL; in rtl8152_set_speed()
6329 if (orig != new1) { in rtl8152_set_speed()
6330 r8152_mdio_write(tp, MII_ADVERTISE, new1); in rtl8152_set_speed()
6331 tp->mii.advertising = new1; in rtl8152_set_speed()
6336 new1 = orig & ~(ADVERTISE_1000FULL | in rtl8152_set_speed()
[all …]