Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dalternative.h308 #define alternative_call(oldfunc, newfunc, ft_flags, output, input...) \ argument
310 : output : [old] "i" (oldfunc), [new] "i" (newfunc), ## input)
318 #define alternative_call_2(oldfunc, newfunc1, ft_flags1, newfunc2, ft_flags2, \ argument
323 : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
/linux-6.3-rc2/scripts/
A Dcheckpatch.pl7139 my $oldfunc = $3;
7143 $newfunc = "kvmalloc_array" if ($oldfunc eq "kvmalloc");
7144 $newfunc = "kvcalloc" if ($oldfunc eq "kvzalloc");
7145 $newfunc = "kcalloc" if ($oldfunc eq "kzalloc");
7158 "Prefer $newfunc over $oldfunc with multiply\n" . $herectx) &&

Completed in 10 milliseconds