Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/cgroup/
Drstat.c118 struct cgroup **nextp; in cgroup_rstat_cpu_pop_updated() local
120 nextp = &prstatc->updated_children; in cgroup_rstat_cpu_pop_updated()
122 nrstatc = cgroup_rstat_cpu(*nextp, cpu); in cgroup_rstat_cpu_pop_updated()
123 if (*nextp == pos) in cgroup_rstat_cpu_pop_updated()
126 WARN_ON_ONCE(*nextp == parent); in cgroup_rstat_cpu_pop_updated()
127 nextp = &nrstatc->updated_next; in cgroup_rstat_cpu_pop_updated()
130 *nextp = rstatc->updated_next; in cgroup_rstat_cpu_pop_updated()
/kernel/linux/linux-5.10/net/ipv4/
Dinet_fragment.c414 struct sk_buff **nextp; in inet_frag_reasm_prepare() local
470 nextp = &clone->next; in inet_frag_reasm_prepare()
472 nextp = &skb_shinfo(head)->frag_list; in inet_frag_reasm_prepare()
475 return nextp; in inet_frag_reasm_prepare()
482 struct sk_buff **nextp = (struct sk_buff **)reasm_data; in inet_frag_reasm_finish() local
523 *nextp = fp; in inet_frag_reasm_finish()
524 nextp = &fp->next; in inet_frag_reasm_finish()
540 *nextp = NULL; in inet_frag_reasm_finish()
/kernel/linux/linux-5.10/sound/pci/emu10k1/
Dmemory.c95 static int search_empty_map_area(struct snd_emu10k1 *emu, int npages, struct list_head **nextp) in search_empty_map_area() argument
109 *nextp = pos; in search_empty_map_area()
122 *nextp = pos; in search_empty_map_area()
125 *nextp = candidate; in search_empty_map_area()
258 struct list_head *p, *nextp; in snd_emu10k1_memblk_map() local
274 for (; p != &emu->mapped_order_link_head; p = nextp) { in snd_emu10k1_memblk_map()
275 nextp = p->next; in snd_emu10k1_memblk_map()
/kernel/linux/linux-5.10/arch/riscv/mm/
Dinit.c389 pgd_next_t *nextp; in create_pgd_mapping() local
402 nextp = get_pgd_next_virt(next_phys); in create_pgd_mapping()
403 memset(nextp, 0, PAGE_SIZE); in create_pgd_mapping()
406 nextp = get_pgd_next_virt(next_phys); in create_pgd_mapping()
409 create_pgd_next_mapping(nextp, va, pa, sz, prot); in create_pgd_mapping()
/kernel/linux/linux-5.10/fs/fat/
Dfatent.c198 u8 *nextp = ent12_p[1] + 1 + (fatent->entry & 1); in fat12_ent_next() local
206 if (nextp < (u8 *)(bhs[0]->b_data + (bhs[0]->b_size - 1))) { in fat12_ent_next()
207 ent12_p[0] = nextp - 1; in fat12_ent_next()
208 ent12_p[1] = nextp; in fat12_ent_next()
215 ent12_p[0] = nextp - 1; in fat12_ent_next()
216 ent12_p[1] = nextp; in fat12_ent_next()
/kernel/linux/linux-5.10/drivers/virt/
Dfsl_hypervisor.c463 #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()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dleon.h228 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);
/kernel/linux/linux-5.10/drivers/media/usb/au0828/
Dau0828-core.c129 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()
/kernel/linux/linux-5.10/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.c355 char **nextp, unsigned *sizep) in qh_lines() argument
362 char *next = *nextp; in qh_lines()
445 *nextp = next; in qh_lines()
/kernel/linux/linux-5.10/drivers/media/mc/
Dmc-device.c806 struct media_entity_notify *notify, *nextp; in media_device_unregister() local
827 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) in media_device_unregister()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_rtalloc.c228 xfs_rtblock_t *nextp, /* out: next block to try */ in xfs_rtallocate_extent_block() argument
329 *nextp = next; in xfs_rtallocate_extent_block()
/kernel/linux/linux-5.10/fs/jfs/
Djfs_xtree.c226 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, in xtSearch() argument
354 if (nextp) in xtSearch()
355 *nextp = next; in xtSearch()
464 if (nextp) in xtSearch()
465 *nextp = next; in xtSearch()
/kernel/linux/linux-5.10/kernel/
Dworkqueue.c1067 struct work_struct **nextp) in move_linked_works() argument
1086 if (nextp) in move_linked_works()
1087 *nextp = n; in move_linked_works()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_bmap.c331 xfs_bmbt_rec_t *nextp; /* pointer to next extent */ in xfs_bmap_check_leaf_extents() local
428 nextp = XFS_BMBT_REC_ADDR(mp, block, j + 1); in xfs_bmap_check_leaf_extents()
431 xfs_bmbt_disk_get_startoff(nextp)); in xfs_bmap_check_leaf_extents()
432 ep = nextp; in xfs_bmap_check_leaf_extents()