Searched refs:new1 (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | ip6gre_lib.sh | 443 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 D | maps.c | 784 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/drivers/edac/ |
| H A D | i7core_edac.c | 1533 const int new1, in i7core_rdimm_update_ce_count() argument 1543 add1 = new1 - pvt->rdimm_last_ce_count[chan][1]; in i7core_rdimm_update_ce_count() 1562 pvt->rdimm_last_ce_count[chan][1] = new1; in i7core_rdimm_update_ce_count() 1584 int i, new0, new1, new2; in i7core_rdimm_check_mc_ecc_err() local 1605 new1 = DIMM_TOP_COR_ERR(rcv[i][0]); in i7core_rdimm_check_mc_ecc_err() 1610 new1 = DIMM_TOP_COR_ERR(rcv[i][1]) + in i7core_rdimm_check_mc_ecc_err() 1615 i7core_rdimm_update_ce_count(mci, i, new0, new1, new2); in i7core_rdimm_check_mc_ecc_err() 1629 int new0, new1, new2; in i7core_udimm_check_mc_ecc_err() local 1642 new1 = DIMM1_COR_ERR(rcv0); in i7core_udimm_check_mc_ecc_err() 1651 add1 = new1 - pvt->udimm_last_ce_count[1]; in i7core_udimm_check_mc_ecc_err() [all …]
|
| /linux/tools/testing/selftests/gpio/ |
| H A D | gpio-aggregator.sh | 435 agg_set_line_name agg0 line1 new1 604 agg_set_line_name _sysfs.0 line1 new1
|
| /linux/arch/x86/include/asm/ |
| H A D | alternative.h | 297 : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
|
| /linux/drivers/net/usb/ |
| H A D | r8152.c | 6288 u16 orig, new1; in rtl8152_set_speed() local 6305 new1 = orig & ~(ADVERTISE_10HALF | ADVERTISE_10FULL | in rtl8152_set_speed() 6308 new1 |= ADVERTISE_10HALF; in rtl8152_set_speed() 6312 new1 |= ADVERTISE_10FULL; in rtl8152_set_speed() 6317 new1 |= ADVERTISE_100HALF; in rtl8152_set_speed() 6321 new1 |= ADVERTISE_100FULL; in rtl8152_set_speed() 6325 if (orig != new1) { in rtl8152_set_speed() 6326 r8152_mdio_write(tp, MII_ADVERTISE, new1); in rtl8152_set_speed() 6327 tp->mii.advertising = new1; in rtl8152_set_speed() 6332 new1 = orig & ~(ADVERTISE_1000FULL | in rtl8152_set_speed() [all …]
|