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

/linux-master/arch/sparc/kernel/
H A Dpci_msi.c21 unsigned long orig_head, head; local
30 orig_head = head;
48 if (likely(head != orig_head)) {
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c393 * @orig_head: original list head
397 struct pci_resource **orig_head, u32 alignment)
406 if (!(*head) || !(*orig_head))
414 if ((*head)->base != (*orig_head)->base)
417 if ((*head)->length == (*orig_head)->length)
396 do_pre_bridge_resource_split(struct pci_resource **head, struct pci_resource **orig_head, u32 alignment) argument
/linux-master/kernel/bpf/
H A Dhelpers.c1831 struct list_head *head = list_head, *orig_head = list_head; local
1847 INIT_LIST_HEAD(orig_head);
1850 while (head != orig_head) {
/linux-master/fs/xfs/
H A Dxfs_log_recover.c1317 xfs_daddr_t orig_head = *head_blk; local
1325 if (*head_blk != orig_head) {

Completed in 454 milliseconds