Home
last modified time | relevance | path

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

/linux-6.15/Documentation/sphinx/
H A Dkernel_abi.py117 show_file = False
119 show_file = True
127 for msg, f, ln in kernel_abi.doc(show_file=show_file,
160 if show_symbols and not show_file:
162 elif not show_symbols and show_file:
/linux-6.15/scripts/lib/abi/
H A Dabi_parser.py460 def doc(self, output_in_txt=False, show_symbols=True, show_file=True, argument
474 if not show_file:
/linux-6.15/tools/mm/
H A Dpage-types.c937 static void show_file(const char *name, const struct stat *st) in show_file() function
1379 show_file(opt_file, &st); in main()