Searched refs:lastp (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sched/ |
D | wake_q.h | 40 struct wake_q_node **lastp; member 51 head->lastp = &head->first; in wake_q_init()
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
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)
|
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),
|
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),
|
D | sym_glue.c | 330 u32 lastp, goalp; in sym_setup_data_and_start() local 370 lastp = goalp - 8 - (cp->segments * (2*4)); in sym_setup_data_and_start() 375 lastp = goalp - 8 - (cp->segments * (2*4)); in sym_setup_data_and_start() 379 lastp = goalp = SCRIPTB_BA(np, no_data); in sym_setup_data_and_start() 386 cp->phys.head.lastp = cpu_to_scr(lastp); in sym_setup_data_and_start() 387 cp->phys.head.savep = cpu_to_scr(lastp); in sym_setup_data_and_start()
|
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), 5520 if (cp->phys.head.lastp != cp->goalp)
|
/kernel/linux/linux-5.10/kernel/ |
D | cpu.c | 153 struct hlist_node **lastp) in cpuhp_invoke_callback() argument 171 WARN_ON_ONCE(lastp && *lastp); in cpuhp_invoke_callback() 186 WARN_ON_ONCE(lastp && *lastp); in cpuhp_invoke_callback() 196 if (lastp && node == *lastp) in cpuhp_invoke_callback() 203 if (!lastp) in cpuhp_invoke_callback() 206 *lastp = node; in cpuhp_invoke_callback() 211 if (lastp) in cpuhp_invoke_callback() 212 *lastp = NULL; in cpuhp_invoke_callback()
|
/kernel/linux/linux-5.10/mm/ |
D | nommu.c | 436 struct rb_node *p, *lastp; in validate_nommu_regions() local 438 lastp = rb_first(&nommu_region_tree); in validate_nommu_regions() 439 if (!lastp) in validate_nommu_regions() 442 last = rb_entry(lastp, struct vm_region, vm_rb); in validate_nommu_regions() 446 while ((p = rb_next(lastp))) { in validate_nommu_regions() 448 last = rb_entry(lastp, struct vm_region, vm_rb); in validate_nommu_regions() 454 lastp = p; in validate_nommu_regions()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | ncr53c8xx.c | 1364 u32 lastp; member 2374 NADDR (header.lastp), 3260 NADDR (header.lastp), 3276 NADDR (header.lastp), 4121 u32 lastp, goalp; in ncr_queue_command() local 4290 lastp = goalp - 8 - (segments * 16); in ncr_queue_command() 4292 lastp = NCB_SCRIPTH_PHYS (np, hdata_out2); in ncr_queue_command() 4293 lastp -= (segments - MAX_SCATTERL) * 16; in ncr_queue_command() 4298 cp->phys.header.wlastp = cpu_to_scr(lastp); in ncr_queue_command() 4303 lastp = goalp - 8 - (segments * 16); in ncr_queue_command() [all …]
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | core.c | 541 *head->lastp = node; in __wake_q_add() 542 head->lastp = &node->next; in __wake_q_add()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | include.patch | 2553 struct wake_q_node **lastp; 2561 head->lastp = &head->first;
|