Searched refs:oldfunc (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/include/asm/ |
| A D | alternative.h | 251 #define alternative_call(oldfunc, newfunc, feature, output, input...) \ argument 253 : output : [old] "i" (oldfunc), [new] "i" (newfunc), ## input) 261 #define alternative_call_2(oldfunc, newfunc1, feature1, newfunc2, feature2, \ argument 266 : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
|
| /linux/scripts/ |
| A D | checkpatch.pl | 7026 my $oldfunc = $3; 7030 $newfunc = "kcalloc" if ($oldfunc eq "kzalloc"); 7043 "Prefer $newfunc over $oldfunc with multiply\n" . $herectx) &&
|
Completed in 13 milliseconds