Home
last modified time | relevance | path

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

/linux-6.15/scripts/
H A Dcheckstack.pl198 my $func_a = $1 if $a =~ / (.*):/;
204 return $func_a cmp $func_b;
/linux-6.15/kernel/
H A Dstatic_call_inline.c527 static int func_a(int x) in func_a() function
537 DEFINE_STATIC_CALL(sc_selftest, func_a);
546 { func_a, 2, 3 }