Searched refs:sums (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | file-item.c | 501 struct btrfs_ordered_sum *sums; in btrfs_lookup_csums_list() local 591 sums = kzalloc(btrfs_ordered_sum_size(fs_info, size), in btrfs_lookup_csums_list() 593 if (!sums) { in btrfs_lookup_csums_list() 598 sums->logical = start; in btrfs_lookup_csums_list() 599 sums->len = size; in btrfs_lookup_csums_list() 604 sums->sums, in btrfs_lookup_csums_list() 609 list_add_tail(&sums->list, list); in btrfs_lookup_csums_list() 619 list_for_each_entry_safe(sums, tmp_sums, list, list) in btrfs_lookup_csums_list() 620 kfree(sums); in btrfs_lookup_csums_list() 772 struct btrfs_ordered_sum *sums = bbio->sums; in csum_one_bio() local [all …]
|
| H A D | tree-log.c | 982 struct btrfs_ordered_sum *sums; in replay_one_extent() local 985 sums = list_first_entry(&ordered_sums, struct btrfs_ordered_sum, list); in replay_one_extent() 986 csum_root = btrfs_csum_root(fs_info, sums->logical); in replay_one_extent() 988 ret = btrfs_del_csums(trans, csum_root, sums->logical, in replay_one_extent() 989 sums->len); in replay_one_extent() 993 sums->logical, in replay_one_extent() 994 sums->logical + sums->len, in replay_one_extent() 999 ret = btrfs_csum_file_blocks(trans, csum_root, sums); in replay_one_extent() 1003 sums->logical, in replay_one_extent() 1004 sums->logical + sums->len, in replay_one_extent() [all …]
|
| H A D | ordered-data.h | 35 u8 sums[]; member
|
| H A D | relocation.c | 5643 struct btrfs_ordered_sum *sums = in btrfs_reloc_clone_csums() local 5646 list_del_init(&sums->list); in btrfs_reloc_clone_csums() 5660 sums->logical = ordered->disk_bytenr + sums->logical - disk_bytenr; in btrfs_reloc_clone_csums() 5661 btrfs_add_ordered_sum(ordered, sums); in btrfs_reloc_clone_csums()
|
| H A D | zoned.c | 2059 struct btrfs_ordered_sum *sum = bbio->sums; in btrfs_record_physical_zoned()
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctmixer.c | 884 sum_c = mixer->sums[SUM_IN_F_C*CHN_NUM+i]; in ct_mixer_recording_select() 924 mixer->sums[i] = sum; in ct_mixer_get_resources() 956 if (NULL != mixer->sums[i]) { in ct_mixer_get_resources() 957 sum_mgr->put_sum(sum_mgr, (struct sum *)mixer->sums[i]); in ct_mixer_get_resources() 958 mixer->sums[i] = NULL; in ct_mixer_get_resources() 982 mixer->sums = kcalloc(NUM_CT_SUMS * CHN_NUM, sizeof(void *), in ct_mixer_get_mem() 984 if (!mixer->sums) { in ct_mixer_get_mem() 1012 sum = mixer->sums[k*CHN_NUM]; in ct_mixer_topology_build() 1015 sum = mixer->sums[k*CHN_NUM+1]; in ct_mixer_topology_build() 1041 sum = mixer->sums[k*CHN_NUM]; in ct_mixer_topology_build() [all …]
|
| H A D | ctmixer.h | 45 void **sums; /* sum resources for signal collection */ member
|
| /linux/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/Documentation/networking/ |
| H A D | udplite.rst | 209 sums the contents of the entire first two packets, plus 15 bytes of
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-stat.txt | 52 'percore' is a event qualifier that sums up the event counts for both 560 This option with event modifier "percore" enabled also sums up the event
|
| /linux/Documentation/mm/ |
| H A D | hugetlbfs_reserv.rst | 559 comment in hugetlb_acct_memory sums up the interaction between reservations
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | vm.rst | 440 = (total sums of managed_pages from zone[i+1] to zone[j] on the node)
|