Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/kernel/
Dpci_msi.c19 unsigned long orig_head, head; in sparc64_msiq_interrupt() local
28 orig_head = head; in sparc64_msiq_interrupt()
46 if (likely(head != orig_head)) { in sparc64_msiq_interrupt()
/linux-6.1.9/tools/perf/util/
Dparse-events.c1568 struct list_head *orig_head = NULL; in parse_events_multi_pmu_add() local
1607 parse_events_copy_term_list(head, &orig_head); in parse_events_multi_pmu_add()
1609 pmu->name, orig_head, in parse_events_multi_pmu_add()
1615 parse_events_terms__delete(orig_head); in parse_events_multi_pmu_add()
/linux-6.1.9/drivers/pci/hotplug/
Dcpqphp_ctrl.c397 struct pci_resource **orig_head, u32 alignment) in do_pre_bridge_resource_split() argument
406 if (!(*head) || !(*orig_head)) in do_pre_bridge_resource_split()
414 if ((*head)->base != (*orig_head)->base) in do_pre_bridge_resource_split()
417 if ((*head)->length == (*orig_head)->length) in do_pre_bridge_resource_split()
/linux-6.1.9/fs/xfs/
Dxfs_log_recover.c1317 xfs_daddr_t orig_head = *head_blk; in xlog_find_tail() local
1325 if (*head_blk != orig_head) { in xlog_find_tail()