Searched refs:__get_free_page (Results 151 - 159 of 159) sorted by path

1234567

/linux-master/mm/
H A Dmemory.c6216 char *buf = (char *)__get_free_page(GFP_NOWAIT);
H A Dmincore.c256 tmp = (void *) __get_free_page(GFP_USER);
H A Dmmu_gather.c35 batch = (void *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN);
336 *batch = (struct mmu_table_batch *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN);
/linux-master/net/atm/
H A Dmpoa_proc.c218 page = (char *)__get_free_page(GFP_KERNEL);
/linux-master/security/selinux/
H A Dhooks.c1318 buffer = (char *)__get_free_page(GFP_KERNEL);
H A Dselinuxfs.c1464 page = (char *)__get_free_page(GFP_KERNEL);
1482 page = (char *)__get_free_page(GFP_KERNEL);
/linux-master/tools/testing/scatterlist/linux/
H A Dmm.h103 static inline unsigned long __get_free_page(unsigned int flags) function
/linux-master/tools/virtio/linux/
H A Dkernel.h98 static inline unsigned long __get_free_page(gfp_t gfp) function
/linux-master/virt/kvm/
H A Dkvm_main.c402 page = (void *)__get_free_page(gfp_flags);

Completed in 268 milliseconds

1234567