Searched refs:mem_tmp (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dibmphp_pci.c362 struct resource_node *mem_tmp; local
458 mem_tmp = kmalloc (sizeof (struct resource_node), GFP_KERNEL);
459 if (!mem_tmp) {
464 memset (mem_tmp, 0, sizeof (struct resource_node));
465 mem_tmp->type = MEM;
466 mem_tmp->busno = pfmem[count]->busno;
467 mem_tmp->devfunc = pfmem[count]->devfunc;
468 mem_tmp->len = pfmem[count]->len;
470 if (ibmphp_check_resource (mem_tmp, 0) == 0) {
471 ibmphp_add_resource (mem_tmp);
586 struct resource_node *mem_tmp = NULL; local
[all...]

Completed in 23 milliseconds