Home
last modified time | relevance | path

Searched refs:new_space (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/ia64/pci/
H A Dpci.c124 static unsigned int new_space(u64 phys_base, int sparse) in new_space() function
170 space_nr = new_space(entry->offset, sparse); in add_io_space()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Drgrp.c2568 unsigned int new_space; in gfs2_rlist_add() local
2604 new_space = rlist->rl_space + 10; in gfs2_rlist_add()
2606 tmp = kcalloc(new_space, sizeof(struct gfs2_rgrpd *), in gfs2_rlist_add()
2615 rlist->rl_space = new_space; in gfs2_rlist_add()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.c1603 unsigned int new_space = old_space + pages; in amdgpu_ras_realloc_eh_data_space() local
1604 unsigned int align_space = ALIGN(new_space, 512); in amdgpu_ras_realloc_eh_data_space()