Home
last modified time | relevance | path

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

/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 …]
/linux/fs/btrfs/
H A Dfile-item.c472 struct btrfs_ordered_sum *sums; in btrfs_lookup_csums_list() local
562 sums = kzalloc(btrfs_ordered_sum_size(fs_info, size), in btrfs_lookup_csums_list()
564 if (!sums) { in btrfs_lookup_csums_list()
569 sums->logical = start; in btrfs_lookup_csums_list()
570 sums->len = size; in btrfs_lookup_csums_list()
575 sums->sums, in btrfs_lookup_csums_list()
580 list_add_tail(&sums->list, list); in btrfs_lookup_csums_list()
590 list_for_each_entry_safe(sums, tmp_sums, list, list) in btrfs_lookup_csums_list()
591 kfree(sums); in btrfs_lookup_csums_list()
748 struct btrfs_ordered_sum *sums; in btrfs_csum_one_bio() local
[all …]
H A Dtree-log.c873 struct btrfs_ordered_sum *sums; in replay_one_extent() local
876 sums = list_entry(ordered_sums.next, in replay_one_extent()
880 sums->logical); in replay_one_extent()
883 sums->logical, in replay_one_extent()
884 sums->len); in replay_one_extent()
888 sums); in replay_one_extent()
889 list_del(&sums->list); in replay_one_extent()
890 kfree(sums); in replay_one_extent()
4301 struct btrfs_ordered_sum *sums) in log_csums() argument
4303 const u64 lock_end = sums->logical + sums->len - 1; in log_csums()
[all …]
H A Dbio.h62 struct btrfs_ordered_sum *sums; member
H A Dfile-item.h64 struct btrfs_ordered_sum *sums);
H A Dordered-data.h34 u8 sums[]; member
H A Drelocation.c4279 struct btrfs_ordered_sum *sums = in btrfs_reloc_clone_csums() local
4282 list_del_init(&sums->list); in btrfs_reloc_clone_csums()
4296 sums->logical = ordered->disk_bytenr + sums->logical - disk_bytenr; in btrfs_reloc_clone_csums()
4297 btrfs_add_ordered_sum(ordered, sums); in btrfs_reloc_clone_csums()
H A Dzoned.c1770 struct btrfs_ordered_sum *sum = bbio->sums; in btrfs_record_physical_zoned()
/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
/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.
/linux/Documentation/networking/
H A Dudplite.rst209 sums the contents of the entire first two packets, plus 15 bytes of
/linux/tools/perf/Documentation/
H A Dperf-stat.txt52 'percore' is a event qualifier that sums up the event counts for both
548 This option with event modifier "percore" enabled also sums up the event
/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
/linux/Documentation/mm/
H A Dhugetlbfs_reserv.rst559 comment in hugetlb_acct_memory sums up the interaction between reservations
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst429 = (total sums of managed_pages from zone[i+1] to zone[j] on the node)
/linux/Documentation/trace/
H A Dhistogram-design.rst164 in the histogram, and this is where the continually aggregated sums | |