Searched refs:new2 (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | ip6gre_lib.sh | 445 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/tools/perf/util/ |
| H A D | maps.c | 751 struct map *new1, struct map *new2) in __maps__insert_sorted() argument 757 unsigned int to_add = new2 ? 2 : 1; in __maps__insert_sorted() 762 assert(!new2 || map__end(new1) <= map__start(new2)); in __maps__insert_sorted() 763 assert(first_after_index == nr_maps || !new2 || in __maps__insert_sorted() 764 map__end(new2) <= map__start(maps_by_address[first_after_index])); in __maps__insert_sorted() 793 if (new2) { in __maps__insert_sorted() 794 maps_by_address[first_after_index + 1] = map__get(new2); in __maps__insert_sorted() 796 maps_by_name[nr_maps + 1] = map__get(new2); in __maps__insert_sorted() 801 map__set_kmap_maps(new2, maps); in __maps__insert_sorted()
|
| /linux/rust/syn/ |
| H A D | error.rs | 339 pub(crate) fn new2<T: Display>(start: Span, end: Span, message: T) -> Error { in new2() function 340 return new2(start, end, message.to_string()); in new2() 342 fn new2(start: Span, end: Span, message: String) -> Error { in new2() function
|
| H A D | attr.rs | 249 Meta::Path(path) => Err(crate::error::new2( in parse_args_with() 537 Meta::Path(path) => Err(crate::error::new2( in require_list() 555 Meta::Path(path) => Err(crate::error::new2( in require_name_value()
|
| H A D | meta.rs | 383 crate::error::new2(start_span, end_span, msg) in error()
|
| H A D | buffer.rs | 68 Self::new2(stream.into()) in new() 73 pub fn new2(stream: TokenStream) -> Self { in new2() method
|
| H A D | parse.rs | 1295 let buf = TokenBuffer::new2(tokens); in parse2() 1309 let buf = TokenBuffer::new2(tokens); in __parse_scoped()
|
| H A D | ty.rs | 876 return Err(error::new2(dyn_span, last_lifetime_span.unwrap(), msg)); in parse_bounds() 938 return Err(error::new2( in parse()
|
| H A D | path.rs | 100 crate::error::new2( in require_ident()
|
| H A D | pat.rs | 777 return Err(error::new2(start, end, msg)); in pat_slice()
|
| H A D | generics.rs | 771 Err(error::new2( in parse_single()
|
| H A D | expr.rs | 1610 return Err(crate::error::new2( in trailer_expr() 2729 return Err(crate::error::new2( in expr_break()
|
| /linux/drivers/edac/ |
| H A D | i7core_edac.c | 1536 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/arch/x86/include/asm/ |
| H A D | alternative.h | 298 [new2] "i" (newfunc2) \
|