| /linux/net/ipv4/ |
| H A D | inet_fragment.c | 504 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 D | rstat.c | 300 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 D | xfrm_iptfs.c | 2131 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 D | init.c | 597 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 D | tick-sched.c | 60 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 D | fsl_hypervisor.c | 463 #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 D | au0828-core.c | 129 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 D | ehci-dbg.c | 371 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 D | mc-device.c | 816 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 D | workqueue.c | 1151 * @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 D | xfs_rtalloc.c | 249 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 D | fotg210-hcd.c | 354 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 D | bnxt.c | 14006 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()
|