Searched refs:oldfunc (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | alternative.h | 303 #define alternative_call(oldfunc, newfunc, ft_flags, output, input...) \ argument 305 : output : [old] "i" (oldfunc), [new] "i" (newfunc), ## input) 313 #define alternative_call_2(oldfunc, newfunc1, ft_flags1, newfunc2, ft_flags2, \ argument 318 : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 7227 my $oldfunc = $3; 7231 $newfunc = "kvmalloc_array" if ($oldfunc eq "kvmalloc"); 7232 $newfunc = "kvcalloc" if ($oldfunc eq "kvzalloc"); 7233 $newfunc = "kcalloc" if ($oldfunc eq "kzalloc"); 7246 "Prefer $newfunc over $oldfunc with multiply\n" . $herectx) &&
|
/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 6102 my $oldfunc = $3; 6106 $newfunc = "kcalloc" if ($oldfunc eq "kzalloc"); 6119 "Prefer $newfunc over $oldfunc with multiply\n" . $herectx) &&
|