Home
last modified time | relevance | path

Searched refs:orig_head (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/sparc/kernel/
Dpci_msi.c18 unsigned long orig_head, head; in sparc64_msiq_interrupt() local
27 orig_head = head; in sparc64_msiq_interrupt()
45 if (likely(head != orig_head)) { in sparc64_msiq_interrupt()
/linux-4.4.14/mm/
Dmemory-failure.c1073 struct page *orig_head; in memory_failure() local
1089 orig_head = hpage = compound_head(p); in memory_failure()
1198 if (PageCompound(p) && compound_head(p) != orig_head) { in memory_failure()
/linux-4.4.14/drivers/pci/hotplug/
Dcpqphp_ctrl.c411 struct pci_resource **orig_head, u32 alignment) in do_pre_bridge_resource_split() argument
420 if (!(*head) || !(*orig_head)) in do_pre_bridge_resource_split()
428 if ((*head)->base != (*orig_head)->base) in do_pre_bridge_resource_split()
431 if ((*head)->length == (*orig_head)->length) in do_pre_bridge_resource_split()