Home
last modified time | relevance | path

Searched refs:add_size (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dsetup-bus.c37 resource_size_t add_size; member
61 struct resource *res, resource_size_t add_size, in add_to_list() argument
75 tmp->add_size = add_size; in add_to_list()
115 return dev_res ? dev_res->add_size : 0; in get_res_add_size()
218 resource_size_t add_size, align; in reassign_resources_sorted() local
240 add_size = add_res->add_size; in reassign_resources_sorted()
244 res->end = res->start + add_size - 1; in reassign_resources_sorted()
251 add_size, align)) in reassign_resources_sorted()
253 (unsigned long long) add_size, idx, in reassign_resources_sorted()
788 resource_size_t add_size, in calculate_iosize() argument
[all …]
/openbmc/linux/fs/btrfs/
H A Dcompression.c357 u32 add_size; in add_ra_bio_pages() local
423 add_size = min(em->start + em->len, page_end + 1) - cur; in add_ra_bio_pages()
436 ret = bio_add_page(orig_bio, page, add_size, offset_in_page(cur)); in add_ra_bio_pages()
437 if (ret != add_size) { in add_ra_bio_pages()
449 btrfs_subpage_start_reader(fs_info, page, cur, add_size); in add_ra_bio_pages()
451 cur += add_size; in add_ra_bio_pages()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c1786 int add_size; in mlx5_alloc_priv_descs() local
1789 add_size = max_t(int, MLX5_UMR_ALIGN - ARCH_KMALLOC_MINALIGN, 0); in mlx5_alloc_priv_descs()
1790 if (is_power_of_2(MLX5_UMR_ALIGN) && add_size) { in mlx5_alloc_priv_descs()
1793 add_size = min_t(int, end - size, add_size); in mlx5_alloc_priv_descs()
1796 mr->descs_alloc = kzalloc(size + add_size, GFP_KERNEL); in mlx5_alloc_priv_descs()
/openbmc/u-boot/fs/ubifs/
H A Ddebug.c1738 static int add_size(struct ubifs_info *c, struct ubifs_znode *znode, void *priv) in add_size() function
1766 err = dbg_walk_index(c, NULL, add_size, &calc); in dbg_check_idx_size()
/openbmc/linux/fs/ubifs/
H A Ddebug.c1718 static int add_size(struct ubifs_info *c, struct ubifs_znode *znode, void *priv) in add_size() function
1746 err = dbg_walk_index(c, NULL, add_size, &calc); in dbg_check_idx_size()
/openbmc/linux/include/linux/
H A Dpci.h1358 int __must_check pci_reassign_resource(struct pci_dev *dev, int i, resource_size_t add_size, resour…