Searched refs:allocate_pages (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | arm64-stub.c | 58 status = efi_call_early(allocate_pages, EFI_ALLOCATE_ADDRESS, in handle_kernel_image()
|
D | efi-stub-helper.c | 207 status = efi_call_early(allocate_pages, in efi_high_alloc() 279 status = efi_call_early(allocate_pages, in efi_low_alloc() 574 status = efi_call_early(allocate_pages, in efi_relocate_kernel()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | efi.h | 183 u64 allocate_pages; member
|
/linux-4.4.14/include/linux/ |
D | efi.h | 166 u32 allocate_pages; member 214 u64 allocate_pages; member 265 efi_status_t (*allocate_pages)(int, int, unsigned long, member
|
D | fscache-cache.h | 283 fscache_pages_retrieval_func_t allocate_pages; member
|
/linux-4.4.14/fs/cachefiles/ |
D | interface.c | 552 .allocate_pages = cachefiles_allocate_pages,
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.c | 41 c->allocate_pages = bt->allocate_pages; \
|
/linux-4.4.14/fs/fscache/ |
D | page.c | 605 ret = object->cache->ops->allocate_pages( in __fscache_read_or_alloc_pages()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 303 als=N Number of in-progress allocate_pages() cache ops
|
D | backend-api.txt | 487 int (*allocate_pages)(struct fscache_retrieval *op,
|