/Linux-v5.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/tools/testing/selftests/bpf/map_tests/ |
D | lpm_trie_map_batch_ops.c | 76 __u32 step, count, total, total_success; in test_lpm_trie_map_batch_ops() local 103 total = 0; in test_lpm_trie_map_batch_ops() 110 total ? &batch : NULL, &batch, in test_lpm_trie_map_batch_ops() 111 keys + total, values + total, &count, &opts); in test_lpm_trie_map_batch_ops() 116 total += count; in test_lpm_trie_map_batch_ops() 121 CHECK(total != max_entries, "lookup with steps", in test_lpm_trie_map_batch_ops() 122 "total = %u, max_entries = %u\n", total, max_entries); in test_lpm_trie_map_batch_ops() 126 total = 0; in test_lpm_trie_map_batch_ops() 128 while (total < max_entries) { in test_lpm_trie_map_batch_ops() 129 if (max_entries - total < step) in test_lpm_trie_map_batch_ops() [all …]
|
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 …]
|
/Linux-v5.15/fs/ceph/ |
D | debugfs.c | 130 #define CEPH_LAT_METRIC_SHOW(name, total, avg, min, max, sq) { \ argument 135 _total = total - 1; \ 140 name, total, _avg, _min, _max, _st); \ 143 #define CEPH_SZ_METRIC_SHOW(name, total, avg, min, max, sum) { \ argument 146 name, total, avg, _min, max, sum); \ 155 s64 total, sum, avg, min, max, sq; in metric_show() local 159 seq_printf(s, "item total\n"); in metric_show() 161 seq_printf(s, "%-35s%lld / %lld\n", "opened files / total inodes", in metric_show() 163 seq_printf(s, "%-35s%lld / %lld\n", "pinned i_caps / total inodes", in metric_show() 165 seq_printf(s, "%-35s%lld / %lld\n", "opened inodes / total inodes", in metric_show() [all …]
|
/Linux-v5.15/Documentation/accounting/ |
D | delay-accounting.rst | 104 CPU count real total virtual total delay total 106 IO count delay total 108 SWAP count delay total 110 RECLAIM count delay total 121 CPU count real total virtual total delay total 123 IO count delay total 125 SWAP count delay total 127 RECLAIM count delay total
|
/Linux-v5.15/tools/perf/util/ |
D | stat-shadow.c | 491 double total, ratio = 0.0; in print_stalled_cycles_frontend() local 494 total = runtime_stat_avg(st, STAT_CYCLES, cpu, rsd); in print_stalled_cycles_frontend() 496 if (total) in print_stalled_cycles_frontend() 497 ratio = avg / total * 100.0; in print_stalled_cycles_frontend() 514 double total, ratio = 0.0; in print_stalled_cycles_backend() local 517 total = runtime_stat_avg(st, STAT_CYCLES, cpu, rsd); in print_stalled_cycles_backend() 519 if (total) in print_stalled_cycles_backend() 520 ratio = avg / total * 100.0; in print_stalled_cycles_backend() 533 double total, ratio = 0.0; in print_branch_misses() local 536 total = runtime_stat_avg(st, STAT_BRANCHES, cpu, rsd); 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.15/net/netfilter/ |
D | nft_counter.c | 106 struct nft_counter *total) in nft_counter_reset() argument 112 this_cpu->packets -= total->packets; in nft_counter_reset() 113 this_cpu->bytes -= total->bytes; in nft_counter_reset() 118 struct nft_counter *total) in nft_counter_fetch() argument 126 memset(total, 0, sizeof(*total)); in nft_counter_fetch() 136 total->bytes += bytes; in nft_counter_fetch() 137 total->packets += packets; in nft_counter_fetch() 145 struct nft_counter total; in nft_counter_do_dump() local 147 nft_counter_fetch(priv, &total); in nft_counter_do_dump() 149 if (nla_put_be64(skb, NFTA_COUNTER_BYTES, cpu_to_be64(total.bytes), in nft_counter_do_dump() [all …]
|
/Linux-v5.15/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.15/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.15/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.15/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.15/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.15/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.15/tools/perf/pmu-events/arch/test/test_soc/cpu/ |
D | uncore.json | 24 "BriefDescription": "Total read hits", 25 "PublicDescription": "Total read hits", 31 "BriefDescription": "Total cache misses", 32 "PublicDescription": "Total cache misses", 38 "BriefDescription": "Total cache hits", 39 "PublicDescription": "Total cache hits",
|
/Linux-v5.15/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 …]
|
/Linux-v5.15/samples/bpf/ |
D | xdp_sample_user.c | 93 struct datarec total; member 261 " \t\t\tCPUMAP bpf prog) are expanded below this. xdp_stats are expanded as a total and\n" in sample_print_help() 370 rec->total.processed = sum_processed; in map_collect_percpu() 371 rec->total.dropped = sum_dropped; in map_collect_percpu() 372 rec->total.issue = sum_issue; in map_collect_percpu() 373 rec->total.xdp_pass = sum_xdp_pass; in map_collect_percpu() 374 rec->total.xdp_drop = sum_xdp_drop; in map_collect_percpu() 375 rec->total.xdp_redirect = sum_xdp_redirect; in map_collect_percpu() 676 pps = calc_pps(&rec->total, &prev->total, t); in stats_get_rx_cnt() 677 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_get_rx_cnt() [all …]
|
/Linux-v5.15/include/linux/ |
D | sysv_fs.h | 31 __fs32 s_fsize __packed2__; /* total number of zones of this fs */ 44 __fs32 s_tfree __packed2__; /* total number of free zones */ 45 __fs16 s_tinode; /* total number of free inodes */ 70 __fs32 s_fsize; /* total number of zones of this fs */ 86 __fs32 s_tfree; /* total number of free zones */ 87 __fs16 s_tinode; /* total number of free inodes */ 101 __fs32 s_fsize __packed2__; /* total number of zones of this fs */ 115 __fs32 s_tfree __packed2__; /* total number of free zones */ 116 __fs16 s_tinode; /* total number of free inodes */ 131 __fs32 s_fsize __packed2__; /* total number of zones of this fs */ [all …]
|