Searched refs:lastp (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/sched/
H A Dwake_q.h40 struct wake_q_node **lastp; member in struct:wake_q_head
54 head->lastp = &head->first;
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h648 u32 lastp; /* SCRIPTS address at end of data */ member in struct:sym_ccbh
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 Dsym_fw2.h455 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 Dsym_fw1.h471 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 Dsym_glue.c327 u32 lastp, goalp; local
367 lastp = goalp - 8 - (cp->segments * (2*4));
372 lastp = goalp - 8 - (cp->segments * (2*4));
376 lastp = goalp = SCRIPTB_BA(np, no_data);
383 cp->phys.head.lastp = cpu_to_scr(lastp);
384 cp->phys.head.savep = cpu_to_scr(lastp);
H A Dsym_hipd.c3146 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-master/kernel/
H A Dcpu.c163 * @lastp: For multi-instance rollback, remember how far we got
171 struct hlist_node **lastp)
190 WARN_ON_ONCE(lastp && *lastp);
202 WARN_ON_ONCE(lastp && *lastp);
212 if (lastp && node == *lastp)
219 if (!lastp)
222 *lastp
169 cpuhp_invoke_callback(unsigned int cpu, enum cpuhp_state state, bool bringup, struct hlist_node *node, struct hlist_node **lastp) argument
[all...]
/linux-master/mm/
H A Dnommu.c424 struct rb_node *p, *lastp; local
426 lastp = rb_first(&nommu_region_tree);
427 if (!lastp)
430 last = rb_entry(lastp, struct vm_region, vm_rb);
434 while ((p = rb_next(lastp))) {
436 last = rb_entry(lastp, struct vm_region, vm_rb);
442 lastp = p;
/linux-master/drivers/scsi/
H A Dncr53c8xx.c1366 u32 lastp; member in struct:head
1371 ** They are copied back to savep/lastp/goalp by the SCRIPTS
2346 NADDR (header.lastp),
3218 ** lastp --> start pointer when DATA_IN
3222 ** This script sets savep/lastp/goalp according to the
3232 NADDR (header.lastp),
3248 NADDR (header.lastp),
4093 u32 lastp, goalp; local
4262 lastp = goalp - 8 - (segments * 16);
4264 lastp
[all...]
/linux-master/kernel/sched/
H A Dcore.c967 *head->lastp = node;
968 head->lastp = &node->next;

Completed in 326 milliseconds