Home
last modified time | relevance | path

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

/mm/
Dpercpu.c500 static void pcpu_mem_free(void *ptr) in pcpu_mem_free() function
1443 pcpu_mem_free(chunk->md_blocks); in pcpu_alloc_chunk()
1446 pcpu_mem_free(chunk->bound_map); in pcpu_alloc_chunk()
1448 pcpu_mem_free(chunk->alloc_map); in pcpu_alloc_chunk()
1450 pcpu_mem_free(chunk); in pcpu_alloc_chunk()
1460 pcpu_mem_free(chunk->obj_cgroups); in pcpu_free_chunk()
1462 pcpu_mem_free(chunk->md_blocks); in pcpu_free_chunk()
1463 pcpu_mem_free(chunk->bound_map); in pcpu_free_chunk()
1464 pcpu_mem_free(chunk->alloc_map); in pcpu_free_chunk()
1465 pcpu_mem_free(chunk); in pcpu_free_chunk()