Searched refs:orig_head (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | pci_msi.c | 19 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()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | pci_msi.c | 21 unsigned long orig_head, head; in sparc64_msiq_interrupt() local 30 orig_head = head; in sparc64_msiq_interrupt() 48 if (likely(head != orig_head)) { in sparc64_msiq_interrupt()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | parse-events.c | 1492 struct list_head *orig_head = NULL; in parse_events_multi_pmu_add() local 1537 parse_events_copy_term_list(head, &orig_head); in parse_events_multi_pmu_add() 1539 orig_head, auto_merge_stats, loc)) { in parse_events_multi_pmu_add() 1543 parse_events_term__to_strbuf(orig_head, &sb); in parse_events_multi_pmu_add() 1548 parse_events_terms__delete(orig_head); in parse_events_multi_pmu_add()
|
/kernel/linux/linux-5.10/mm/ |
H A D | memory-failure.c | 1330 struct page *orig_head; in memory_failure() local 1366 orig_head = hpage = compound_head(p); in memory_failure() 1423 if (PageCompound(p) && compound_head(p) != orig_head) { in memory_failure()
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 393 * @orig_head: original list head 397 struct pci_resource **orig_head, u32 alignment) in do_pre_bridge_resource_split() 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() 396 do_pre_bridge_resource_split(struct pci_resource **head, struct pci_resource **orig_head, u32 alignment) do_pre_bridge_resource_split() argument
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 393 * @orig_head: original list head 397 struct pci_resource **orig_head, u32 alignment) in do_pre_bridge_resource_split() 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() 396 do_pre_bridge_resource_split(struct pci_resource **head, struct pci_resource **orig_head, u32 alignment) do_pre_bridge_resource_split() argument
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | helpers.c | 1828 struct list_head *head = list_head, *orig_head = list_head; in bpf_list_head_free() local 1844 INIT_LIST_HEAD(orig_head); in bpf_list_head_free() 1847 while (head != orig_head) { in bpf_list_head_free()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log_recover.c | 1317 xfs_daddr_t orig_head = *head_blk; in xlog_find_tail() local 1325 if (*head_blk != orig_head) { in xlog_find_tail()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log_recover.c | 1323 xfs_daddr_t orig_head = *head_blk; in xlog_find_tail() local 1331 if (*head_blk != orig_head) { in xlog_find_tail()
|
Completed in 26 milliseconds