Searched refs:allocpool (Results 1 – 1 of 1) sorted by relevance
321 struct dmem_cgroup_pool_state **allocpool) in alloc_pool_single() argument326 if (!*allocpool) { in alloc_pool_single()331 pool = *allocpool; in alloc_pool_single()332 *allocpool = NULL; in alloc_pool_single()357 struct dmem_cgroup_pool_state **allocpool) in get_cg_pool_locked() argument369 pool = alloc_pool_single(p, region, allocpool); in get_cg_pool_locked()540 pool = get_cg_pool_locked(cg, region, &allocpool); in get_cg_pool_unlocked()547 if (WARN_ON(allocpool)) in get_cg_pool_unlocked()550 allocpool = kzalloc(sizeof(*allocpool), GFP_KERNEL); in get_cg_pool_unlocked()551 if (allocpool) { in get_cg_pool_unlocked()[all …]
Completed in 14 milliseconds