Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dsetup-bus.c47 resource_size_t add_size; member
71 struct resource *res, resource_size_t add_size, in pci_dev_res_add_to_list() argument
85 tmp->add_size = add_size; in pci_dev_res_add_to_list()
126 return dev_res ? dev_res->add_size : 0; in get_res_add_size()
429 resource_size_t add_size, align; in reassign_resources_sorted() local
450 add_size = add_res->add_size; in reassign_resources_sorted()
454 resource_size(res) + add_size); in reassign_resources_sorted()
460 } else if (add_size > 0 || !IS_ALIGNED(res->start, align)) { in reassign_resources_sorted()
463 if (pci_reassign_resource(dev, idx, add_size, align)) in reassign_resources_sorted()
466 (unsigned long long) add_size); in reassign_resources_sorted()
[all …]
/linux/drivers/gpu/drm/
H A Ddrm_file.c925 size_t add_size = (obj->funcs && obj->funcs->rss) ? in drm_show_memory_stats() local
939 status.resident += add_size; in drm_show_memory_stats()
948 status.active += add_size; in drm_show_memory_stats()
956 status.purgeable += add_size; in drm_show_memory_stats()
/linux/fs/btrfs/
H A Dcompression.c407 u32 add_size; in add_ra_bio_pages() local
478 add_size = min(btrfs_extent_map_end(em), page_end + 1) - cur; in add_ra_bio_pages()
492 if (!bio_add_folio(orig_bio, folio, add_size, in add_ra_bio_pages()
504 btrfs_folio_set_lock(fs_info, folio, cur, add_size); in add_ra_bio_pages()
506 cur += add_size; in add_ra_bio_pages()
/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c1983 int add_size; in mlx5_alloc_priv_descs() local
1986 add_size = max_t(int, MLX5_UMR_ALIGN - ARCH_KMALLOC_MINALIGN, 0); in mlx5_alloc_priv_descs()
1987 if (is_power_of_2(MLX5_UMR_ALIGN) && add_size) { in mlx5_alloc_priv_descs()
1990 add_size = min_t(int, end - size, add_size); in mlx5_alloc_priv_descs()
1993 mr->descs_alloc = kzalloc(size + add_size, GFP_KERNEL); in mlx5_alloc_priv_descs()
/linux/fs/ubifs/
H A Ddebug.c1717 static int add_size(struct ubifs_info *c, struct ubifs_znode *znode, void *priv) in add_size() function
1745 err = dbg_walk_index(c, NULL, add_size, &calc); in dbg_check_idx_size()