Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-kmem.c641 static size_t max_gfp_len; variable
687 if (max_gfp_len < len) in compact_gfp_flags()
688 max_gfp_len = len; in compact_gfp_flags()
1016 int gfp_len = max(strlen("GFP flags"), max_gfp_len); in __print_page_alloc_result()
1065 int gfp_len = max(strlen("GFP flags"), max_gfp_len); in __print_page_caller_result()
1113 (int) max_gfp_len, gfps[i].compact_str, in print_gfp_flags()