Home
last modified time | relevance | path

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

/mm/
A Dpercpu.c246 if (chunk->free_bytes < PCPU_MIN_ALLOC_SIZE || in pcpu_chunk_slot()
1249 chunk->free_bytes -= alloc_bits * PCPU_MIN_ALLOC_SIZE; in pcpu_alloc_area()
1297 chunk->free_bytes += freed; in pcpu_free_area()
1394 chunk->free_bytes = map_size; in pcpu_alloc_first_chunk()
1466 chunk->free_bytes = chunk->nr_pages * PAGE_SIZE; in pcpu_alloc_chunk()
2170 if (reintegrate || chunk->free_bytes == pcpu_unit_size) in pcpu_reclaim_populated()
2251 if (!chunk->isolated && chunk->free_bytes == pcpu_unit_size) { in free_percpu()
A Dpercpu-internal.h55 int free_bytes; /* free bytes in the chunk */ member
A Dpercpu-stats.c124 P("free_bytes", chunk->free_bytes); in chunk_map_stats()

Completed in 13 milliseconds