Searched refs:oldfunc (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A 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), \
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 6006 my $oldfunc = $3; 6010 $newfunc = "kcalloc" if ($oldfunc eq "kzalloc"); 6026 "Prefer $newfunc over $oldfunc with multiply\n" . $herectx) &&
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 6562 my $oldfunc = $3; 6566 $newfunc = "kcalloc" if ($oldfunc eq "kzalloc"); 6579 "Prefer $newfunc over $oldfunc with multiply\n" . $herectx) &&
|