Home
last modified time | relevance | path

Searched refs:add_size (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/
H A Dsetup-bus.c37 resource_size_t add_size; member
57 * @add_size: Additional size to be optionally added to the resource
61 struct resource *res, resource_size_t add_size, in add_to_list()
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 in reassign_resources_sorted()
60 add_to_list(struct list_head *head, struct pci_dev *dev, struct resource *res, resource_size_t add_size, resource_size_t min_align) add_to_list() argument
789 calculate_iosize(resource_size_t size, resource_size_t min_size, resource_size_t size1, resource_size_t add_size, resource_size_t children_add_size, resource_size_t old_size, resource_size_t align) calculate_iosize() argument
816 calculate_memsize(resource_size_t size, resource_size_t min_size, resource_size_t add_size, resource_size_t children_add_size, resource_size_t old_size, resource_size_t align) calculate_memsize() argument
878 pbus_size_io(struct pci_bus *bus, resource_size_t min_size, resource_size_t add_size, struct list_head *realloc_head) pbus_size_io() argument
989 pbus_size_mem(struct pci_bus *bus, unsigned long mask, unsigned long type, unsigned long type2, unsigned long type3, resource_size_t min_size, resource_size_t add_size, struct list_head *realloc_head) pbus_size_mem() argument
1865 resource_size_t add_size, size = resource_size(res); adjust_bridge_window() local
[all...]
/kernel/linux/linux-6.6/drivers/pci/
H A Dsetup-bus.c37 resource_size_t add_size; member
57 * @add_size: Additional size to be optionally added to the resource
61 struct resource *res, resource_size_t add_size, in add_to_list()
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 in reassign_resources_sorted()
60 add_to_list(struct list_head *head, struct pci_dev *dev, struct resource *res, resource_size_t add_size, resource_size_t min_align) add_to_list() argument
785 calculate_iosize(resource_size_t size, resource_size_t min_size, resource_size_t size1, resource_size_t add_size, resource_size_t children_add_size, resource_size_t old_size, resource_size_t align) calculate_iosize() argument
812 calculate_memsize(resource_size_t size, resource_size_t min_size, resource_size_t add_size, resource_size_t children_add_size, resource_size_t old_size, resource_size_t align) calculate_memsize() argument
874 pbus_size_io(struct pci_bus *bus, resource_size_t min_size, resource_size_t add_size, struct list_head *realloc_head) pbus_size_io() argument
984 pbus_size_mem(struct pci_bus *bus, unsigned long mask, unsigned long type, unsigned long type2, unsigned long type3, resource_size_t min_size, resource_size_t add_size, struct list_head *realloc_head) pbus_size_mem() argument
1745 resource_size_t add_size, size = resource_size(res); adjust_bridge_window() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dcompression.c357 u32 add_size; in add_ra_bio_pages() local
435 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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dmr.c1776 int add_size; in mlx5_alloc_priv_descs() local
1779 add_size = max_t(int, MLX5_UMR_ALIGN - ARCH_KMALLOC_MINALIGN, 0); in mlx5_alloc_priv_descs()
1780 if (is_power_of_2(MLX5_UMR_ALIGN) && add_size) { in mlx5_alloc_priv_descs()
1783 add_size = min_t(int, end - size, add_size); in mlx5_alloc_priv_descs()
1786 mr->descs_alloc = kzalloc(size + add_size, GFP_KERNEL); in mlx5_alloc_priv_descs()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dmr.c1638 int add_size; in mlx5_alloc_priv_descs() local
1641 add_size = max_t(int, MLX5_UMR_ALIGN - ARCH_KMALLOC_MINALIGN, 0); in mlx5_alloc_priv_descs()
1643 mr->descs_alloc = kzalloc(size + add_size, GFP_KERNEL); in mlx5_alloc_priv_descs()
/kernel/linux/linux-5.10/fs/ubifs/
H A Ddebug.c1705 * add_size - add znode size to partially calculated index size.
1714 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()
/kernel/linux/linux-6.6/fs/ubifs/
H A Ddebug.c1705 * add_size - add znode size to partially calculated index size.
1714 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()
/kernel/linux/linux-5.10/include/linux/
H A Dpci.h1232 int __must_check pci_reassign_resource(struct pci_dev *dev, int i, resource_size_t add_size, resource_size_t align);
/kernel/linux/linux-6.6/include/linux/
H A Dpci.h1355 int __must_check pci_reassign_resource(struct pci_dev *dev, int i, resource_size_t add_size, resource_size_t align);

Completed in 28 milliseconds