Home
last modified time | relevance | path

Searched refs:new2 (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/tools/testing/selftests/net/forwarding/
Dip6gre_lib.sh445 local new2=$1; shift
447 ip link set dev g1a type ip6gre local $new1 remote $new2
450 ip -6 route add $new2/128 via 2001:db8:10::2
453 ip link set dev g2a type ip6gre local $new2 remote $new1
454 __addr_add_del g2a add "$new2/128"
465 local new2=2001:db8:3::20
467 topo_flat_remote_change $old1 $new1 $old2 $new2
475 local new2=2001:db8:3::2
477 topo_flat_remote_change $old1 $new1 $old2 $new2
485 local new2=$1; shift
[all …]
/linux-6.12.1/sound/pci/oxygen/
Dxonar_dg_mixer.c128 long new2 = val->value.integer.value[1]; in hp_stereo_volume_put() local
130 if ((new1 > 255) || (new1 < 0) || (new2 > 255) || (new2 < 0)) in hp_stereo_volume_put()
135 (data->cs4245_shadow[CS4245_DAC_B_CTRL] != ~new2)) { in hp_stereo_volume_put()
137 data->cs4245_shadow[CS4245_DAC_B_CTRL] = ~new2; in hp_stereo_volume_put()
/linux-6.12.1/tools/perf/util/
Dmaps.c739 struct map *new1, struct map *new2) in __maps__insert_sorted() argument
745 unsigned int to_add = new2 ? 2 : 1; in __maps__insert_sorted()
750 assert(!new2 || map__end(new1) <= map__start(new2)); in __maps__insert_sorted()
751 assert(first_after_index == nr_maps || !new2 || in __maps__insert_sorted()
752 map__end(new2) <= map__start(maps_by_address[first_after_index])); in __maps__insert_sorted()
781 if (new2) { in __maps__insert_sorted()
782 maps_by_address[first_after_index + 1] = map__get(new2); in __maps__insert_sorted()
784 maps_by_name[nr_maps + 1] = map__get(new2); in __maps__insert_sorted()
/linux-6.12.1/tools/net/sunrpc/xdrgen/
DREADME72 $ extract.sh < rfc0001.txt > new2.x
82 $ ./xdrgen definitions new2.x > include/linux/sunrpc/xdrgen/new2.h
83 $ ./xdrgen declarations new2.x > new2xdr_gen.h
87 $ ./xdrgen source new2.x > new2xdr_gen.c
/linux-6.12.1/drivers/edac/
Di7core_edac.c1536 const int new2) in i7core_rdimm_update_ce_count() argument
1544 add2 = new2 - pvt->rdimm_last_ce_count[chan][2]; in i7core_rdimm_update_ce_count()
1563 pvt->rdimm_last_ce_count[chan][2] = new2; in i7core_rdimm_update_ce_count()
1586 int i, new0, new1, new2; in i7core_rdimm_check_mc_ecc_err() local
1608 new2 = DIMM_BOT_COR_ERR(rcv[i][1]); in i7core_rdimm_check_mc_ecc_err()
1614 new2 = 0; 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
1643 new2 = DIMM2_COR_ERR(rcv1); in i7core_udimm_check_mc_ecc_err()
1652 add2 = new2 - pvt->udimm_last_ce_count[2]; in i7core_udimm_check_mc_ecc_err()
[all …]
/linux-6.12.1/arch/x86/include/asm/
Dalternative.h266 [new2] "i" (newfunc2), ## input)
/linux-6.12.1/arch/arm64/include/asm/
Datomic_lse.h301 : [new1] "r" (x2), [new2] "r" (x3), [ptr] "r" (x4), \