Home
last modified time | relevance | path

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

/linux/drivers/pci/
A Dsetup-bus.c37 resource_size_t add_size; member
75 tmp->add_size = add_size; in add_to_list()
243 add_size = add_res->add_size; in reassign_resources_sorted()
254 add_size, align)) in reassign_resources_sorted()
792 resource_size_t add_size, in calculate_iosize() argument
879 resource_size_t add_size, in pbus_size_io() argument
992 resource_size_t add_size, in pbus_size_mem() argument
1874 add_size = new_size - size; in adjust_bridge_window()
1876 &add_size); in adjust_bridge_window()
1878 add_size = size - new_size; in adjust_bridge_window()
[all …]
/linux/fs/btrfs/
A Dcompression.c687 u32 add_size; in add_ra_bio_pages() local
761 add_size = min(em->start + em->len, page_end + 1) - cur; in add_ra_bio_pages()
762 ret = bio_add_page(cb->orig_bio, page, add_size, offset_in_page(cur)); in add_ra_bio_pages()
763 if (ret != add_size) { in add_ra_bio_pages()
775 btrfs_subpage_start_reader(fs_info, page, cur, add_size); in add_ra_bio_pages()
777 cur += add_size; in add_ra_bio_pages()
/linux/drivers/infiniband/hw/mlx5/
A Dmr.c1883 int add_size; in mlx5_alloc_priv_descs() local
1886 add_size = max_t(int, MLX5_UMR_ALIGN - ARCH_KMALLOC_MINALIGN, 0); in mlx5_alloc_priv_descs()
1888 mr->descs_alloc = kzalloc(size + add_size, GFP_KERNEL); in mlx5_alloc_priv_descs()
/linux/fs/ubifs/
A 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/include/linux/
A Dpci.h1293 int __must_check pci_reassign_resource(struct pci_dev *dev, int i, resource_size_t add_size, resour…

Completed in 29 milliseconds