Searched refs:lastp (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_hipd.h | 648 u32 lastp; /* SCRIPTS address at end of data */ member 667 cp->phys.head.lastp = cpu_to_scr(dp); \ 669 np->ccb_head.lastp = cpu_to_scr(dp); \ 673 cp->phys.head.lastp : np->ccb_head.lastp) 677 cp->phys.head.lastp = cpu_to_scr(dp); \ 680 #define sym_get_script_dp(np, cp) (cp->phys.head.lastp)
|
| H A D | sym_fw2.h | 455 offsetof (struct sym_ccb, phys.head.lastp), 514 offsetof (struct sym_ccb, phys.head.lastp), 546 offsetof (struct sym_ccb, phys.head.lastp), 562 offsetof (struct sym_ccb, phys.head.lastp), 740 offsetof (struct sym_ccb, phys.head.lastp), 764 offsetof (struct sym_ccb, phys.head.lastp), 1692 offsetof(struct sym_ccb, phys.head.lastp),
|
| H A D | sym_fw1.h | 471 HADDR_1 (ccb_head.lastp), 531 HADDR_1 (ccb_head.lastp), 563 HADDR_1 (ccb_head.lastp), 572 HADDR_1 (ccb_head.lastp), 766 HADDR_1 (ccb_head.lastp), 788 HADDR_1 (ccb_head.lastp),
|
| H A D | sym_hipd.c | 3146 cp->phys.head.lastp = cpu_to_scr(startp); 3869 if (cp->phys.head.lastp == cp->goalp) 3876 if (cp->startp == cp->phys.head.lastp || 3877 sym_evaluate_dp(np, cp, scr_to_cpu(cp->phys.head.lastp), 5519 if (cp->phys.head.lastp != cp->goalp)
|
| /linux/kernel/ |
| H A D | cpu.c | 163 * @lastp: For multi-instance rollback, remember how far we got 171 struct hlist_node **lastp) in cpuhp_invoke_callback() 190 WARN_ON_ONCE(lastp && *lastp); in cpuhp_invoke_callback() 202 WARN_ON_ONCE(lastp && *lastp); in cpuhp_invoke_callback() 212 if (lastp && node == *lastp) in cpuhp_invoke_callback() 219 if (!lastp) in cpuhp_invoke_callback() 222 *lastp in cpuhp_invoke_callback() 172 cpuhp_invoke_callback(unsigned int cpu,enum cpuhp_state state,bool bringup,struct hlist_node * node,struct hlist_node ** lastp) cpuhp_invoke_callback() argument [all...] |
| /linux/mm/ |
| H A D | nommu.c | 441 struct rb_node *p, *lastp; in validate_nommu_regions() local 443 lastp = rb_first(&nommu_region_tree); in validate_nommu_regions() 444 if (!lastp) in validate_nommu_regions() 447 last = rb_entry(lastp, struct vm_region, vm_rb); in validate_nommu_regions() 451 while ((p = rb_next(lastp))) { in validate_nommu_regions() 453 last = rb_entry(lastp, struct vm_region, vm_rb); in validate_nommu_regions() 459 lastp = p; in validate_nommu_regions()
|
| /linux/kernel/sched/ |
| H A D | core.c | 1037 *head->lastp = node; in __wake_q_add() 1038 head->lastp = &node->next; in __wake_q_add()
|