Searched refs:funcre (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
H A D | checkstack.pl | 40 my (@stack, $re, $dre, $sub, $x, $xs, $funcre, $min_stack); 55 $funcre = qr/^$x* <(.*)>:$/; 143 if ($line =~ m/$funcre/) {
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkstack.pl | 40 my (@stack, $re, $dre, $sub, $x, $xs, $funcre, $min_stack); 55 $funcre = qr/^$x* <(.*)>:$/; 139 if ($line =~ m/$funcre/) {
|
Completed in 2 milliseconds