Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dpercpu.c525 static void pcpu_mem_free(void *ptr) in pcpu_mem_free() function
1488 pcpu_mem_free(chunk->md_blocks); in pcpu_alloc_chunk()
1491 pcpu_mem_free(chunk->bound_map); in pcpu_alloc_chunk()
1493 pcpu_mem_free(chunk->alloc_map); in pcpu_alloc_chunk()
1495 pcpu_mem_free(chunk); in pcpu_alloc_chunk()
1505 pcpu_mem_free(chunk->obj_cgroups); in pcpu_free_chunk()
1507 pcpu_mem_free(chunk->md_blocks); in pcpu_free_chunk()
1508 pcpu_mem_free(chunk->bound_map); in pcpu_free_chunk()
1509 pcpu_mem_free(chunk->alloc_map); in pcpu_free_chunk()
1510 pcpu_mem_free(chunk); in pcpu_free_chunk()