Searched refs:new_pages (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/block/drbd/ |
| H A D | drbd_bitmap.c | 381 struct page **new_pages, *page; in bm_realloc_pages() local 397 new_pages = kzalloc(bytes, GFP_NOIO | __GFP_NOWARN); in bm_realloc_pages() 398 if (!new_pages) { in bm_realloc_pages() 399 new_pages = __vmalloc(bytes, GFP_NOIO | __GFP_ZERO); in bm_realloc_pages() 400 if (!new_pages) in bm_realloc_pages() 406 new_pages[i] = old_pages[i]; in bm_realloc_pages() 410 bm_free_pages(new_pages + have, i - have); in bm_realloc_pages() 411 bm_vk_free(new_pages); in bm_realloc_pages() 417 new_pages[i] = page; in bm_realloc_pages() 421 new_pages[i] = old_pages[i]; in bm_realloc_pages() [all …]
|
| /linux/arch/s390/kvm/ |
| H A D | pci.c | 206 unsigned long page_limit, cur_pages, new_pages; in account_mem() local 212 new_pages = cur_pages + nr_pages; in account_mem() 213 if (new_pages > page_limit) in account_mem() 215 } while (!atomic_long_try_cmpxchg(&user->locked_vm, &cur_pages, new_pages)); in account_mem()
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_free_list.c | 386 resp->new_pages = free_list->current_pages + free_list->ready_pages; in pvr_free_list_process_grow_req()
|
| H A D | pvr_rogue_fwif_check.h | 264 OFFSET_CHECK(struct rogue_fwif_freelist_gs_data, new_pages, 8);
|