Searched refs:orig_head (Results 1 – 5 of 5) sorted by relevance
19 unsigned long orig_head, head; in sparc64_msiq_interrupt() local28 orig_head = head; in sparc64_msiq_interrupt()46 if (likely(head != orig_head)) { in sparc64_msiq_interrupt()
1737 struct list_head *head = list_head, *orig_head = list_head; in bpf_list_head_free() local1753 INIT_LIST_HEAD(orig_head); in bpf_list_head_free()1756 while (head != orig_head) { in bpf_list_head_free()
1582 struct list_head *orig_head = NULL; in parse_events_multi_pmu_add() local1621 parse_events_copy_term_list(head, &orig_head); in parse_events_multi_pmu_add()1623 pmu->name, orig_head, in parse_events_multi_pmu_add()1629 parse_events_terms__delete(orig_head); in parse_events_multi_pmu_add()
397 struct pci_resource **orig_head, u32 alignment) in do_pre_bridge_resource_split() argument406 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()
1317 xfs_daddr_t orig_head = *head_blk; in xlog_find_tail() local1325 if (*head_blk != orig_head) { in xlog_find_tail()
Completed in 20 milliseconds