Home
last modified time | relevance | path

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

/mm/
A Dpercpu-stats.c18 #define P(X, Y) \ macro
120 P("nr_alloc", chunk->nr_alloc); in chunk_map_stats()
121 P("max_alloc_size", chunk->max_alloc_size); in chunk_map_stats()
123 P("first_bit", chunk_md->first_free); in chunk_map_stats()
124 P("free_bytes", chunk->free_bytes); in chunk_map_stats()
126 P("sum_frag", sum_frag); in chunk_map_stats()
127 P("max_frag", max_frag); in chunk_map_stats()
128 P("cur_min_alloc", cur_min_alloc); in chunk_map_stats()
129 P("cur_med_alloc", cur_med_alloc); in chunk_map_stats()
130 P("cur_max_alloc", cur_max_alloc); in chunk_map_stats()
[all …]

Completed in 16 milliseconds