Home
last modified time | relevance | path

Searched refs:nextp (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/kernel/cgroup/
Drstat.c122 struct cgroup **nextp; in cgroup_rstat_cpu_pop_updated() local
124 nextp = &prstatc->updated_children; in cgroup_rstat_cpu_pop_updated()
126 nrstatc = cgroup_rstat_cpu(*nextp, cpu); in cgroup_rstat_cpu_pop_updated()
127 if (*nextp == pos) in cgroup_rstat_cpu_pop_updated()
130 WARN_ON_ONCE(*nextp == parent); in cgroup_rstat_cpu_pop_updated()
131 nextp = &nrstatc->updated_next; in cgroup_rstat_cpu_pop_updated()
134 *nextp = rstatc->updated_next; in cgroup_rstat_cpu_pop_updated()
/Linux-v4.19/sound/pci/emu10k1/
Dmemory.c110 static int search_empty_map_area(struct snd_emu10k1 *emu, int npages, struct list_head **nextp) in search_empty_map_area() argument
124 *nextp = pos; in search_empty_map_area()
137 *nextp = pos; in search_empty_map_area()
140 *nextp = candidate; in search_empty_map_area()
273 struct list_head *p, *nextp; in snd_emu10k1_memblk_map() local
289 for (; p != &emu->mapped_order_link_head; p = nextp) { in snd_emu10k1_memblk_map()
290 nextp = p->next; in snd_emu10k1_memblk_map()
/Linux-v4.19/fs/fat/
Dfatent.c197 u8 *nextp = ent12_p[1] + 1 + (fatent->entry & 1); in fat12_ent_next() local
205 if (nextp < (u8 *)(bhs[0]->b_data + (bhs[0]->b_size - 1))) { in fat12_ent_next()
206 ent12_p[0] = nextp - 1; in fat12_ent_next()
207 ent12_p[1] = nextp; in fat12_ent_next()
214 ent12_p[0] = nextp - 1; in fat12_ent_next()
215 ent12_p[1] = nextp; in fat12_ent_next()
/Linux-v4.19/drivers/virt/
Dfsl_hypervisor.c461 #define nextp(x) (((x) + 1) & (QSIZE - 1)) macro
496 if (dbq->head != nextp(dbq->tail)) { in fsl_hv_queue_doorbell()
503 dbq->tail = nextp(dbq->tail); in fsl_hv_queue_doorbell()
636 dbq->head = nextp(dbq->head); in fsl_hv_read()
/Linux-v4.19/net/ipv4/
Dip_fragment.c512 struct sk_buff **nextp; /* To build frag_list. */ in ip_frag_reasm() local
581 nextp = &clone->next; in ip_frag_reasm()
583 nextp = &skb_shinfo(head)->frag_list; in ip_frag_reasm()
598 *nextp = fp; in ip_frag_reasm()
599 nextp = &fp->next; in ip_frag_reasm()
623 *nextp = NULL; in ip_frag_reasm()
/Linux-v4.19/arch/sparc/include/asm/
Dleon.h229 void leon_node_init(struct device_node *dp, struct device_node ***nextp);
Dleon_amba.h181 void _amba_init(struct device_node *dp, struct device_node ***nextp);
/Linux-v4.19/drivers/media/usb/au0828/
Dau0828-core.c139 struct media_entity_notify *notify, *nextp; in au0828_unregister_media_device() local
145 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) { in au0828_unregister_media_device()
/Linux-v4.19/drivers/usb/host/
Dehci-dbg.c371 char **nextp, unsigned *sizep) in qh_lines() argument
379 char *next = *nextp; in qh_lines()
467 *nextp = next; in qh_lines()
Dfotg210-hcd.c352 char **nextp, unsigned *sizep) in qh_lines() argument
359 char *next = *nextp; in qh_lines()
442 *nextp = next; in qh_lines()
/Linux-v4.19/drivers/media/
Dmedia-device.c784 struct media_entity_notify *notify, *nextp; in media_device_unregister() local
805 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) in media_device_unregister()
/Linux-v4.19/fs/xfs/
Dxfs_rtalloc.c226 xfs_rtblock_t *nextp, /* out: next block to try */ in xfs_rtallocate_extent_block() argument
324 *nextp = next; in xfs_rtallocate_extent_block()
/Linux-v4.19/fs/jfs/
Djfs_xtree.c239 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, in xtSearch() argument
367 if (nextp) in xtSearch()
368 *nextp = next; in xtSearch()
477 if (nextp) in xtSearch()
478 *nextp = next; in xtSearch()
/Linux-v4.19/kernel/
Dworkqueue.c1031 struct work_struct **nextp) in move_linked_works() argument
1050 if (nextp) in move_linked_works()
1051 *nextp = n; in move_linked_works()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_bmap.c335 xfs_bmbt_rec_t *nextp; /* pointer to next extent */ in xfs_bmap_check_leaf_extents() local
433 nextp = XFS_BMBT_REC_ADDR(mp, block, j + 1); in xfs_bmap_check_leaf_extents()
436 xfs_bmbt_disk_get_startoff(nextp)); in xfs_bmap_check_leaf_extents()
437 ep = nextp; in xfs_bmap_check_leaf_extents()