Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-kmem.c668 static size_t max_gfp_len; variable
714 if (max_gfp_len < len) in compact_gfp_flags()
715 max_gfp_len = len; in compact_gfp_flags()
1057 int gfp_len = max(strlen("GFP flags"), max_gfp_len); in __print_page_alloc_result()
1105 int gfp_len = max(strlen("GFP flags"), max_gfp_len); in __print_page_caller_result()
1152 (int) max_gfp_len, gfps[i].compact_str, in print_gfp_flags()