Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-kmem.c663 static size_t max_gfp_len; variable
708 if (max_gfp_len < len) in compact_gfp_flags()
709 max_gfp_len = len; in compact_gfp_flags()
1050 int gfp_len = max(strlen("GFP flags"), max_gfp_len); in __print_page_alloc_result()
1098 int gfp_len = max(strlen("GFP flags"), max_gfp_len); in __print_page_caller_result()
1145 (int) max_gfp_len, gfps[i].compact_str, in print_gfp_flags()