Home
last modified time | relevance | path

Searched refs:functype (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dkernel-doc1153 # functype and output_mode
1157 my $functype = shift;
1158 my $func = "output_${functype}_$output_mode";
1167 !($functype eq "function" && defined($function_table{$name}))))
1352 my $functype = shift;
1367 if (!($functype eq "function" && defined($function_table{$name}))) {
/kernel/linux/linux-6.6/scripts/
H A Dkernel-doc1067 # functype and output_mode
1071 my $functype = shift;
1072 my $func = "output_${functype}_$output_mode";
1081 !($functype eq "function" && defined($function_table{$name}))))
1290 my $functype = shift;
1305 if (!($functype eq "function" && defined($function_table{$name}))) {

Completed in 7 milliseconds