Home
last modified time | relevance | path

Searched refs:sums (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/qemu/tests/avocado/
H A Dtuxrun_baselines.py261 sums = {"Image" :
277 sums = { "Image" :
293 sums = { "rootfs.ext4.zst" :
332 sums = {"rootfs.ext4.zst" :
348 sums = {"bzImage" :
480 sums = { "Image" :
495 sums = { "Image" :
511 sums = { "Image" :
527 sums = { "Image" :
544 sums = { "bzImage" :
[all …]
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_proc.c51 struct comm_tallies_sums *sums = &local->comm_tallies; in prism2_stats_proc_show() local
55 seq_printf(m, "TxFragments=%u\n", sums->tx_fragments); in prism2_stats_proc_show()
59 sums->tx_deferred_transmissions); in prism2_stats_proc_show()
62 sums->tx_multiple_retry_frames); in prism2_stats_proc_show()
64 sums->tx_retry_limit_exceeded); in prism2_stats_proc_show()
65 seq_printf(m, "TxDiscards=%u\n", sums->tx_discards); in prism2_stats_proc_show()
68 seq_printf(m, "RxFragments=%u\n", sums->rx_fragments); in prism2_stats_proc_show()
71 seq_printf(m, "RxFCSErrors=%u\n", sums->rx_fcs_errors); in prism2_stats_proc_show()
75 sums->rx_discards_wep_undecryptable); in prism2_stats_proc_show()
77 sums->rx_message_in_msg_fragments); in prism2_stats_proc_show()
[all …]
/openbmc/linux/crypto/
H A Dnhpoly1305.c45 u64 sums[4] = { 0, 0, 0, 0 }; in nh_generic() local
56 sums[0] += (u64)(u32)(m0 + key[ 0]) * (u32)(m2 + key[ 2]); in nh_generic()
57 sums[1] += (u64)(u32)(m0 + key[ 4]) * (u32)(m2 + key[ 6]); in nh_generic()
58 sums[2] += (u64)(u32)(m0 + key[ 8]) * (u32)(m2 + key[10]); in nh_generic()
59 sums[3] += (u64)(u32)(m0 + key[12]) * (u32)(m2 + key[14]); in nh_generic()
60 sums[0] += (u64)(u32)(m1 + key[ 1]) * (u32)(m3 + key[ 3]); in nh_generic()
61 sums[1] += (u64)(u32)(m1 + key[ 5]) * (u32)(m3 + key[ 7]); in nh_generic()
69 hash[0] = cpu_to_le64(sums[0]); in nh_generic()
70 hash[1] = cpu_to_le64(sums[1]); in nh_generic()
71 hash[2] = cpu_to_le64(sums[2]); in nh_generic()
[all …]
/openbmc/linux/fs/btrfs/
H A Dfile-item.c558 if (!sums) { in btrfs_lookup_csums_list()
564 sums->len = size; in btrfs_lookup_csums_list()
569 sums->sums, in btrfs_lookup_csums_list()
582 list_del(&sums->list); in btrfs_lookup_csums_list()
583 kfree(sums); in btrfs_lookup_csums_list()
753 if (!sums) in btrfs_csum_one_bio()
774 sums->sums + index); in btrfs_csum_one_bio()
781 bbio->sums = sums; in btrfs_csum_one_bio()
793 bbio->sums = kmalloc(sizeof(*bbio->sums), GFP_NOFS); in btrfs_alloc_dummy_sum()
794 if (!bbio->sums) in btrfs_alloc_dummy_sum()
[all …]
H A Dbio.h60 struct btrfs_ordered_sum *sums; member
H A Dfile-item.h51 struct btrfs_ordered_sum *sums);
H A Dtree-log.c862 sums->logical); in replay_one_extent()
866 sums->len); in replay_one_extent()
870 sums); in replay_one_extent()
871 list_del(&sums->list); in replay_one_extent()
872 kfree(sums); in replay_one_extent()
4224 const u64 lock_end = sums->logical + sums->len - 1; in log_csums()
4255 ret = btrfs_del_csums(trans, log_root, sums->logical, sums->len); in log_csums()
4417 list_del(&sums->list); in copy_items()
4418 kfree(sums); in copy_items()
4615 list_del(&sums->list); in log_extent_csums()
[all …]
H A Dordered-data.h26 u8 sums[]; member
H A Drelocation.c4400 struct btrfs_ordered_sum *sums = in btrfs_reloc_clone_csums() local
4403 list_del_init(&sums->list); in btrfs_reloc_clone_csums()
4417 sums->logical = ordered->disk_bytenr + sums->logical - disk_bytenr; in btrfs_reloc_clone_csums()
4418 btrfs_add_ordered_sum(ordered, sums); in btrfs_reloc_clone_csums()
H A Dzoned.c1667 struct btrfs_ordered_sum *sum = bbio->sums; in btrfs_record_physical_zoned()
H A Dinode.c1726 struct btrfs_ordered_sum *sums; in csum_exist_in_range() local
1736 sums = list_entry(list.next, struct btrfs_ordered_sum, list); in csum_exist_in_range()
1737 list_del(&sums->list); in csum_exist_in_range()
1738 kfree(sums); in csum_exist_in_range()
/openbmc/linux/sound/pci/ctxfi/
H A Dctmixer.c857 mixer->sums[i] = sum; in ct_mixer_get_resources()
889 if (NULL != mixer->sums[i]) { in ct_mixer_get_resources()
891 mixer->sums[i] = NULL; in ct_mixer_get_resources()
917 if (!mixer->sums) { in ct_mixer_get_mem()
945 sum = mixer->sums[k*CHN_NUM]; in ct_mixer_topology_build()
948 sum = mixer->sums[k*CHN_NUM+1]; in ct_mixer_topology_build()
974 sum = mixer->sums[k*CHN_NUM]; in ct_mixer_topology_build()
977 sum = mixer->sums[k*CHN_NUM+1]; in ct_mixer_topology_build()
983 sum = mixer->sums[SUM_IN_F*CHN_NUM]; in ct_mixer_topology_build()
1159 if (NULL != mixer->sums[i]) in ct_mixer_destroy()
[all …]
H A Dctmixer.h45 void **sums; /* sum resources for signal collection */ member
/openbmc/openbmc/poky/meta/lib/
H A Dbuildstats.py119 sums = [ a - b for a, b in zip(diskdata, self.diskstats_data) ]
120 readTput = sums[0] / 2.0 * 100.0 / interval
121 writeTput = sums[1] / 2.0 * 100.0 / interval
122 util = float( sums[2] ) / 10 / interval
/openbmc/linux/Documentation/driver-api/mtd/
H A Dspi-intel.rst61 The SHA1 sums must match. Otherwise do not continue any further!
80 The SHA1 sums should match.
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py486 sums = [ a - b for a, b in zip(sample1.diskdata, sample2.diskdata) ]
487 readTput = sums[0] / 2.0 * 100.0 / interval
488 writeTput = sums[1] / 2.0 * 100.0 / interval
489 util = float( sums[2] ) / 10 / interval
/openbmc/linux/Documentation/networking/
H A Dudplite.rst209 sums the contents of the entire first two packets, plus 15 bytes of
/openbmc/linux/tools/perf/Documentation/
H A Dperf-stat.txt52 'percore' is a event qualifier that sums up the event counts for both
525 This option with event modifier "percore" enabled also sums up the event
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dzoran.rst507 This gives us a data rate of 165 bits per block, which, times 3168, sums up
/openbmc/linux/Documentation/mm/
H A Dhugetlbfs_reserv.rst559 comment in hugetlb_acct_memory sums up the interaction between reservations
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst390 = (total sums of managed_pages from zone[i+1] to zone[j] on the node)
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dmemory.rst650 per-node page counts including "hierarchical_<counter>" which sums up all
/openbmc/linux/Documentation/trace/
H A Dhistogram.rst92 are essentially sums, and the other modifiers don't make sense
1634 continually updated sums associated with that key. A histogram
H A Dhistogram-design.rst164 in the histogram, and this is where the continually aggregated sums | |
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst598 but their values are the sums of the corresponding values for all mappings of

12