/Linux-v5.10/tools/perf/pmu-events/arch/s390/cf_z10/ |
D | crypto.json | 7 "PublicDescription": "Total number of the PRNG functions issued by the CPU" 14 …"PublicDescription": "Total number of CPU cycles when the DEA/AES coprocessor is busy performing P… 21 …"PublicDescription": "Total number of the PRNG functions that are issued by the CPU and are blocke… 28 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU … 35 "PublicDescription": "Total number of SHA functions issued by the CPU" 42 …"PublicDescription": "Total number of CPU cycles when the SHA coprocessor is busy performing the S… 49 …"PublicDescription": "Total number of the SHA functions that are issued by the CPU and are blocked… 56 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b… 63 "PublicDescription": "Total number of the DEA functions issued by the CPU" 70 …"PublicDescription": "Total number of CPU cycles when the DEA/AES coprocessor is busy performing t… [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/s390/cf_zec12/ |
D | crypto.json | 7 "PublicDescription": "Total number of the PRNG functions issued by the CPU" 14 …"PublicDescription": "Total number of CPU cycles when the DEA/AES coprocessor is busy performing P… 21 …"PublicDescription": "Total number of the PRNG functions that are issued by the CPU and are blocke… 28 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU … 35 "PublicDescription": "Total number of SHA functions issued by the CPU" 42 …"PublicDescription": "Total number of CPU cycles when the SHA coprocessor is busy performing the S… 49 …"PublicDescription": "Total number of the SHA functions that are issued by the CPU and are blocked… 56 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b… 63 "PublicDescription": "Total number of the DEA functions issued by the CPU" 70 …"PublicDescription": "Total number of CPU cycles when the DEA/AES coprocessor is busy performing t… [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/s390/cf_z13/ |
D | crypto.json | 7 "PublicDescription": "Total number of the PRNG functions issued by the CPU" 14 …"PublicDescription": "Total number of CPU cycles when the DEA/AES coprocessor is busy performing P… 21 …"PublicDescription": "Total number of the PRNG functions that are issued by the CPU and are blocke… 28 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU … 35 "PublicDescription": "Total number of SHA functions issued by the CPU" 42 …"PublicDescription": "Total number of CPU cycles when the SHA coprocessor is busy performing the S… 49 …"PublicDescription": "Total number of the SHA functions that are issued by the CPU and are blocked… 56 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b… 63 "PublicDescription": "Total number of the DEA functions issued by the CPU" 70 …"PublicDescription": "Total number of CPU cycles when the DEA/AES coprocessor is busy performing t… [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/s390/cf_z14/ |
D | crypto.json | 7 "PublicDescription": "Total number of the PRNG functions issued by the CPU" 14 …"PublicDescription": "Total number of CPU cycles when the DEA/AES coprocessor is busy performing P… 21 …"PublicDescription": "Total number of the PRNG functions that are issued by the CPU and are blocke… 28 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU … 35 "PublicDescription": "Total number of SHA functions issued by the CPU" 42 …"PublicDescription": "Total number of CPU cycles when the SHA coprocessor is busy performing the S… 49 …"PublicDescription": "Total number of the SHA functions that are issued by the CPU and are blocked… 56 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b… 63 "PublicDescription": "Total number of the DEA functions issued by the CPU" 70 …"PublicDescription": "Total number of CPU cycles when the DEA/AES coprocessor is busy performing t… [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/s390/cf_z15/ |
D | crypto.json | 7 "PublicDescription": "Total number of the PRNG functions issued by the CPU" 14 …"PublicDescription": "Total number of CPU cycles when the DEA/AES coprocessor is busy performing P… 21 …"PublicDescription": "Total number of the PRNG functions that are issued by the CPU and are blocke… 28 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU … 35 "PublicDescription": "Total number of SHA functions issued by the CPU" 42 …"PublicDescription": "Total number of CPU cycles when the SHA coprocessor is busy performing the S… 49 …"PublicDescription": "Total number of the SHA functions that are issued by the CPU and are blocked… 56 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b… 63 "PublicDescription": "Total number of the DEA functions issued by the CPU" 70 …"PublicDescription": "Total number of CPU cycles when the DEA/AES coprocessor is busy performing t… [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/s390/cf_z196/ |
D | crypto.json | 7 "PublicDescription": "Total number of the PRNG functions issued by the CPU" 14 …"PublicDescription": "Total number of CPU cycles when the DEA/AES coprocessor is busy performing P… 21 …"PublicDescription": "Total number of the PRNG functions that are issued by the CPU and are blocke… 28 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU … 35 "PublicDescription": "Total number of SHA functions issued by the CPU" 42 …"PublicDescription": "Total number of CPU cycles when the SHA coprocessor is busy performing the S… 49 …"PublicDescription": "Total number of the SHA functions that are issued by the CPU and are blocked… 56 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b… 63 "PublicDescription": "Total number of the DEA functions issued by the CPU" 70 …"PublicDescription": "Total number of CPU cycles when the DEA/AES coprocessor is busy performing t… [all …]
|
/Linux-v5.10/drivers/crypto/ |
D | omap-crypto.c | 16 static int omap_crypto_copy_sg_lists(int total, int bs, in omap_crypto_copy_sg_lists() argument 33 while (*sg && total) { in omap_crypto_copy_sg_lists() 36 if (total < len) in omap_crypto_copy_sg_lists() 37 len = total; in omap_crypto_copy_sg_lists() 40 total -= len; in omap_crypto_copy_sg_lists() 42 if (total <= 0) in omap_crypto_copy_sg_lists() 55 static int omap_crypto_copy_sgs(int total, int bs, struct scatterlist **sg, in omap_crypto_copy_sgs() argument 62 new_len = ALIGN(total, bs); in omap_crypto_copy_sgs() 73 scatterwalk_map_and_copy(buf, *sg, 0, total, 0); in omap_crypto_copy_sgs() 75 memset(buf + total, 0, new_len - total); in omap_crypto_copy_sgs() [all …]
|
/Linux-v5.10/tools/testing/selftests/bpf/map_tests/ |
D | htab_map_batch_ops.c | 78 __u32 batch, count, total, total_success; in __test_map_lookup_and_delete_batch() local 151 total = 0; in __test_map_lookup_and_delete_batch() 159 total ? &batch : NULL, in __test_map_lookup_and_delete_batch() 160 &batch, keys + total, in __test_map_lookup_and_delete_batch() 162 total * value_size, in __test_map_lookup_and_delete_batch() 177 total += count; in __test_map_lookup_and_delete_batch() 185 CHECK(total != max_entries, "lookup with steps", in __test_map_lookup_and_delete_batch() 186 "total = %u, max_entries = %u\n", total, max_entries); in __test_map_lookup_and_delete_batch() 189 total = 0; in __test_map_lookup_and_delete_batch() 191 while (total < max_entries) { in __test_map_lookup_and_delete_batch() [all …]
|
D | array_map_batch_ops.c | 56 __u32 count, total, total_success; in test_array_map_batch_ops() local 88 total = 0; in test_array_map_batch_ops() 96 total ? &batch : NULL, &batch, in test_array_map_batch_ops() 97 keys + total, in test_array_map_batch_ops() 98 values + total, in test_array_map_batch_ops() 104 total += count; in test_array_map_batch_ops() 113 CHECK(total != max_entries, "lookup with steps", in test_array_map_batch_ops() 114 "total = %u, max_entries = %u\n", total, max_entries); in test_array_map_batch_ops()
|
/Linux-v5.10/Documentation/accounting/ |
D | delay-accounting.rst | 102 CPU count real total virtual total delay total 104 IO count delay total 106 SWAP count delay total 108 RECLAIM count delay total 119 CPU count real total virtual total delay total 121 IO count delay total 123 SWAP count delay total 125 RECLAIM count delay total
|
/Linux-v5.10/net/netfilter/ |
D | nft_counter.c | 105 struct nft_counter *total) in nft_counter_reset() argument 111 this_cpu->packets -= total->packets; in nft_counter_reset() 112 this_cpu->bytes -= total->bytes; in nft_counter_reset() 117 struct nft_counter *total) in nft_counter_fetch() argument 125 memset(total, 0, sizeof(*total)); in nft_counter_fetch() 135 total->bytes += bytes; in nft_counter_fetch() 136 total->packets += packets; in nft_counter_fetch() 144 struct nft_counter total; in nft_counter_do_dump() local 146 nft_counter_fetch(priv, &total); in nft_counter_do_dump() 148 if (nla_put_be64(skb, NFTA_COUNTER_BYTES, cpu_to_be64(total.bytes), in nft_counter_do_dump() [all …]
|
/Linux-v5.10/tools/perf/util/ |
D | stat-shadow.c | 454 double total, ratio = 0.0; in print_stalled_cycles_frontend() local 458 total = runtime_stat_avg(st, STAT_CYCLES, ctx, cpu); in print_stalled_cycles_frontend() 460 if (total) in print_stalled_cycles_frontend() 461 ratio = avg / total * 100.0; in print_stalled_cycles_frontend() 478 double total, ratio = 0.0; in print_stalled_cycles_backend() local 482 total = runtime_stat_avg(st, STAT_CYCLES, ctx, cpu); in print_stalled_cycles_backend() 484 if (total) in print_stalled_cycles_backend() 485 ratio = avg / total * 100.0; in print_stalled_cycles_backend() 499 double total, ratio = 0.0; in print_branch_misses() local 503 total = runtime_stat_avg(st, STAT_BRANCHES, ctx, cpu); in print_branch_misses() [all …]
|
D | branch.c | 63 u64 total = 0; in branch_type_stat_display() local 67 total += st->counts[i]; in branch_type_stat_display() 69 if (total == 0) in branch_type_stat_display() 79 100.0 * (double)st->cond_fwd / (double)total); in branch_type_stat_display() 85 100.0 * (double)st->cond_bwd / (double)total); in branch_type_stat_display() 91 100.0 * (double)st->cross_4k / (double)total); in branch_type_stat_display() 97 100.0 * (double)st->cross_2m / (double)total); in branch_type_stat_display() 105 (double)st->counts[i] / (double)total); in branch_type_stat_display() 117 u64 total = 0; in branch_type_str() local 120 total += st->counts[i]; in branch_type_str() [all …]
|
/Linux-v5.10/drivers/net/ethernet/freescale/ |
D | ucc_geth.h | 57 u32 tx64; /* Total number of frames (including bad 62 u32 tx127; /* Total number of frames (including bad 66 u32 tx255; /* Total number of frames (including bad 69 u32 rx64; /* Total number of frames received including 72 u32 rx127; /* Total number of frames (including bad 75 u32 rx255; /* Total number of frames (including bad 78 u32 txok; /* Total number of octets residing in frames 81 u16 txcf; /* Total number of PAUSE control frames 84 u32 tmca; /* Total number of frames that were transmitted 87 u32 tbca; /* Total number of frames transmitted [all …]
|
/Linux-v5.10/fs/ceph/ |
D | debugfs.c | 130 #define CEPH_METRIC_SHOW(name, total, avg, min, max, sq) { \ argument 135 _total = total - 1; \ 140 name, total, _avg, _min, _max, _st); \ 149 s64 total, sum, avg, min, max, sq; in metric_show() local 152 seq_printf(s, "item total\n"); in metric_show() 154 seq_printf(s, "%-35s%lld / %lld\n", "opened files / total inodes", in metric_show() 156 seq_printf(s, "%-35s%lld / %lld\n", "pinned i_caps / total inodes", in metric_show() 158 seq_printf(s, "%-35s%lld / %lld\n", "opened inodes / total inodes", in metric_show() 162 …seq_printf(s, "item total avg_lat(us) min_lat(us) max_lat(us) stdev(us)… in metric_show() 166 total = m->total_reads; in metric_show() [all …]
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-bus-mdio | 14 Total number of transfers for this MDIO bus. 21 Total number of transfer errors for this MDIO bus. 28 Total number of write transactions for this MDIO bus. 35 Total number of read transactions for this MDIO bus. 42 Total number of transfers for this MDIO bus address. 49 Total number of transfer errors for this MDIO bus address. 56 Total number of write transactions for this MDIO bus address. 63 Total number of read transactions for this MDIO bus address.
|
D | debugfs-pfo-nx-crypto | 14 A u32 providing a total count of errors since the driver was loaded. The 29 The total number of bytes encrypted using AES in any of the driver's 33 The total number of AES operations submitted to the hardware. 36 The total number of bytes hashed by the hardware using SHA-256. 39 The total number of SHA-256 operations submitted to the hardware. 42 The total number of bytes hashed by the hardware using SHA-512. 45 The total number of SHA-512 operations submitted to the hardware.
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/amdzen1/ |
D | floating-point.json | 5 "BriefDescription": "Total number multi-pipe uOps assigned to all pipes.", 6 … includes non-numeric operations it is not suitable for measuring MFLOPS. Total number multi-pipe … 12 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 3.", 13 … includes non-numeric operations it is not suitable for measuring MFLOPS. Total number multi-pipe … 19 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 2.", 20 … includes non-numeric operations it is not suitable for measuring MFLOPS. Total number multi-pipe … 26 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 1.", 27 … includes non-numeric operations it is not suitable for measuring MFLOPS. Total number multi-pipe … 33 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 0.", 34 … includes non-numeric operations it is not suitable for measuring MFLOPS. Total number multi-pipe … [all …]
|
/Linux-v5.10/include/trace/events/ |
D | intel_iommu.h | 97 TP_PROTO(struct device *dev, int index, int total, 100 TP_ARGS(dev, index, total, sg), 108 __field(int, total) 117 __entry->total = total; 121 __get_str(dev_name), __entry->index, __entry->total, 128 TP_PROTO(struct device *dev, int index, int total, 130 TP_ARGS(dev, index, total, sg) 134 TP_PROTO(struct device *dev, int index, int total, 136 TP_ARGS(dev, index, total, sg)
|
/Linux-v5.10/samples/bpf/ |
D | xdp_monitor_user.c | 162 struct datarec total; member 171 struct u64rec total; member 213 rec->total.processed = sum_processed; in map_collect_record() 214 rec->total.dropped = sum_dropped; in map_collect_record() 215 rec->total.info = sum_info; in map_collect_record() 216 rec->total.err = sum_err; in map_collect_record() 241 rec->total.processed = sum_total; in map_collect_record_u64() 364 pps = calc_pps_u64(&rec->total, &prev->total, t); in stats_print() 365 printf(fmt2, "XDP_REDIRECT", "total", in stats_print() 388 pps = calc_pps_u64(&rec->total, &prev->total, t); in stats_print() [all …]
|
D | xdp_redirect_cpu_user.c | 187 struct datarec total; member 234 rec->total.processed = sum_processed; in map_collect_percpu() 235 rec->total.dropped = sum_dropped; in map_collect_percpu() 236 rec->total.issue = sum_issue; in map_collect_percpu() 237 rec->total.xdp_pass = sum_xdp_pass; in map_collect_percpu() 238 rec->total.xdp_drop = sum_xdp_drop; in map_collect_percpu() 239 rec->total.xdp_redirect = sum_xdp_redirect; in map_collect_percpu() 394 pps = calc_pps(&rec->total, &prev->total, t); in stats_print() 395 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_print() 396 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print() [all …]
|
/Linux-v5.10/tools/perf/ui/ |
D | progress.h | 11 u64 curr, next, step, total; member 15 void __ui_progress__init(struct ui_progress *p, u64 total, 18 #define ui_progress__init(p, total, title) \ argument 19 __ui_progress__init(p, total, title, false) 21 #define ui_progress__init_size(p, total, title) \ argument 22 __ui_progress__init(p, total, title, true)
|
/Linux-v5.10/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/ |
D | uncore-l3c.json | 5 "BriefDescription": "Total read accesses", 6 "PublicDescription": "Total read accesses", 12 "BriefDescription": "Total write accesses", 13 "PublicDescription": "Total write accesses", 19 "BriefDescription": "Total read hits", 20 "PublicDescription": "Total read hits", 26 "BriefDescription": "Total write hits", 27 "PublicDescription": "Total write hits",
|
/Linux-v5.10/drivers/input/rmi4/ |
D | rmi_f55.c | 63 int i, total; in rmi_f55_detect() local 77 total = 0; in rmi_f55_detect() 80 total++; in rmi_f55_detect() 82 f55->cfg_num_rx_electrodes = total; in rmi_f55_detect() 83 drv_data->num_rx_electrodes = total; in rmi_f55_detect() 90 total = 0; in rmi_f55_detect() 93 total++; in rmi_f55_detect() 95 f55->cfg_num_tx_electrodes = total; in rmi_f55_detect() 96 drv_data->num_tx_electrodes = total; in rmi_f55_detect()
|
/Linux-v5.10/Documentation/admin-guide/ |
D | iostats.rst | 66 This is the total number of reads completed successfully. 75 This is the total number of sectors read successfully. 78 This is the total number of milliseconds spent by all reads (as 82 This is the total number of writes completed successfully. 88 This is the total number of sectors written successfully. 91 This is the total number of milliseconds spent by all writes (as 113 This is the total number of discards completed successfully. 119 This is the total number of sectors discarded successfully. 122 This is the total number of milliseconds spent by all discards (as 126 This is the total number of flush requests completed successfully. [all …]
|