Searched refs:oldfunc (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/include/asm/ |
| A D | alternative.h | 249 #define alternative_call(oldfunc, newfunc, ft_flags, output, input...) \ argument 252 : [old] "i" (oldfunc), [new] "i" (newfunc), ## input) 260 #define alternative_call_2(oldfunc, newfunc1, ft_flags1, newfunc2, ft_flags2, \ argument 265 : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
|
| /linux/scripts/ |
| A D | checkpatch.pl | 7239 my $oldfunc = $3; 7243 $newfunc = "kvmalloc_array" if ($oldfunc eq "kvmalloc"); 7244 $newfunc = "kvcalloc" if ($oldfunc eq "kvzalloc"); 7245 $newfunc = "kcalloc" if ($oldfunc eq "kzalloc"); 7258 "Prefer $newfunc over $oldfunc with multiply\n" . $herectx) &&
|
Completed in 13 milliseconds