Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/
Dcheckstack.pl198 my $func_a = $1 if $a =~ / (.*):/;
204 return $func_a cmp $func_b;
/linux-6.12.1/kernel/
Dstatic_call_inline.c528 static int func_a(int x) in func_a() function
538 DEFINE_STATIC_CALL(sc_selftest, func_a);
547 { func_a, 2, 3 }