Symbol: nextp
arch/riscv/mm/init.c
636
pmd_t *nextp;
arch/riscv/mm/init.c
649
nextp = pt_ops.get_pmd_virt(next_phys);
arch/riscv/mm/init.c
650
memset(nextp, 0, PAGE_SIZE);
arch/riscv/mm/init.c
653
nextp = pt_ops.get_pmd_virt(next_phys);
arch/riscv/mm/init.c
656
create_pmd_mapping(nextp, va, pa, sz, prot);
arch/riscv/mm/init.c
662
pud_t *nextp;
arch/riscv/mm/init.c
675
nextp = pt_ops.get_pud_virt(next_phys);
arch/riscv/mm/init.c
676
memset(nextp, 0, PAGE_SIZE);
arch/riscv/mm/init.c
679
nextp = pt_ops.get_pud_virt(next_phys);
arch/riscv/mm/init.c
682
create_pud_mapping(nextp, va, pa, sz, prot);
arch/riscv/mm/init.c
719
pgd_next_t *nextp;
arch/riscv/mm/init.c
732
nextp = get_pgd_next_virt(next_phys);
arch/riscv/mm/init.c
733
memset(nextp, 0, PAGE_SIZE);
arch/riscv/mm/init.c
736
nextp = get_pgd_next_virt(next_phys);
arch/riscv/mm/init.c
739
create_pgd_next_mapping(nextp, va, pa, sz, prot);
arch/sparc/include/asm/leon.h
228
void leon_node_init(struct device_node *dp, struct device_node ***nextp);
arch/sparc/include/asm/leon_amba.h
181
void _amba_init(struct device_node *dp, struct device_node ***nextp);
drivers/media/mc/mc-device.c
816
struct media_entity_notify *notify, *nextp;
drivers/media/mc/mc-device.c
837
list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list)
drivers/media/usb/au0828/au0828-core.c
129
struct media_entity_notify *notify, *nextp;
drivers/media/usb/au0828/au0828-core.c
135
list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) {
drivers/net/ethernet/broadcom/bnxt/bnxt.c
13906
u8 **nextp)
drivers/net/ethernet/broadcom/bnxt/bnxt.c
13941
if (nextp) {
drivers/net/ethernet/broadcom/bnxt/bnxt.c
13944
*nextp = nexthdr;
drivers/net/ethernet/broadcom/bnxt/bnxt.c
13947
*nextp = NULL;
drivers/usb/fotg210/fotg210-hcd.c
354
char **nextp, unsigned *sizep)
drivers/usb/fotg210/fotg210-hcd.c
361
char *next = *nextp;
drivers/usb/fotg210/fotg210-hcd.c
437
*nextp = next;
drivers/usb/host/ehci-dbg.c
371
char **nextp, unsigned *sizep)
drivers/usb/host/ehci-dbg.c
379
char *next = *nextp;
drivers/usb/host/ehci-dbg.c
467
*nextp = next;
drivers/virt/fsl_hypervisor.c
498
if (dbq->head != nextp(dbq->tail)) {
drivers/virt/fsl_hypervisor.c
505
dbq->tail = nextp(dbq->tail);
drivers/virt/fsl_hypervisor.c
638
dbq->head = nextp(dbq->head);
fs/fat/fatent.c
199
u8 *nextp = ent12_p[1] + 1 + (fatent->entry & 1);
fs/fat/fatent.c
207
if (nextp < (u8 *)(bhs[0]->b_data + (bhs[0]->b_size - 1))) {
fs/fat/fatent.c
208
ent12_p[0] = nextp - 1;
fs/fat/fatent.c
209
ent12_p[1] = nextp;
fs/fat/fatent.c
216
ent12_p[0] = nextp - 1;
fs/fat/fatent.c
217
ent12_p[1] = nextp;
fs/jfs/jfs_xtree.c
231
static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp,
fs/jfs/jfs_xtree.c
358
if (nextp)
fs/jfs/jfs_xtree.c
359
*nextp = next;
fs/jfs/jfs_xtree.c
468
if (nextp)
fs/jfs/jfs_xtree.c
469
*nextp = next;
fs/xfs/libxfs/xfs_bmap.c
357
xfs_bmbt_rec_t *nextp; /* pointer to next extent */
fs/xfs/libxfs/xfs_bmap.c
455
nextp = xfs_bmbt_rec_addr(mp, block, j + 1);
fs/xfs/libxfs/xfs_bmap.c
458
xfs_bmbt_disk_get_startoff(nextp));
fs/xfs/libxfs/xfs_bmap.c
459
ep = nextp;
fs/xfs/xfs_rtalloc.c
249
xfs_rtxnum_t *nextp, /* out: next rtext to try */
fs/xfs/xfs_rtalloc.c
336
*nextp = next;
kernel/cgroup/rstat.c
300
struct cgroup_subsys_state **nextp;
kernel/cgroup/rstat.c
303
nextp = &prstatc->updated_children;
kernel/cgroup/rstat.c
304
while (*nextp != root) {
kernel/cgroup/rstat.c
307
nrstatc = css_rstat_cpu(*nextp, cpu);
kernel/cgroup/rstat.c
308
WARN_ON_ONCE(*nextp == parent);
kernel/cgroup/rstat.c
309
nextp = &nrstatc->updated_next;
kernel/cgroup/rstat.c
311
*nextp = rstatc->updated_next;
kernel/time/tick-sched.c
121
nextp = ktime_add_ns(last_jiffies_update, TICK_NSEC);
kernel/time/tick-sched.c
130
smp_store_release(&tick_next_period, nextp);
kernel/time/tick-sched.c
136
tick_next_period = nextp;
kernel/time/tick-sched.c
60
ktime_t delta, nextp;
kernel/time/tick-sched.c
83
nextp = tick_next_period;
kernel/time/tick-sched.c
86
if (ktime_before(now, nextp))
kernel/workqueue.c
1147
struct work_struct **nextp)
kernel/workqueue.c
1166
if (nextp)
kernel/workqueue.c
1167
*nextp = n;
kernel/workqueue.c
1187
struct work_struct **nextp)
kernel/workqueue.c
1198
if (nextp)
kernel/workqueue.c
1199
*nextp = list_next_entry(work, entry);
kernel/workqueue.c
1214
move_linked_works(work, &collision->scheduled, nextp);
kernel/workqueue.c
1218
move_linked_works(work, &worker->scheduled, nextp);
net/ipv4/inet_fragment.c
504
struct sk_buff **nextp = NULL;
net/ipv4/inet_fragment.c
579
nextp = &clone->next;
net/ipv4/inet_fragment.c
581
nextp = &skb_shinfo(head)->frag_list;
net/ipv4/inet_fragment.c
599
return nextp;
net/ipv4/inet_fragment.c
608
struct sk_buff **nextp = reasm_data;
net/ipv4/inet_fragment.c
649
*nextp = fp;
net/ipv4/inet_fragment.c
650
nextp = &fp->next;
net/ipv4/inet_fragment.c
666
*nextp = NULL;
net/xfrm/xfrm_iptfs.c
2131
static struct sk_buff **iptfs_rehome_fraglist(struct sk_buff **nextp, struct sk_buff *child)
net/xfrm/xfrm_iptfs.c
2140
*nextp = skb_shinfo(child)->frag_list;
net/xfrm/xfrm_iptfs.c
2141
while (*nextp) {
net/xfrm/xfrm_iptfs.c
2142
fllen += (*nextp)->len;
net/xfrm/xfrm_iptfs.c
2143
nextp = &(*nextp)->next;
net/xfrm/xfrm_iptfs.c
2149
return nextp;
net/xfrm/xfrm_iptfs.c
2184
struct sk_buff *skb, *skb2, **nextp;
net/xfrm/xfrm_iptfs.c
2241
nextp = &shi->frag_list;
net/xfrm/xfrm_iptfs.c
2242
while (*nextp) {
net/xfrm/xfrm_iptfs.c
2243
if (skb_has_frag_list(*nextp))
net/xfrm/xfrm_iptfs.c
2244
nextp = iptfs_rehome_fraglist(&(*nextp)->next, *nextp);
net/xfrm/xfrm_iptfs.c
2246
nextp = &(*nextp)->next;
net/xfrm/xfrm_iptfs.c
2303
*nextp = skb2;
net/xfrm/xfrm_iptfs.c
2304
nextp = &skb2->next;
net/xfrm/xfrm_iptfs.c
2306
nextp = iptfs_rehome_fraglist(nextp,
sound/pci/emu10k1/memory.c
109
*nextp = pos;
sound/pci/emu10k1/memory.c
122
*nextp = pos;
sound/pci/emu10k1/memory.c
125
*nextp = candidate;
sound/pci/emu10k1/memory.c
262
struct list_head *p, *nextp;
sound/pci/emu10k1/memory.c
277
for (; p != &emu->mapped_order_link_head; p = nextp) {
sound/pci/emu10k1/memory.c
278
nextp = p->next;
sound/pci/emu10k1/memory.c
95
static int search_empty_map_area(struct snd_emu10k1 *emu, int npages, struct list_head **nextp)