Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_fragment.c504 struct sk_buff **nextp = NULL; in inet_frag_reasm_prepare() local
579 nextp = &clone->next; in inet_frag_reasm_prepare()
581 nextp = &skb_shinfo(head)->frag_list; in inet_frag_reasm_prepare()
599 return nextp; in inet_frag_reasm_prepare()
608 struct sk_buff **nextp = reasm_data; in inet_frag_reasm_finish() local
649 *nextp = fp; in inet_frag_reasm_finish()
650 nextp = &fp->next; in inet_frag_reasm_finish()
666 *nextp = NULL; in inet_frag_reasm_finish()
/linux/kernel/cgroup/
H A Drstat.c300 struct cgroup_subsys_state **nextp; in css_rstat_updated_list() local
303 nextp = &prstatc->updated_children; in css_rstat_updated_list()
304 while (*nextp != root) { in css_rstat_updated_list()
307 nrstatc = css_rstat_cpu(*nextp, cpu); in css_rstat_updated_list()
308 WARN_ON_ONCE(*nextp == parent); in css_rstat_updated_list()
309 nextp = &nrstatc->updated_next; in css_rstat_updated_list()
311 *nextp = rstatc->updated_next; in css_rstat_updated_list()
/linux/net/xfrm/
H A Dxfrm_iptfs.c2131 static struct sk_buff **iptfs_rehome_fraglist(struct sk_buff **nextp, struct sk_buff *child) in iptfs_rehome_fraglist() argument
2140 *nextp = skb_shinfo(child)->frag_list; in iptfs_rehome_fraglist()
2141 while (*nextp) { in iptfs_rehome_fraglist()
2142 fllen += (*nextp)->len; in iptfs_rehome_fraglist()
2143 nextp = &(*nextp)->next; in iptfs_rehome_fraglist()
2149 return nextp; in iptfs_rehome_fraglist()
2184 struct sk_buff *skb, *skb2, **nextp; in iptfs_output_queued() local
2241 nextp = &shi->frag_list; in iptfs_output_queued()
2242 while (*nextp) { in iptfs_output_queued()
2243 if (skb_has_frag_list(*nextp)) in iptfs_output_queued()
[all …]
/linux/arch/riscv/mm/
H A Dinit.c597 pmd_t *nextp; in create_pud_mapping() local
610 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping()
611 memset(nextp, 0, PAGE_SIZE); in create_pud_mapping()
614 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping()
617 create_pmd_mapping(nextp, va, pa, sz, prot); in create_pud_mapping()
623 pud_t *nextp; in create_p4d_mapping() local
636 nextp = pt_ops.get_pud_virt(next_phys); in create_p4d_mapping()
637 memset(nextp, 0, PAGE_SIZE); in create_p4d_mapping()
640 nextp = pt_ops.get_pud_virt(next_phys); in create_p4d_mapping()
643 create_pud_mapping(nextp, va, pa, sz, prot); in create_p4d_mapping()
[all …]
/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/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/drivers/usb/host/
H A Dehci-dbg.c371 char **nextp, unsigned *sizep) in qh_lines() argument
379 char *next = *nextp; in qh_lines()
467 *nextp = next; in qh_lines()
/linux/drivers/media/mc/
H A Dmc-device.c816 struct media_entity_notify *notify, *nextp; in media_device_unregister() local
837 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) in media_device_unregister()
/linux/kernel/
H A Dworkqueue.c1151 * @nextp: out parameter for nested worklist walking
1156 * @nextp.
1162 struct work_struct **nextp) in move_linked_works() argument
1181 if (nextp) in move_linked_works()
1182 *nextp = n; in move_linked_works()
1189 * @nextp: out parameter for nested worklist walking
1194 * If @nextp is not NULL, it's updated to point to the next work of the last
1202 struct work_struct **nextp) in assign_work() argument
1213 if (nextp) in assign_work()
1214 *nextp in assign_work()
[all...]
/linux/fs/xfs/
H A Dxfs_rtalloc.c249 xfs_rtxnum_t *nextp, /* out: next rtext to try */ in xfs_rtallocate_extent_block() argument
336 *nextp = next; in xfs_rtallocate_extent_block()
/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.c14006 u8 **nextp) in bnxt_exthdr_check() argument
14041 if (nextp) { in bnxt_exthdr_check()
14044 *nextp = nexthdr; in bnxt_exthdr_check()
14047 *nextp = NULL; in bnxt_exthdr_check()