Searched refs:add_size (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/pci/ |
D | setup-bus.c | 36 resource_size_t add_size; member 62 resource_size_t add_size, resource_size_t min_align) in add_to_list() argument 75 tmp->add_size = add_size; in add_to_list() 116 return dev_res ? dev_res->add_size : 0; in get_res_add_size() 224 resource_size_t add_size, align; in reassign_resources_sorted() local 246 add_size = add_res->add_size; in reassign_resources_sorted() 250 res->end = res->start + add_size - 1; in reassign_resources_sorted() 257 add_size, align)) in reassign_resources_sorted() 260 (unsigned long long)add_size, in reassign_resources_sorted() 894 resource_size_t add_size, struct list_head *realloc_head) in pbus_size_io() argument [all …]
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | mr.c | 1562 int add_size; in mlx5_alloc_priv_descs() local 1565 add_size = max_t(int, MLX5_UMR_ALIGN - ARCH_KMALLOC_MINALIGN, 0); in mlx5_alloc_priv_descs() 1567 mr->descs_alloc = kzalloc(size + add_size, GFP_KERNEL); in mlx5_alloc_priv_descs()
|
/Linux-v4.19/fs/ubifs/ |
D | debug.c | 1699 static int add_size(struct ubifs_info *c, struct ubifs_znode *znode, void *priv) in add_size() function 1727 err = dbg_walk_index(c, NULL, add_size, &calc); in dbg_check_idx_size()
|
/Linux-v4.19/include/linux/ |
D | pci.h | 1125 int __must_check pci_reassign_resource(struct pci_dev *dev, int i, resource_size_t add_size, resour…
|