Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sched/
Dwake_q.h36 struct wake_q_node **lastp; member
47 head->lastp = &head->first; in wake_q_init()
/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h661 u32 lastp; /* SCRIPTS address at end of data */ member
680 cp->phys.head.lastp = cpu_to_scr(dp); \
682 np->ccb_head.lastp = cpu_to_scr(dp); \
686 cp->phys.head.lastp : np->ccb_head.lastp)
690 cp->phys.head.lastp = cpu_to_scr(dp); \
693 #define sym_get_script_dp(np, cp) (cp->phys.head.lastp)
Dsym_fw2.h468 offsetof (struct sym_ccb, phys.head.lastp),
527 offsetof (struct sym_ccb, phys.head.lastp),
559 offsetof (struct sym_ccb, phys.head.lastp),
575 offsetof (struct sym_ccb, phys.head.lastp),
753 offsetof (struct sym_ccb, phys.head.lastp),
777 offsetof (struct sym_ccb, phys.head.lastp),
1705 offsetof(struct sym_ccb, phys.head.lastp),
Dsym_fw1.h484 HADDR_1 (ccb_head.lastp),
544 HADDR_1 (ccb_head.lastp),
576 HADDR_1 (ccb_head.lastp),
585 HADDR_1 (ccb_head.lastp),
779 HADDR_1 (ccb_head.lastp),
801 HADDR_1 (ccb_head.lastp),
Dsym_glue.c347 u32 lastp, goalp; in sym_setup_data_and_start() local
387 lastp = goalp - 8 - (cp->segments * (2*4)); in sym_setup_data_and_start()
392 lastp = goalp - 8 - (cp->segments * (2*4)); in sym_setup_data_and_start()
396 lastp = goalp = SCRIPTB_BA(np, no_data); in sym_setup_data_and_start()
403 cp->phys.head.lastp = cpu_to_scr(lastp); in sym_setup_data_and_start()
404 cp->phys.head.savep = cpu_to_scr(lastp); in sym_setup_data_and_start()
Dsym_hipd.c3158 cp->phys.head.lastp = cpu_to_scr(startp);
3881 if (cp->phys.head.lastp == cp->goalp)
3888 if (cp->startp == cp->phys.head.lastp ||
3889 sym_evaluate_dp(np, cp, scr_to_cpu(cp->phys.head.lastp),
5516 if (cp->phys.head.lastp != cp->goalp)
/Linux-v4.19/kernel/
Dcpu.c144 struct hlist_node **lastp) in cpuhp_invoke_callback() argument
162 WARN_ON_ONCE(lastp && *lastp); in cpuhp_invoke_callback()
177 WARN_ON_ONCE(lastp && *lastp); in cpuhp_invoke_callback()
187 if (lastp && node == *lastp) in cpuhp_invoke_callback()
194 if (!lastp) in cpuhp_invoke_callback()
197 *lastp = node; in cpuhp_invoke_callback()
202 if (lastp) in cpuhp_invoke_callback()
203 *lastp = NULL; in cpuhp_invoke_callback()
Dsysctl_binary.c918 char __user *lastp; in bin_string() local
927 lastp = oldval + copied - 1; in bin_string()
930 if (get_user(ch, lastp)) in bin_string()
936 if (put_user('\0', lastp)) in bin_string()
/Linux-v4.19/mm/
Dnommu.c528 struct rb_node *p, *lastp; in validate_nommu_regions() local
530 lastp = rb_first(&nommu_region_tree); in validate_nommu_regions()
531 if (!lastp) in validate_nommu_regions()
534 last = rb_entry(lastp, struct vm_region, vm_rb); in validate_nommu_regions()
538 while ((p = rb_next(lastp))) { in validate_nommu_regions()
540 last = rb_entry(lastp, struct vm_region, vm_rb); in validate_nommu_regions()
546 lastp = p; in validate_nommu_regions()
/Linux-v4.19/drivers/scsi/
Dncr53c8xx.c1376 u32 lastp; member
2386 NADDR (header.lastp),
3272 NADDR (header.lastp),
3288 NADDR (header.lastp),
4130 u32 lastp, goalp; in ncr_queue_command() local
4299 lastp = goalp - 8 - (segments * 16); in ncr_queue_command()
4301 lastp = NCB_SCRIPTH_PHYS (np, hdata_out2); in ncr_queue_command()
4302 lastp -= (segments - MAX_SCATTERL) * 16; in ncr_queue_command()
4307 cp->phys.header.wlastp = cpu_to_scr(lastp); in ncr_queue_command()
4312 lastp = goalp - 8 - (segments * 16); in ncr_queue_command()
[all …]
/Linux-v4.19/kernel/sched/
Dcore.c420 *head->lastp = node; in wake_q_add()
421 head->lastp = &node->next; in wake_q_add()