Searched refs:add_size (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/pci/ |
| H A D | setup-bus.c | 40 resource_size_t add_size; member 78 tmp->add_size = add_size; in add_to_list() 279 add_size = add_res->add_size; in reassign_resources_sorted() 289 } else if (add_size > 0) { in reassign_resources_sorted() 901 resource_size_t add_size, in calculate_iosize() argument 984 resource_size_t add_size, in pbus_size_io() argument 1161 resource_size_t add_size, in pbus_size_mem() argument 1949 add_size = new_size - size; in adjust_bridge_window() 1951 &add_size); in adjust_bridge_window() 1953 add_size = size - new_size; in adjust_bridge_window() [all …]
|
| H A D | pci.h | 333 int __must_check pci_reassign_resource(struct pci_dev *dev, int i, resource_size_t add_size, resour…
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_file.c | 913 size_t add_size = (obj->funcs && obj->funcs->rss) ? in drm_show_memory_stats() local 927 status.resident += add_size; in drm_show_memory_stats() 936 status.active += add_size; in drm_show_memory_stats() 944 status.purgeable += add_size; in drm_show_memory_stats()
|
| /linux-6.15/fs/btrfs/ |
| H A D | compression.c | 451 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() 548 btrfs_folio_set_lock(fs_info, folio, cur, add_size); in add_ra_bio_pages() 550 cur += add_size; in add_ra_bio_pages()
|
| /linux-6.15/drivers/infiniband/hw/mlx5/ |
| H A D | mr.c | 1916 int add_size; in mlx5_alloc_priv_descs() local 1919 add_size = max_t(int, MLX5_UMR_ALIGN - ARCH_KMALLOC_MINALIGN, 0); in mlx5_alloc_priv_descs() 1920 if (is_power_of_2(MLX5_UMR_ALIGN) && add_size) { in mlx5_alloc_priv_descs() 1923 add_size = min_t(int, end - size, add_size); in mlx5_alloc_priv_descs() 1926 mr->descs_alloc = kzalloc(size + add_size, GFP_KERNEL); in mlx5_alloc_priv_descs()
|
| /linux-6.15/fs/ubifs/ |
| H A D | debug.c | 1717 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()
|