Searched refs:func (Results 1 - 6 of 6) sorted by relevance

/scripts/
H A Dbootgraph.pl55 my $func = $2;
57 $start{$func} = $1;
58 $type{$func} = 0;
64 $pids{$func} = $1;
71 my $func;
73 $func = "wait_" . $pid . "_1";
77 $func = "wait_" . $pid . "_" . $pidctr{$pid};
80 $start{$func} = $1;
81 $type{$func} = 1;
86 $pids{$func}
[all...]
H A Dcheckstack.pl113 my ($func, $file, $lastslash);
117 $func = $1;
143 my $intro = "$addr $func [$file]:";
160 my $intro = "$addr $func [$file]:";
H A Dkernel-doc1422 my $func = "output_${functype}_$output_mode";
1427 &$func(@_);
1436 my $func = "output_blockhead_" . $output_mode;
1437 &$func(@_);
1447 my $func = "dump_" . $decl_type;
1448 &$func(@_);
1903 $prototype =~ s/SYSCALL_DEFINE.*\(/long sys_/; # fix return type & func name
2022 my $func;
H A Dcheckpatch.pl2650 for my $func (@dep_functions) {
2651 if ($line =~ /\b$func\b/) {
2652 ERROR("Don't use $func(): see Documentation/feature-removal-schedule.txt\n" . $herecurr);
/scripts/tracing/
H A Ddraw_functrace.py35 def __init__(self, func, time = None, parent = None):
36 self._func = func
44 def calls(self, func, calltime):
49 child = CallTree(func, calltime, self)
53 def getParent(self, func):
55 has the name given by func. If this function is not
60 while tree != CallTree.ROOT and tree._func != func:
63 child = CallTree.ROOT.calls(func, None)
/scripts/kconfig/
H A Dnconf.c306 const char *func; member in struct:function_keys
315 .func = "Help",
321 .func = "Sym Info",
327 .func = "Insts",
333 .func = "Config",
339 .func = "Back",
345 .func = "Save",
351 .func = "Load",
357 .func = "Sym Search",
363 .func
[all...]

Completed in 74 milliseconds