Searched refs:oldfunc (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | alternative.h | 271 #define alternative_call(oldfunc, newfunc, ft_flags, output, input, clobbers...) \ argument 274 : [old] "i" (oldfunc), [new] "i" (newfunc) \ 284 #define alternative_call_2(oldfunc, newfunc1, ft_flags1, newfunc2, ft_flags2, \ argument 289 : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
|
| /linux-6.15/scripts/ |
| H A D | checkpatch.pl | 7213 my $oldfunc = $3; 7217 $newfunc = "kvmalloc_array" if ($oldfunc eq "kvmalloc"); 7218 $newfunc = "kvcalloc" if ($oldfunc eq "kvzalloc"); 7219 $newfunc = "kcalloc" if ($oldfunc eq "kzalloc"); 7232 "Prefer $newfunc over $oldfunc with multiply\n" . $herectx) &&
|