Home
last modified time | relevance | path

Searched refs:alloc_page (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h98 alloc_page(gfp_t flags) in alloc_page() function
/freebsd-12.1/contrib/gcc/
H A Dggc-page.c496 static struct page_entry * alloc_page (unsigned);
726 alloc_page (unsigned order) in alloc_page() function
1108 new_entry = alloc_page (order); in ggc_alloc_stat()
H A DChangeLog-200131576 (alloc_page, ggc_alloc): Add casts to remove warnings.
31675 (alloc_page): Implement USING_MALLOC_PAGE_GROUPS.
31687 * ggc-page.c (alloc_page): Round up allocation size to one page.
33212 (alloc_page): Use OBJECT_SIZE.
H A DChangeLog-200010533 * ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
13544 * ggc-page.c (debug_print_page_list, alloc_page, free_page,
H A DChangeLog-200220086 * ggc-page.c (alloc_page): Cast variables of type size_t to
H A DChangeLog-200334068 (alloc_page): Set G.context_depth_allocations.
H A DChangeLog-200413825 * ggc-page.c (alloc_page, free_page, ggc_set_mark, ggc_marked_p,
/freebsd-12.1/sys/dev/mthca/
H A Dmthca_eq.c739 dev->eq_table.icm_page = alloc_page(GFP_HIGHUSER); in mthca_map_eq_icm()