| /linux/net/ipv4/ |
| H A D | inet_fragment.c | 505 struct sk_buff **nextp = NULL; in inet_frag_reasm_prepare() 578 nextp = &clone->next; in inet_frag_reasm_prepare() 580 nextp = &skb_shinfo(head)->frag_list; in inet_frag_reasm_prepare() 598 return nextp; in inet_frag_reasm_prepare() 607 struct sk_buff **nextp = reasm_data; in inet_frag_reasm_finish() 648 *nextp = fp; in inet_frag_reasm_finish() 649 nextp = &fp->next; in inet_frag_reasm_finish() 665 *nextp = NULL; in inet_frag_reasm_finish() 504 struct sk_buff **nextp = NULL; inet_frag_reasm_prepare() local 608 struct sk_buff **nextp = reasm_data; inet_frag_reasm_finish() local
|
| /linux/kernel/cgroup/ |
| H A D | rstat.c | 309 struct cgroup_subsys_state **nextp; in css_rstat_updated_list() local 312 nextp = &prstatc->updated_children; in css_rstat_updated_list() 313 while (*nextp != root) { in css_rstat_updated_list() 316 nrstatc = css_rstat_cpu(*nextp, cpu); in css_rstat_updated_list() 317 WARN_ON_ONCE(*nextp == parent); in css_rstat_updated_list() 318 nextp = &nrstatc->updated_next; in css_rstat_updated_list() 320 *nextp = rstatc->updated_next; in css_rstat_updated_list()
|
| /linux/net/xfrm/ |
| H A D | xfrm_iptfs.c | 2133 static struct sk_buff **iptfs_rehome_fraglist(struct sk_buff **nextp, struct sk_buff *child) in iptfs_rehome_fraglist() 2142 *nextp = skb_shinfo(child)->frag_list; in iptfs_rehome_fraglist() 2143 while (*nextp) { in iptfs_rehome_fraglist() 2144 fllen += (*nextp)->len; in iptfs_rehome_fraglist() 2145 nextp = &(*nextp)->next; in iptfs_rehome_fraglist() 2151 return nextp; 2188 struct sk_buff *skb, *skb2, **nextp; in iptfs_output_queued() 2245 nextp = &shi->frag_list; in iptfs_output_queued() 2246 while (*nextp) { in iptfs_output_queued() 2131 iptfs_rehome_fraglist(struct sk_buff ** nextp,struct sk_buff * child) iptfs_rehome_fraglist() argument 2184 struct sk_buff *skb, *skb2, **nextp; iptfs_output_queued() local [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, v in create_p4d_mapping() 680 pgd_next_t *nextp; create_pgd_mapping() local [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 335 /* Allocation failed. Set *nextp to the next block to try. */ in xfs_rtallocate_extent_block() 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 | 14055 u8 **nextp) in bnxt_udp_tunl_check() 14090 if (nextp) { in bnxt_tunl_check() 14093 *nextp = nexthdr; in bnxt_tunl_check() 14096 *nextp = NULL; in bnxt_tunl_check() 14006 bnxt_exthdr_check(struct bnxt * bp,struct sk_buff * skb,int nw_off,u8 ** nextp) bnxt_exthdr_check() argument
|