Home
last modified time | relevance | path

Searched refs:oldfunc (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dalternative.h213 #define alternative_call(oldfunc, newfunc, feature, output, input...) \ argument
215 : output : [old] "i" (oldfunc), [new] "i" (newfunc), ## input)
223 #define alternative_call_2(oldfunc, newfunc1, feature1, newfunc2, feature2, \ argument
227 : output : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
/linux-4.4.14/scripts/
Dcheckpatch.pl5483 my $oldfunc = $3;
5487 $newfunc = "kcalloc" if ($oldfunc eq "kzalloc");
5497 "Prefer $newfunc over $oldfunc with multiply\n" . $herecurr) &&