Home
last modified time | relevance | path

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

/kernel/
Dresource.c153 static struct resource *alloc_resource(gfp_t flags) in alloc_resource() function
974 struct resource *res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()
1011 next_res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()
1201 struct resource *res = alloc_resource(GFP_KERNEL); in __request_region()
1313 new_res = alloc_resource(GFP_KERNEL | (alloc_nofail ? __GFP_NOFAIL : 0)); in release_mem_region_adjustable()
1352 new_res = alloc_resource(GFP_ATOMIC); in release_mem_region_adjustable()
1750 res = alloc_resource(GFP_KERNEL); in __request_free_mem_region()