Home
last modified time | relevance | path

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

/linux/scripts/dtc/
H A Dtreesource.c148 struct marker *m, **nextp; in add_string_markers() local
157 nextp = &prop->val.markers; in add_string_markers()
158 while (*nextp) in add_string_markers()
159 nextp = &((*nextp)->next); in add_string_markers()
160 *nextp = m; in add_string_markers()
/linux/kernel/cgroup/
H A Drstat.c223 struct cgroup **nextp; in cgroup_rstat_updated_list() local
226 nextp = &prstatc->updated_children; in cgroup_rstat_updated_list()
227 while (*nextp != root) { in cgroup_rstat_updated_list()
230 nrstatc = cgroup_rstat_cpu(*nextp, cpu); in cgroup_rstat_updated_list()
231 WARN_ON_ONCE(*nextp == parent); in cgroup_rstat_updated_list()
232 nextp = &nrstatc->updated_next; in cgroup_rstat_updated_list()
234 *nextp = rstatc->updated_next; in cgroup_rstat_updated_list()
/linux/net/ipv4/
H A Dinet_fragment.c456 struct sk_buff **nextp = NULL; in inet_frag_reasm_prepare() local
531 nextp = &clone->next; in inet_frag_reasm_prepare()
533 nextp = &skb_shinfo(head)->frag_list; in inet_frag_reasm_prepare()
551 return nextp; in inet_frag_reasm_prepare()
560 struct sk_buff **nextp = reasm_data; in inet_frag_reasm_finish() local
601 *nextp = fp; in inet_frag_reasm_finish()
602 nextp = &fp->next; in inet_frag_reasm_finish()
618 *nextp = NULL; in inet_frag_reasm_finish()
/linux/sound/pci/emu10k1/
H A 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()
262 struct list_head *p, *nextp; in snd_emu10k1_memblk_map() local
279 for (; p != &emu->mapped_order_link_head; p = nextp) { in snd_emu10k1_memblk_map()
280 nextp = p->next; in snd_emu10k1_memblk_map()
/linux/arch/riscv/mm/
H A Dinit.c586 pmd_t *nextp; in create_pud_mapping() local
599 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping()
600 memset(nextp, 0, PAGE_SIZE); in create_pud_mapping()
603 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping()
606 create_pmd_mapping(nextp, va, pa, sz, prot); in create_pud_mapping()
612 pud_t *nextp; in create_p4d_mapping() local
625 nextp = pt_ops.get_pud_virt(next_phys); in create_p4d_mapping()
626 memset(nextp, 0, PAGE_SIZE); in create_p4d_mapping()
629 nextp = pt_ops.get_pud_virt(next_phys); in create_p4d_mapping()
632 create_pud_mapping(nextp, va, pa, sz, prot); in create_p4d_mapping()
[all …]
/linux/fs/fat/
H A Dfatent.c199 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/kernel/time/
H A Dtick-sched.c60 ktime_t delta, nextp; in tick_do_update_jiffies64() local
83 nextp = tick_next_period; in tick_do_update_jiffies64()
86 if (ktime_before(now, nextp)) in tick_do_update_jiffies64()
121 nextp = ktime_add_ns(last_jiffies_update, TICK_NSEC); in tick_do_update_jiffies64()
130 smp_store_release(&tick_next_period, nextp); in tick_do_update_jiffies64()
136 tick_next_period = nextp; in tick_do_update_jiffies64()
/linux/drivers/virt/
H A 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()
/linux/arch/sparc/include/asm/
H A Dleon.h228 void leon_node_init(struct device_node *dp, struct device_node ***nextp);
H A Dleon_amba.h181 void _amba_init(struct device_node *dp, struct device_node ***nextp);
/linux/drivers/media/usb/au0828/
H A 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()
/linux/fs/jfs/
H A Djfs_xtree.c215 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, in xtSearch() argument
343 if (nextp) in xtSearch()
344 *nextp = next; in xtSearch()
453 if (nextp) in xtSearch()
454 *nextp = next; in xtSearch()
/linux/drivers/media/mc/
H A Dmc-device.c787 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/fs/xfs/
H A Dxfs_rtalloc.c238 xfs_rtxnum_t *nextp, /* out: next rtext to try */ in xfs_rtallocate_extent_block() argument
324 *nextp = next; in xfs_rtallocate_extent_block()
/linux/kernel/
H A Dworkqueue.c1138 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 Dxfs_bmap.c358 xfs_bmbt_rec_t *nextp; /* pointer to next extent */ in xfs_bmap_check_leaf_extents() local
456 nextp = xfs_bmbt_rec_addr(mp, block, j + 1); in xfs_bmap_check_leaf_extents()
459 xfs_bmbt_disk_get_startoff(nextp)); in xfs_bmap_check_leaf_extents()
460 ep = nextp; in xfs_bmap_check_leaf_extents()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c354 char **nextp, unsigned *sizep) in qh_lines() argument
361 char *next = *nextp; in qh_lines()
437 *nextp = next; in qh_lines()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c12982 u8 **nextp) in bnxt_exthdr_check() argument
13035 if (nextp) { in bnxt_exthdr_check()
13038 *nextp = nexthdr; in bnxt_exthdr_check()
13041 *nextp = NULL; in bnxt_exthdr_check()