Home
last modified time | relevance | path

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

/linux/include/linux/sched/
A Dwake_q.h40 struct wake_q_node **lastp; member
54 head->lastp = &head->first; in wake_q_init()
/linux/drivers/scsi/sym53c8xx_2/
A Dsym_hipd.h648 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)
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),
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),
A Dsym_glue.c328 u32 lastp, goalp; in sym_setup_data_and_start() local
368 lastp = goalp - 8 - (cp->segments * (2*4)); in sym_setup_data_and_start()
373 lastp = goalp - 8 - (cp->segments * (2*4)); in sym_setup_data_and_start()
377 lastp = goalp = SCRIPTB_BA(np, no_data); in sym_setup_data_and_start()
384 cp->phys.head.lastp = cpu_to_scr(lastp); in sym_setup_data_and_start()
385 cp->phys.head.savep = cpu_to_scr(lastp); in sym_setup_data_and_start()
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/kernel/
A Dcpu.c168 struct hlist_node **lastp) in cpuhp_invoke_callback() argument
187 WARN_ON_ONCE(lastp && *lastp); in cpuhp_invoke_callback()
199 WARN_ON_ONCE(lastp && *lastp); in cpuhp_invoke_callback()
209 if (lastp && node == *lastp) in cpuhp_invoke_callback()
216 if (!lastp) in cpuhp_invoke_callback()
219 *lastp = node; in cpuhp_invoke_callback()
224 if (lastp) in cpuhp_invoke_callback()
225 *lastp = NULL; in cpuhp_invoke_callback()
/linux/mm/
A Dnommu.c425 struct rb_node *p, *lastp; in validate_nommu_regions() local
427 lastp = rb_first(&nommu_region_tree); in validate_nommu_regions()
428 if (!lastp) in validate_nommu_regions()
431 last = rb_entry(lastp, struct vm_region, vm_rb); in validate_nommu_regions()
435 while ((p = rb_next(lastp))) { in validate_nommu_regions()
437 last = rb_entry(lastp, struct vm_region, vm_rb); in validate_nommu_regions()
443 lastp = p; in validate_nommu_regions()
/linux/drivers/scsi/
A Dncr53c8xx.c1367 u32 lastp; member
2347 NADDR (header.lastp),
3233 NADDR (header.lastp),
3249 NADDR (header.lastp),
4094 u32 lastp, goalp; in ncr_queue_command() local
4263 lastp = goalp - 8 - (segments * 16); in ncr_queue_command()
4266 lastp -= (segments - MAX_SCATTERL) * 16; in ncr_queue_command()
4276 lastp = goalp - 8 - (segments * 16); in ncr_queue_command()
4279 lastp -= (segments - MAX_SCATTERL) * 16; in ncr_queue_command()
4292 cp->phys.header.lastp = cpu_to_scr(lastp); in ncr_queue_command()
[all …]
/linux/kernel/sched/
A Dcore.c891 *head->lastp = node; in __wake_q_add()
892 head->lastp = &node->next; in __wake_q_add()

Completed in 91 milliseconds