Searched refs:new2 (Results 1 – 13 of 13) 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 | 879 struct map *new1, struct map *new2) in __maps__fixup_overlap_and_insert() 885 unsigned int to_add = new2 ? 2 : 1; in __maps__fixup_overlap_and_insert() 890 assert(!new2 || map__end(new1) <= map__start(new2)); in __maps__fixup_overlap_and_insert() 891 assert(first_after_index == nr_maps || !new2 || in __maps__fixup_overlap_and_insert() 892 map__end(new2) <= map__start(maps_by_address[first_after_index])); in __maps__fixup_overlap_and_insert() 921 if (new2) { in __maps__fixup_overlap_and_insert() 922 maps_by_address[first_after_index + 1] = map__get(new2); in __maps__fixup_overlap_and_insert() 924 maps_by_name[nr_maps + 1] = map__get(new2); in __maps__fixup_overlap_and_insert() 929 map__set_kmap_maps(new2, map in __maps__fixup_overlap_and_insert() 784 __maps__insert_sorted(struct maps * maps,unsigned int first_after_index,struct map * new1,struct map * new2) __maps__insert_sorted() argument [all...] |
| /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/arch/x86/include/asm/ |
| H A D | alternative.h | 298 [new2] "i" (newfunc2) \
|