Home
last modified time | relevance | path

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

/linux/drivers/pci/
A Dsetup-bus.c40 resource_size_t add_size; member
78 tmp->add_size = add_size; in add_to_list()
246 add_size = add_res->add_size; in reassign_resources_sorted()
257 add_size, align)) in reassign_resources_sorted()
800 resource_size_t add_size, in calculate_iosize() argument
885 resource_size_t add_size, in pbus_size_io() argument
1058 resource_size_t add_size, in pbus_size_mem() argument
1839 add_size = new_size - size; in adjust_bridge_window()
1841 &add_size); in adjust_bridge_window()
1843 add_size = size - new_size; in adjust_bridge_window()
[all …]
/linux/drivers/gpu/drm/
A Ddrm_file.c886 size_t add_size = (obj->funcs && obj->funcs->rss) ? in drm_show_memory_stats() local
902 status.resident += add_size; in drm_show_memory_stats()
911 status.active += add_size; in drm_show_memory_stats()
918 status.purgeable += add_size; in drm_show_memory_stats()
/linux/fs/btrfs/
A Dcompression.c451 u32 add_size; in add_ra_bio_pages() local
522 add_size = min(em->start + em->len, page_end + 1) - cur; in add_ra_bio_pages()
536 if (!bio_add_folio(orig_bio, folio, add_size, in add_ra_bio_pages()
549 add_size); in add_ra_bio_pages()
551 cur += add_size; in add_ra_bio_pages()
/linux/drivers/infiniband/hw/mlx5/
A Dmr.c1906 int add_size; in mlx5_alloc_priv_descs() local
1909 add_size = max_t(int, MLX5_UMR_ALIGN - ARCH_KMALLOC_MINALIGN, 0); in mlx5_alloc_priv_descs()
1910 if (is_power_of_2(MLX5_UMR_ALIGN) && add_size) { in mlx5_alloc_priv_descs()
1913 add_size = min_t(int, end - size, add_size); in mlx5_alloc_priv_descs()
1916 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.h1386 int __must_check pci_reassign_resource(struct pci_dev *dev, int i, resource_size_t add_size, resour…

Completed in 30 milliseconds