nextp 293 arch/riscv/mm/init.c pgd_next_t *nextp; nextp 306 arch/riscv/mm/init.c nextp = get_pgd_next_virt(next_phys); nextp 307 arch/riscv/mm/init.c memset(nextp, 0, PAGE_SIZE); nextp 310 arch/riscv/mm/init.c nextp = get_pgd_next_virt(next_phys); nextp 313 arch/riscv/mm/init.c create_pgd_next_mapping(nextp, va, pa, sz, prot); nextp 228 arch/sparc/include/asm/leon.h void leon_node_init(struct device_node *dp, struct device_node ***nextp); nextp 181 arch/sparc/include/asm/leon_amba.h void _amba_init(struct device_node *dp, struct device_node ***nextp); nextp 804 drivers/media/mc/mc-device.c struct media_entity_notify *notify, *nextp; nextp 825 drivers/media/mc/mc-device.c list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) nextp 129 drivers/media/usb/au0828/au0828-core.c struct media_entity_notify *notify, *nextp; nextp 135 drivers/media/usb/au0828/au0828-core.c list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) { nextp 371 drivers/usb/host/ehci-dbg.c char **nextp, unsigned *sizep) nextp 379 drivers/usb/host/ehci-dbg.c char *next = *nextp; nextp 467 drivers/usb/host/ehci-dbg.c *nextp = next; nextp 354 drivers/usb/host/fotg210-hcd.c char **nextp, unsigned *sizep) nextp 361 drivers/usb/host/fotg210-hcd.c char *next = *nextp; nextp 444 drivers/usb/host/fotg210-hcd.c *nextp = next; nextp 499 drivers/virt/fsl_hypervisor.c if (dbq->head != nextp(dbq->tail)) { nextp 506 drivers/virt/fsl_hypervisor.c dbq->tail = nextp(dbq->tail); nextp 639 drivers/virt/fsl_hypervisor.c dbq->head = nextp(dbq->head); nextp 197 fs/fat/fatent.c u8 *nextp = ent12_p[1] + 1 + (fatent->entry & 1); nextp 205 fs/fat/fatent.c if (nextp < (u8 *)(bhs[0]->b_data + (bhs[0]->b_size - 1))) { nextp 206 fs/fat/fatent.c ent12_p[0] = nextp - 1; nextp 207 fs/fat/fatent.c ent12_p[1] = nextp; nextp 214 fs/fat/fatent.c ent12_p[0] = nextp - 1; nextp 215 fs/fat/fatent.c ent12_p[1] = nextp; nextp 226 fs/jfs/jfs_xtree.c static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, nextp 354 fs/jfs/jfs_xtree.c if (nextp) nextp 355 fs/jfs/jfs_xtree.c *nextp = next; nextp 464 fs/jfs/jfs_xtree.c if (nextp) nextp 465 fs/jfs/jfs_xtree.c *nextp = next; nextp 330 fs/xfs/libxfs/xfs_bmap.c xfs_bmbt_rec_t *nextp; /* pointer to next extent */ nextp 428 fs/xfs/libxfs/xfs_bmap.c nextp = XFS_BMBT_REC_ADDR(mp, block, j + 1); nextp 431 fs/xfs/libxfs/xfs_bmap.c xfs_bmbt_disk_get_startoff(nextp)); nextp 432 fs/xfs/libxfs/xfs_bmap.c ep = nextp; nextp 228 fs/xfs/xfs_rtalloc.c xfs_rtblock_t *nextp, /* out: next block to try */ nextp 326 fs/xfs/xfs_rtalloc.c *nextp = next; nextp 119 kernel/cgroup/rstat.c struct cgroup **nextp; nextp 121 kernel/cgroup/rstat.c nextp = &prstatc->updated_children; nextp 123 kernel/cgroup/rstat.c nrstatc = cgroup_rstat_cpu(*nextp, cpu); nextp 124 kernel/cgroup/rstat.c if (*nextp == pos) nextp 127 kernel/cgroup/rstat.c WARN_ON_ONCE(*nextp == parent); nextp 128 kernel/cgroup/rstat.c nextp = &nrstatc->updated_next; nextp 131 kernel/cgroup/rstat.c *nextp = rstatc->updated_next; nextp 1060 kernel/workqueue.c struct work_struct **nextp) nextp 1079 kernel/workqueue.c if (nextp) nextp 1080 kernel/workqueue.c *nextp = n; nextp 412 net/ipv4/inet_fragment.c struct sk_buff **nextp; nextp 468 net/ipv4/inet_fragment.c nextp = &clone->next; nextp 470 net/ipv4/inet_fragment.c nextp = &skb_shinfo(head)->frag_list; nextp 473 net/ipv4/inet_fragment.c return nextp; nextp 480 net/ipv4/inet_fragment.c struct sk_buff **nextp = (struct sk_buff **)reasm_data; nextp 521 net/ipv4/inet_fragment.c *nextp = fp; nextp 522 net/ipv4/inet_fragment.c nextp = &fp->next; nextp 538 net/ipv4/inet_fragment.c *nextp = NULL; nextp 95 sound/pci/emu10k1/memory.c static int search_empty_map_area(struct snd_emu10k1 *emu, int npages, struct list_head **nextp) nextp 109 sound/pci/emu10k1/memory.c *nextp = pos; nextp 122 sound/pci/emu10k1/memory.c *nextp = pos; nextp 125 sound/pci/emu10k1/memory.c *nextp = candidate; nextp 258 sound/pci/emu10k1/memory.c struct list_head *p, *nextp; nextp 274 sound/pci/emu10k1/memory.c for (; p != &emu->mapped_order_link_head; p = nextp) { nextp 275 sound/pci/emu10k1/memory.c nextp = p->next;