Searched refs:newfunc (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/pci/hotplug/ |
A D | ibmphp_pci.c | 155 newfunc = kzalloc(sizeof(*newfunc), GFP_KERNEL); in ibmphp_configure_card() 156 if (!newfunc) in ibmphp_configure_card() 160 newfunc->device = device; in ibmphp_configure_card() 162 cur_func = newfunc; in ibmphp_configure_card() 192 newfunc = kzalloc(sizeof(*newfunc), GFP_KERNEL); in ibmphp_configure_card() 193 if (!newfunc) in ibmphp_configure_card() 219 newfunc = kzalloc(sizeof(*newfunc), GFP_KERNEL); in ibmphp_configure_card() 220 if (!newfunc) in ibmphp_configure_card() 229 cur_func = newfunc; in ibmphp_configure_card() 264 newfunc = kzalloc(sizeof(*newfunc), GFP_KERNEL); in ibmphp_configure_card() [all …]
|
A D | acpiphp_glue.c | 233 struct acpiphp_func *newfunc; in acpiphp_add_context() local 261 newfunc = &context->func; in acpiphp_add_context() 262 newfunc->function = function; in acpiphp_add_context() 263 newfunc->parent = bridge; in acpiphp_add_context() 271 newfunc->flags = FUNC_HAS_EJ0; in acpiphp_add_context() 274 newfunc->flags |= FUNC_HAS_STA; in acpiphp_add_context() 328 newfunc->slot = slot; in acpiphp_add_context() 329 list_add_tail(&newfunc->sibling, &slot->funcs); in acpiphp_add_context()
|
/linux/arch/x86/include/asm/ |
A D | alternative.h | 251 #define alternative_call(oldfunc, newfunc, feature, output, input...) \ argument 253 : output : [old] "i" (oldfunc), [new] "i" (newfunc), ## input)
|
/linux/scripts/ |
A D | checkpatch.pl | 7029 my $newfunc = "kmalloc_array"; 7030 $newfunc = "kcalloc" if ($oldfunc eq "kzalloc"); 7043 "Prefer $newfunc over $oldfunc with multiply\n" . $herectx) && 7046 …rens)?\s*(k[mz]alloc)\s*\(\s*($FuncArg)\s*\*\s*($FuncArg)/$1 . ' = ' . "$newfunc(" . trim($r1) . '…
|
Completed in 19 milliseconds