| /linux-6.15/crypto/ |
| H A D | nhpoly1305.c | 45 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 …]
|
| /linux-6.15/fs/btrfs/ |
| H A D | file-item.c | 561 if (!sums) { in btrfs_lookup_csums_list() 566 sums->logical = start; in btrfs_lookup_csums_list() 567 sums->len = size; in btrfs_lookup_csums_list() 572 sums->sums, in btrfs_lookup_csums_list() 588 kfree(sums); in btrfs_lookup_csums_list() 759 if (!sums) in btrfs_csum_one_bio() 780 sums->sums + index); in btrfs_csum_one_bio() 787 bbio->sums = sums; in btrfs_csum_one_bio() 799 bbio->sums = kmalloc(sizeof(*bbio->sums), GFP_NOFS); in btrfs_alloc_dummy_sum() 800 if (!bbio->sums) in btrfs_alloc_dummy_sum() [all …]
|
| H A D | tree-log.c | 867 sums->logical); in replay_one_extent() 871 sums->len); in replay_one_extent() 875 sums); in replay_one_extent() 876 list_del(&sums->list); in replay_one_extent() 877 kfree(sums); in replay_one_extent() 4285 const u64 lock_end = sums->logical + sums->len - 1; in log_csums() 4316 ret = btrfs_del_csums(trans, log_root, sums->logical, sums->len); in log_csums() 4475 list_del(&sums->list); in copy_items() 4476 kfree(sums); in copy_items() 4675 list_del(&sums->list); in log_extent_csums() [all …]
|
| H A D | bio.h | 62 struct btrfs_ordered_sum *sums; member
|
| H A D | file-item.h | 66 struct btrfs_ordered_sum *sums);
|
| H A D | ordered-data.h | 35 u8 sums[]; member
|
| H A D | relocation.c | 4281 struct btrfs_ordered_sum *sums = in btrfs_reloc_clone_csums() local 4284 list_del_init(&sums->list); in btrfs_reloc_clone_csums() 4298 sums->logical = ordered->disk_bytenr + sums->logical - disk_bytenr; in btrfs_reloc_clone_csums() 4299 btrfs_add_ordered_sum(ordered, sums); in btrfs_reloc_clone_csums()
|
| H A D | zoned.c | 1783 struct btrfs_ordered_sum *sum = bbio->sums; in btrfs_record_physical_zoned()
|
| /linux-6.15/sound/pci/ctxfi/ |
| H A D | ctmixer.c | 857 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 D | ctmixer.h | 45 void **sums; /* sum resources for signal collection */ member
|
| /linux-6.15/Documentation/driver-api/mtd/ |
| H A D | spi-intel.rst | 61 The SHA1 sums must match. Otherwise do not continue any further! 80 The SHA1 sums should match.
|
| /linux-6.15/Documentation/networking/ |
| H A D | udplite.rst | 209 sums the contents of the entire first two packets, plus 15 bytes of
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-stat.txt | 52 '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-6.15/Documentation/driver-api/media/drivers/ |
| H A D | zoran.rst | 507 This gives us a data rate of 165 bits per block, which, times 3168, sums up
|
| /linux-6.15/Documentation/mm/ |
| H A D | hugetlbfs_reserv.rst | 559 comment in hugetlb_acct_memory sums up the interaction between reservations
|
| /linux-6.15/Documentation/admin-guide/cgroup-v1/ |
| H A D | memory.rst | 664 per-node page counts including "hierarchical_<counter>" which sums up all
|
| /linux-6.15/Documentation/admin-guide/sysctl/ |
| H A D | vm.rst | 438 = (total sums of managed_pages from zone[i+1] to zone[j] on the node)
|
| /linux-6.15/Documentation/trace/ |
| H A D | histogram.rst | 92 are essentially sums, and the other modifiers don't make sense 1634 continually updated sums associated with that key. A histogram
|
| H A D | histogram-design.rst | 164 in the histogram, and this is where the continually aggregated sums | |
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | proc.rst | 636 but their values are the sums of the corresponding values for all mappings of
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 48 Part 7 sums up what has been discussed so far and speculates about what else
|