Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/
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()
221 resource_size_t add_size, align; in reassign_resources_sorted() local
243 add_size = add_res->add_size; in reassign_resources_sorted()
247 res->end = res->start + add_size - 1; in reassign_resources_sorted()
254 add_size, align)) in reassign_resources_sorted()
256 (unsigned long long) add_size, idx, in reassign_resources_sorted()
792 resource_size_t add_size, in calculate_iosize() argument
[all …]
/Linux-v6.1/fs/btrfs/
Dcompression.c550 u32 add_size; in add_ra_bio_pages() local
628 add_size = min(em->start + em->len, page_end + 1) - cur; in add_ra_bio_pages()
629 ret = bio_add_page(cb->orig_bio, page, add_size, offset_in_page(cur)); in add_ra_bio_pages()
630 if (ret != add_size) { in add_ra_bio_pages()
642 btrfs_subpage_start_reader(fs_info, page, cur, add_size); in add_ra_bio_pages()
644 cur += add_size; in add_ra_bio_pages()
/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dmr.c1531 int add_size; in mlx5_alloc_priv_descs() local
1534 add_size = max_t(int, MLX5_UMR_ALIGN - ARCH_KMALLOC_MINALIGN, 0); in mlx5_alloc_priv_descs()
1536 mr->descs_alloc = kzalloc(size + add_size, GFP_KERNEL); in mlx5_alloc_priv_descs()
/Linux-v6.1/fs/ubifs/
Ddebug.c1714 static int add_size(struct ubifs_info *c, struct ubifs_znode *znode, void *priv) in add_size() function
1742 err = dbg_walk_index(c, NULL, add_size, &calc); in dbg_check_idx_size()
/Linux-v6.1/include/linux/
Dpci.h1315 int __must_check pci_reassign_resource(struct pci_dev *dev, int i, resource_size_t add_size, resour…