__GFP_COMP        209 include/linux/slub_def.h 	return (void *)__get_free_pages(flags | __GFP_COMP, get_order(size));
__GFP_COMP        563 mm/hugetlb.c   		htlb_alloc_mask|__GFP_COMP|__GFP_THISNODE|
__GFP_COMP        664 mm/hugetlb.c   	page = alloc_pages(htlb_alloc_mask|__GFP_COMP|
__GFP_COMP        194 mm/nommu.c     	return kmalloc(size, (gfp_mask | __GFP_COMP) & ~__GFP_HIGHMEM);
__GFP_COMP        822 mm/nommu.c     	base = kmalloc(len, GFP_KERNEL|__GFP_COMP);
__GFP_COMP        627 mm/page_alloc.c 	if (order && (gfp_flags & __GFP_COMP))
__GFP_COMP       1675 mm/slab.c      	flags |= __GFP_COMP;
__GFP_COMP        479 mm/slob.c      		ret = slob_new_page(gfp | __GFP_COMP, get_order(size), node);
__GFP_COMP       2279 mm/slub.c      		s->allocflags |= __GFP_COMP;
__GFP_COMP       2667 mm/slub.c      	struct page *page = alloc_pages_node(node, flags | __GFP_COMP,
__GFP_COMP       1757 net/packet/af_packet.c 	return (char *) __get_free_pages(GFP_KERNEL | __GFP_COMP | __GFP_ZERO,
__GFP_COMP         95 sound/core/memalloc.c 	gfp_flags |= __GFP_COMP;	/* compound page lets parts be mapped */
__GFP_COMP        138 sound/core/memalloc.c 		| __GFP_COMP	/* compound page lets parts be mapped */
__GFP_COMP        200 sound/usb/usx2y/usb_stream.c 	sk->s = (void *) __get_free_pages(GFP_KERNEL|__GFP_COMP|__GFP_ZERO, pg);
__GFP_COMP        220 sound/usb/usx2y/usb_stream.c 		(void *)__get_free_pages(GFP_KERNEL|__GFP_COMP|__GFP_ZERO, pg);