Searched refs:add_size (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/pci/ |
| D | setup-bus.c | 36 resource_size_t add_size; member 59 struct resource *res, resource_size_t add_size, in add_to_list() argument 73 tmp->add_size = add_size; in add_to_list() 113 return dev_res ? dev_res->add_size : 0; in get_res_add_size() 219 resource_size_t add_size, align; in reassign_resources_sorted() local 241 add_size = add_res->add_size; in reassign_resources_sorted() 245 res->end = res->start + add_size - 1; in reassign_resources_sorted() 252 add_size, align)) in reassign_resources_sorted() 254 (unsigned long long) add_size, idx, in reassign_resources_sorted() 778 resource_size_t add_size, in calculate_iosize() argument [all …]
|
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ |
| D | mr.c | 1511 int add_size; in mlx5_alloc_priv_descs() local 1514 add_size = max_t(int, MLX5_UMR_ALIGN - ARCH_KMALLOC_MINALIGN, 0); in mlx5_alloc_priv_descs() 1516 mr->descs_alloc = kzalloc(size + add_size, GFP_KERNEL); in mlx5_alloc_priv_descs()
|
| /Linux-v5.4/fs/ubifs/ |
| D | debug.c | 1692 static int add_size(struct ubifs_info *c, struct ubifs_znode *znode, void *priv) in add_size() function 1720 err = dbg_walk_index(c, NULL, add_size, &calc); in dbg_check_idx_size()
|
| /Linux-v5.4/include/linux/ |
| D | pci.h | 1202 int __must_check pci_reassign_resource(struct pci_dev *dev, int i, resource_size_t add_size, resour…
|