Searched refs:allocate_pages (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/drivers/firmware/efi/libstub/ |
D | relocate.c | 82 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_low_alloc_above() 148 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_relocate_kernel()
|
D | alignedmem.c | 38 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_MAX_ADDRESS, in efi_allocate_pages_aligned()
|
D | mem.c | 102 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_MAX_ADDRESS, in efi_allocate_pages()
|
D | randomalloc.c | 118 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_random_alloc()
|
D | efistub.h | 218 efi_status_t (__efiapi *allocate_pages)(int, int, unsigned long, 288 u32 allocate_pages; member
|
/Linux-v5.15/include/linux/ |
D | fscache-cache.h | 292 fscache_pages_retrieval_func_t allocate_pages; member
|
/Linux-v5.15/fs/cachefiles/ |
D | interface.c | 566 .allocate_pages = cachefiles_allocate_pages,
|
/Linux-v5.15/fs/fscache/ |
D | page.c | 620 ret = object->cache->ops->allocate_pages( in __fscache_read_or_alloc_pages()
|
/Linux-v5.15/Documentation/filesystems/caching/ |
D | fscache.rst | 396 | |als=N |Number of in-progress allocate_pages() cache ops |
|
D | backend-api.rst | 485 int (*allocate_pages)(struct fscache_retrieval *op,
|