Home
last modified time | relevance | path

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

/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
53 seq_printf(m, "TxUnicastFrames=%u\n", sums->tx_unicast_frames); in prism2_stats_proc_show()
54 seq_printf(m, "TxMulticastframes=%u\n", sums->tx_multicast_frames); in prism2_stats_proc_show()
55 seq_printf(m, "TxFragments=%u\n", sums->tx_fragments); in prism2_stats_proc_show()
56 seq_printf(m, "TxUnicastOctets=%u\n", sums->tx_unicast_octets); in prism2_stats_proc_show()
57 seq_printf(m, "TxMulticastOctets=%u\n", sums->tx_multicast_octets); in prism2_stats_proc_show()
59 sums->tx_deferred_transmissions); in prism2_stats_proc_show()
60 seq_printf(m, "TxSingleRetryFrames=%u\n", sums->tx_single_retry_frames); 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()
[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()
62 sums[2] += (u64)(u32)(m1 + key[ 9]) * (u32)(m3 + key[11]); in nh_generic()
63 sums[3] += (u64)(u32)(m1 + key[13]) * (u32)(m3 + key[15]); in nh_generic()
69 hash[0] = cpu_to_le64(sums[0]); in nh_generic()
[all …]
/openbmc/linux/fs/btrfs/
H A Dfile-item.c465 struct btrfs_ordered_sum *sums; in btrfs_lookup_csums_list() local
556 sums = kzalloc(btrfs_ordered_sum_size(fs_info, size), in btrfs_lookup_csums_list()
558 if (!sums) { in btrfs_lookup_csums_list()
563 sums->logical = start; in btrfs_lookup_csums_list()
564 sums->len = size; in btrfs_lookup_csums_list()
569 sums->sums, in btrfs_lookup_csums_list()
574 list_add_tail(&sums->list, &tmplist); in btrfs_lookup_csums_list()
581 sums = list_entry(tmplist.next, struct btrfs_ordered_sum, list); in btrfs_lookup_csums_list()
582 list_del(&sums->list); in btrfs_lookup_csums_list()
583 kfree(sums); in btrfs_lookup_csums_list()
[all …]
H A Dtree-log.c874 struct btrfs_ordered_sum *sums; in replay_one_extent() local
877 sums = list_entry(ordered_sums.next, in replay_one_extent()
881 sums->logical); in replay_one_extent()
884 sums->logical, in replay_one_extent()
885 sums->len); in replay_one_extent()
889 sums); in replay_one_extent()
890 list_del(&sums->list); in replay_one_extent()
891 kfree(sums); in replay_one_extent()
4241 struct btrfs_ordered_sum *sums) in log_csums() argument
4243 const u64 lock_end = sums->logical + sums->len - 1; in log_csums()
[all …]
H A Dbio.h60 struct btrfs_ordered_sum *sums; member
H A Dfile-item.h51 struct btrfs_ordered_sum *sums);
H A Dordered-data.h26 u8 sums[]; member
H A Drelocation.c4329 struct btrfs_ordered_sum *sums = in btrfs_reloc_clone_csums() local
4332 list_del_init(&sums->list); in btrfs_reloc_clone_csums()
4346 sums->logical = ordered->disk_bytenr + sums->logical - disk_bytenr; in btrfs_reloc_clone_csums()
4347 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.c1729 struct btrfs_ordered_sum *sums; in csum_exist_in_range() local
1739 sums = list_entry(list.next, struct btrfs_ordered_sum, list); in csum_exist_in_range()
1740 list_del(&sums->list); in csum_exist_in_range()
1741 kfree(sums); in csum_exist_in_range()
/openbmc/linux/sound/pci/ctxfi/
H A Dctmixer.c817 sum_c = mixer->sums[SUM_IN_F_C*CHN_NUM+i]; in ct_mixer_recording_select()
857 mixer->sums[i] = sum; in ct_mixer_get_resources()
889 if (NULL != mixer->sums[i]) { in ct_mixer_get_resources()
890 sum_mgr->put_sum(sum_mgr, (struct sum *)mixer->sums[i]); in ct_mixer_get_resources()
891 mixer->sums[i] = NULL; in ct_mixer_get_resources()
915 mixer->sums = kcalloc(NUM_CT_SUMS * CHN_NUM, sizeof(void *), in ct_mixer_get_mem()
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()
[all …]
H A Dctmixer.h45 void **sums; /* sum resources for signal collection */ member
/openbmc/openbmc/poky/meta/lib/oe/
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/cgroup-v1/
H A Dmemory.rst650 per-node page counts including "hierarchical_<counter>" which sums up all
/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/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
H A Dxfs-online-fsck-design.rst48 Part 7 sums up what has been discussed so far and speculates about what else