HomeSort by: relevance | last modified time | path
    Searched defs:GFP (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
huge_gem_object.c 35 #define GFP (GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY)
42 pages = kmalloc(sizeof(*pages), GFP);
46 if (sg_alloc_table(pages, npages, GFP)) {
55 page = alloc_page(GFP | __GFP_HIGHMEM);
83 #undef GFP
huge_pages.c 66 #define GFP (GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY)
73 st = kmalloc(sizeof(*st), GFP);
77 if (sg_alloc_table(st, obj->base.size >> PAGE_SHIFT, GFP)) {
101 page = alloc_pages(GFP | __GFP_ZERO, order);
197 st = kmalloc(sizeof(*st), GFP);
201 if (sg_alloc_table(st, obj->base.size >> PAGE_SHIFT, GFP)) {
250 st = kmalloc(sizeof(*st), GFP);
254 if (sg_alloc_table(st, 1, GFP)) {
273 #undef GFP
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_gem_gtt.c 59 #define GFP (GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY)
66 pages = kmalloc(sizeof(*pages), GFP);
71 if (sg_alloc_table(pages, rem, GFP)) {
94 #undef GFP

Completed in 13 milliseconds