Home
last modified time | relevance | path

Searched refs:K (Results 1 – 25 of 41) sorted by relevance

12

/tools/perf/bench/
A Dmem-functions.c29 #define K 1024 macro
100 if (x < K) \
102 else if (x < K * K) \
103 printf(" %14lfd KB/sec\n", x / K); \
104 else if (x < K * K * K) \
105 printf(" %14lf MB/sec\n", x / K / K); \
107 printf(" %14lf GB/sec\n", x / K / K / K); \
/tools/testing/selftests/net/packetdrill/
A Dtcp_inq_server.pkt23 // Now we have 10K of data ready on the socket.
27 // We read 2K and we should have 8K ready to read.
34 // We read 8K and we should have no further data ready to read.
45 // We read 10K and we should have one "fake" byte because the connection is
A Dtcp_inq_client.pkt22 // Now we have 10K of data ready on the socket.
26 // We read 1K and we should have 9K ready to read.
33 // We read 9K and we should have no further data ready to read.
45 // We read 10K and we should have one "fake" byte because the connection is
A Dtcp_nagle_https_client.pkt7 ethtool -K tun0 tso off gso off
/tools/bpf/
A Dbpf_dbg.c641 r->R = K; in bpf_single_step()
719 r->A = K; in bpf_single_step()
722 r->X = K; in bpf_single_step()
731 r->Pc += K; in bpf_single_step()
764 r->A <<= K; in bpf_single_step()
776 r->A += K; in bpf_single_step()
782 r->A -= K; in bpf_single_step()
788 r->A *= K; in bpf_single_step()
823 r->A &= K; in bpf_single_step()
829 r->A |= K; in bpf_single_step()
[all …]
/tools/testing/kunit/test_data/
A Dtest_is_test_passed-no_tests_run_no_header.log14 Memory: 27868K/56932K available (1681K kernel code, 480K rwdata, 400K rodata, 89K init, 205K bss, 2…
A Dtest_output_isolated_correctly.log6 Memory: 254468K/283500K available (1734K kernel code, 489K rwdata, 396K rodata, 85K init, 216K bss,…
/tools/testing/selftests/powerpc/nx-gzip/
A Dnx-gzip-test.sh24 for size in 4K 64K 1M 64M
/tools/testing/selftests/net/forwarding/
A Dsch_tbf_etsprio.sh35 tbf_test_one 128K
40 local bs=128K
A Dsch_tbf_root.sh24 tbf_test_one 128K
A Dsch_red.sh62 rate 10Mbit burst 10K limit 1M
108 rate 10Mbit burst 10K limit 1M
/tools/writeback/
A Dwb_monitor.py54 def K(x): function
105 self.stats[i] = int(K(wb.stat[i].count))
109 self.avg_bw = int(K(wb.avg_write_bandwidth))
/tools/testing/selftests/drivers/net/mlxsw/
A Dsch_offload.sh91 tbf rate 400Mbit burst 128K limit 1M
101 tc qdisc add dev $h1 $locus handle $handle pfifo limit 100K
111 tc qdisc add dev $h1 $locus handle $handle bfifo limit 100K
A Dsch_ets.sh23 burst 128K limit 1G
A Dqos_max_descriptors.sh148 burst 128K limit 500M
A Dsch_red_core.sh145 burst 128K limit 1G
215 burst 128K limit 1G
/tools/perf/Documentation/
A Dsecurity.txt77 drwxr-xr-x. 2 root root 4.0K Mar 20 12:16 .
78 drwxr-xr-x. 3 root root 4.0K Mar 20 12:16 ..
79 -rw-r--r--. 1 root root 112K Mar 20 12:16 selinux-policy-3.14.4-48.fc31.noarch.rpm
84 -rw-r--r--. 1 root root 111K Mar 20 12:16 selinux-policy-sandbox-3.14.4-48.fc31.noarch.rpm
198 2,629 context-switches # 0.072 K/sec
199 57 cpu-migrations # 0.002 K/sec
200 1 page-faults # 0.000 K/sec
A Dperf-amd-ibs.txt178 # Samples: 92K of event 'ibs_op//'
201 # Samples: 92K of event 'ibs_op//'
A Dperf-ftrace.txt80 be a number with appended unit character - B/K/M/G.
207 be a number with appended unit character - B/K/M/G.
/tools/perf/tests/shell/
A Damd-ibs-swfilt.sh57 kernel_sample=$(perf record -e ibs_op/swfilt/u -o- true | perf script -i- -F misc | grep -c ^K)
/tools/testing/selftests/drivers/net/hw/
A Ddevmem.py33 head -c 1K | {socat}", host=cfg.remote, shell=True)
/tools/testing/vsock/
A DREADME73 # listen port 1234, rx buf size is 1M, socket buf size is 1G, SO_RCVLOWAT is 64K
74 ./vsock_perf --port 1234 --buf-size 1M --vsk-size 1G --rcvlowat 64K
/tools/testing/selftests/bpf/progs/
A Dbtf_dump_test_case_syntax.c234 K = 100, enumerator
/tools/testing/selftests/kvm/include/arm64/
A Dgic_v3.h477 #define GITS_BASER_PAGE_SIZE_4K __GITS_BASER_PSZ(4K)
478 #define GITS_BASER_PAGE_SIZE_16K __GITS_BASER_PSZ(16K)
479 #define GITS_BASER_PAGE_SIZE_64K __GITS_BASER_PSZ(64K)
/tools/testing/selftests/net/
A Dtoeplitz.c60 #define TOEPLITZ_STR_LEN(K) (((K) * 3) - 1) /* hex encoded: AA:BB:CC:...:ZZ */ argument

Completed in 30 milliseconds

12