Home
last modified time | relevance | path

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

/kernel/
Dresource.c165 static struct resource *alloc_resource(gfp_t flags) in alloc_resource() function
994 struct resource *res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()
1031 next_res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()
1221 struct resource *res = alloc_resource(GFP_KERNEL); in __request_region()
1333 new_res = alloc_resource(GFP_KERNEL | (alloc_nofail ? __GFP_NOFAIL : 0)); in release_mem_region_adjustable()
1372 new_res = alloc_resource(GFP_ATOMIC); in release_mem_region_adjustable()
1832 res = alloc_resource(GFP_KERNEL); in get_free_mem_region()