Searched refs:oldfunc (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | alternative.h | 252 #define alternative_call(oldfunc, newfunc, feature, output, input...) \ argument 254 : output : [old] "i" (oldfunc), [new] "i" (newfunc), ## input) 262 #define alternative_call_2(oldfunc, newfunc1, feature1, newfunc2, feature2, \ argument 267 : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
|
/kernel/linux/linux-5.10/scripts/ |
D | checkpatch.pl | 6562 my $oldfunc = $3; 6566 $newfunc = "kcalloc" if ($oldfunc eq "kzalloc"); 6579 "Prefer $newfunc over $oldfunc with multiply\n" . $herectx) &&
|