| /tools/testing/selftests/wireguard/ |
| A D | netns.sh | 100 n1 wg set wg0 \ 125 n1 ping6 -c 10 -f -W 1 fd00::2 133 n1 iperf3 -s -1 -B fd00::1 & 213 n1 wg set wg0 listen-port 9999 215 n1 ping6 -W 1 -c 1 fd00::2 219 n1 wg set wg0 listen-port 9998 221 n1 ping -W 1 -c 1 192.168.241.2 247 n1 ping -W 1 -c 1 192.168.241.2 250 n1 ping -W 1 -c 1 192.168.241.2 341 n1 ping -W 1 -c 1 192.168.241.2 [all …]
|
| /tools/testing/selftests/mm/ |
| A D | migration.c | 31 int n1; in FIXTURE() local 41 self->n1 = -1; in FIXTURE_SETUP() 46 if (self->n1 == -1) { in FIXTURE_SETUP() 47 self->n1 = n; in FIXTURE_SETUP() 66 int migrate(uint64_t *ptr, int n1, int n2) in migrate() argument 98 n2 = n1; in migrate() 99 n1 = tmp; in migrate() 141 ASSERT_EQ(migrate(ptr, self->n1, self->n2), 0); 176 ASSERT_EQ(migrate(ptr, self->n1, self->n2), 0); 206 ASSERT_EQ(migrate(ptr, self->n1, self->n2), 0); [all …]
|
| /tools/testing/selftests/bpf/benchs/ |
| A D | run_common.sh | 62 summary=$(echo $2 | tail -n1) 69 summary=$(echo $2 | tail -n1) 76 summary=$(echo $2 | tail -n1) 83 summary=$(echo $2 | tail -n1) 90 summary=$(echo $2 | tail -n1)
|
| A D | run_bench_rename.sh | 7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
|
| A D | run_bench_uprobes.sh | 7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
|
| A D | run_bench_htab_mem.sh | 21 local summary=$(echo $2 | tail -n1)
|
| A D | run_bench_trigger.sh | 21 summary=$(sudo ./bench -w2 -d5 -a -p$p trig-$t | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
|
| /tools/testing/selftests/kvm/lib/ |
| A D | elf.c | 137 for (unsigned int n1 = 0; n1 < hdr.e_phnum; n1++) { in kvm_vm_elf_load() local 139 offset = hdr.e_phoff + (n1 * hdr.e_phentsize); in kvm_vm_elf_load() 145 n1, filename, (intmax_t) offset_rv, errno); in kvm_vm_elf_load() 159 n1, (uint64_t) phdr.p_memsz); in kvm_vm_elf_load() 172 n1, seg_vstart, vaddr); in kvm_vm_elf_load() 188 n1, errno, (intmax_t) offset_rv, in kvm_vm_elf_load()
|
| A D | sparsebit.c | 386 assert(n1 < MASK_BITS); in node_add() 905 return nodep->idx + n1; in node_first_set() 1374 unsigned int n1; in sparsebit_set_num() local 1429 for (n1 = 0; n1 < MASK_BITS; n1++) { in sparsebit_set_num() 1456 unsigned int n1; in sparsebit_clear_num() local 1492 for (n1 = 0; n1 < MASK_BITS; n1++) { in sparsebit_clear_num() 1601 unsigned int n1; in sparsebit_dump() local 1605 for (n1 = 0; n1 < MASK_BITS; n1++) { in sparsebit_dump() 1609 for (; n1 < MASK_BITS; n1++) { in sparsebit_dump() 1689 unsigned int n1; in sparsebit_validate_internal() local [all …]
|
| A D | kvm_util.c | 2088 unsigned int n1; in exit_reason_str() local 2090 for (n1 = 0; n1 < ARRAY_SIZE(exit_reasons_known); n1++) { in exit_reason_str() 2091 if (exit_reason == exit_reasons_known[n1].reason) in exit_reason_str() 2092 return exit_reasons_known[n1].name; in exit_reason_str()
|
| /tools/tracing/rtla/tests/scripts/ |
| A D | check-priority.sh | 6 chrt -p $pid | cut -d ':' -f 2 | head -n1 | grep "^ $2\$" >/dev/null 7 chrt -p $pid | cut -d ':' -f 2 | tail -n1 | grep "^ $3\$" >/dev/null
|
| /tools/testing/selftests/pstore/ |
| A D | pstore_post_reboot_tests | 25 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1` 30 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
|
| /tools/testing/selftests/net/forwarding/ |
| A D | bridge_mdb_max.sh | 413 local n1=$(bridge_${context}_ngroups_get "$locus") 415 ((n1 == n0 + 5)) 416 check_err $? "Number of groups was $n0, now is $n1, but $((n0 + 5)) expected" 950 local n1=$(bridge_port_vlan_ngroups_get "$locus1") 954 if ((n1 > n2)); then 955 local tmp=$n1 956 n1=$n2 983 bridge_port_maxgroups_set "$locus0" $((n1 + n2 + 2))
|
| /tools/lib/bpf/ |
| A D | linker.c | 1489 const char *n1, *n2; in glob_sym_btf_matches() local 1493 n1 = n2 = NULL; in glob_sym_btf_matches() 1499 n1 = btf__str_by_offset(btf1, t1->name_off); in glob_sym_btf_matches() 1501 if (strcmp(n1, n2) != 0) { in glob_sym_btf_matches() 1503 sym_name, n1, n2); in glob_sym_btf_matches() 1539 n1 = btf__str_by_offset(btf1, t1->name_off); in glob_sym_btf_matches() 1541 if (strcmp(n1, n2) != 0) { in glob_sym_btf_matches() 1543 sym_name, btf_kind_str(t1), n1, n2); in glob_sym_btf_matches() 1623 if (strcmp(n1, n2) != 0) { in glob_sym_btf_matches() 1625 sym_name, i, n1, n2); in glob_sym_btf_matches() [all …]
|
| A D | btf_relocate.c | 86 static int cmp_btf_name_size(const void *n1, const void *n2) in cmp_btf_name_size() argument 88 const struct btf_name_info *ni1 = n1; in cmp_btf_name_size()
|
| A D | Makefile | 10 sort -rV | head -n1 | cut -d'_' -f2)
|
| /tools/perf/pmu-events/arch/arm64/ |
| A D | mapfile.csv | 27 0x00000000410fd0c0,v1,arm/neoverse-n1,core
|
| /tools/perf/scripts/python/ |
| A D | export-to-postgresql.py | 1010 n1 = len(short_name) 1013 fmt = "!hiqiqi" + str(n1) + "si" + str(n2) + "si" + str(n3) + "s" 1014 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id)
|
| /tools/testing/selftests/kvm/lib/x86/ |
| A D | processor.c | 338 for (uint16_t n1 = 0; n1 <= 0x1ffu; n1++) { in virt_arch_dump() local 339 pml4e = &pml4e_start[n1]; in virt_arch_dump() 389 ((uint64_t) n1 << 27) in virt_arch_dump()
|
| /tools/testing/selftests/bpf/progs/ |
| A D | exceptions_fail.c | 157 static bool rbless(struct bpf_rb_node *n1, const struct bpf_rb_node *n2) in rbless() argument
|
| /tools/mm/ |
| A D | slabinfo.c | 1115 char *n1, *n2; in sort_aliases() local 1117 n1 = a1->name; in sort_aliases() 1120 n1 = a1->ref; in sort_aliases() 1123 if (strcasecmp(n1, n2) > 0) { in sort_aliases()
|
| /tools/bpf/bpftool/ |
| A D | gen.c | 45 size_t i, n1 = strlen(str), n2 = strlen(suffix); in str_has_suffix() local 47 if (n1 < n2) in str_has_suffix() 51 if (str[n1 - i - 1] != suffix[n2 - i - 1]) in str_has_suffix()
|
| /tools/testing/selftests/net/netfilter/ |
| A D | nft_queue.sh | 253 last=$(tail -n1 "$file")
|