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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpci_msi.c18 unsigned long orig_head, head; local
27 orig_head = head;
48 if (likely(head != orig_head)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c396 * @orig_head: original list head
400 struct pci_resource **orig_head, u32 alignment)
409 if (!(*head) || !(*orig_head))
417 if ((*head)->base != (*orig_head)->base)
420 if ((*head)->length == (*orig_head)->length)
399 do_pre_bridge_resource_split(struct pci_resource **head, struct pci_resource **orig_head, u32 alignment) argument

Completed in 124 milliseconds