Searched refs:nextp (Results 1 – 9 of 9) sorted by relevance
| /linux/kernel/cgroup/ |
| H A D | rstat.c | 300 struct cgroup_subsys_state **nextp; in css_rstat_updated_list() 303 nextp = &prstatc->updated_children; in css_rstat_updated_list() 304 while (*nextp != root) { in css_rstat_updated_list() 307 nrstatc = css_rstat_cpu(*nextp, cpu); in css_rstat_updated_list() 308 WARN_ON_ONCE(*nextp == parent); in css_rstat_updated_list() 309 nextp = &nrstatc->updated_next; in css_rstat_updated_list() 311 *nextp = rstatc->updated_next; in css_rstat_updated_list() 297 struct cgroup_subsys_state **nextp; css_rstat_updated_list() local
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 642 pmd_t *nextp; in create_pud_mapping() local 655 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping() 656 memset(nextp, 0, PAGE_SIZE); in create_pud_mapping() 659 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping() 662 create_pmd_mapping(nextp, va, pa, sz, prot); in create_pud_mapping() 668 pud_t *nextp; in create_p4d_mapping() local 681 nextp = pt_ops.get_pud_virt(next_phys); in create_p4d_mapping() 682 memset(nextp, 0, PAGE_SIZE); in create_p4d_mapping() 685 nextp = pt_ops.get_pud_virt(next_phys); in create_p4d_mapping() 688 create_pud_mapping(nextp, va, pa, sz, prot); in create_p4d_mapping() [all …]
|
| /linux/fs/fat/ |
| H A D | fatent.c | 199 u8 *nextp = ent12_p[1] + 1 + (fatent->entry & 1); in fat12_ent_next() local 207 if (nextp < (u8 *)(bhs[0]->b_data + (bhs[0]->b_size - 1))) { in fat12_ent_next() 208 ent12_p[0] = nextp - 1; in fat12_ent_next() 209 ent12_p[1] = nextp; in fat12_ent_next() 216 ent12_p[0] = nextp - 1; in fat12_ent_next() 217 ent12_p[1] = nextp; in fat12_ent_next()
|
| /linux/drivers/virt/ |
| H A D | fsl_hypervisor.c | 463 #define nextp(x) (((x) + 1) & (QSIZE - 1)) macro 498 if (dbq->head != nextp(dbq->tail)) { in fsl_hv_queue_doorbell() 505 dbq->tail = nextp(dbq->tail); in fsl_hv_queue_doorbell() 638 dbq->head = nextp(dbq->head); in fsl_hv_read()
|
| /linux/drivers/media/usb/au0828/ |
| H A D | au0828-core.c | 129 struct media_entity_notify *notify, *nextp; in au0828_unregister_media_device() local 135 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) { in au0828_unregister_media_device()
|
| /linux/drivers/media/mc/ |
| H A D | mc-device.c | 787 struct media_entity_notify *notify, *nextp; in media_device_unregister() local 808 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) in media_device_unregister()
|
| /linux/kernel/ |
| H A D | workqueue.c | 1138 struct work_struct **nextp) in move_linked_works() argument 1157 if (nextp) in move_linked_works() 1158 *nextp = n; in move_linked_works() 1178 struct work_struct **nextp) in assign_work() argument 1195 move_linked_works(work, &collision->scheduled, nextp); in assign_work() 1199 move_linked_works(work, &worker->scheduled, nextp); in assign_work()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_bmap.c | 357 xfs_bmbt_rec_t *nextp; /* pointer to next extent */ in xfs_bmap_check_leaf_extents() local 455 nextp = xfs_bmbt_rec_addr(mp, block, j + 1); in xfs_bmap_check_leaf_extents() 458 xfs_bmbt_disk_get_startoff(nextp)); in xfs_bmap_check_leaf_extents() 459 ep = nextp; in xfs_bmap_check_leaf_extents()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 13806 u8 **nextp) in bnxt_exthdr_check() argument 13859 if (nextp) { in bnxt_exthdr_check() 13862 *nextp = nexthdr; in bnxt_exthdr_check() 13865 *nextp = NULL; in bnxt_exthdr_check()
|