/linux-6.1.9/kernel/cgroup/ |
D | rstat.c | 130 struct cgroup **nextp; in cgroup_rstat_cpu_pop_updated() local 133 nextp = &prstatc->updated_children; in cgroup_rstat_cpu_pop_updated() 134 while (*nextp != pos) { in cgroup_rstat_cpu_pop_updated() 137 nrstatc = cgroup_rstat_cpu(*nextp, cpu); in cgroup_rstat_cpu_pop_updated() 138 WARN_ON_ONCE(*nextp == parent); in cgroup_rstat_cpu_pop_updated() 139 nextp = &nrstatc->updated_next; in cgroup_rstat_cpu_pop_updated() 141 *nextp = rstatc->updated_next; in cgroup_rstat_cpu_pop_updated()
|
/linux-6.1.9/net/ipv4/ |
D | inet_fragment.c | 445 struct sk_buff **nextp; in inet_frag_reasm_prepare() local 501 nextp = &clone->next; in inet_frag_reasm_prepare() 503 nextp = &skb_shinfo(head)->frag_list; in inet_frag_reasm_prepare() 506 return nextp; in inet_frag_reasm_prepare() 513 struct sk_buff **nextp = reasm_data; in inet_frag_reasm_finish() local 554 *nextp = fp; in inet_frag_reasm_finish() 555 nextp = &fp->next; in inet_frag_reasm_finish() 571 *nextp = NULL; in inet_frag_reasm_finish()
|
/linux-6.1.9/arch/riscv/mm/ |
D | init.c | 560 pmd_t *nextp; in create_pud_mapping() local 573 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping() 574 memset(nextp, 0, PAGE_SIZE); in create_pud_mapping() 577 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping() 580 create_pmd_mapping(nextp, va, pa, sz, prot); in create_pud_mapping() 587 pud_t *nextp; in create_p4d_mapping() local 600 nextp = pt_ops.get_pud_virt(next_phys); in create_p4d_mapping() 601 memset(nextp, 0, PAGE_SIZE); in create_p4d_mapping() 604 nextp = pt_ops.get_pud_virt(next_phys); in create_p4d_mapping() 607 create_pud_mapping(nextp, va, pa, sz, prot); in create_p4d_mapping() [all …]
|
/linux-6.1.9/sound/pci/emu10k1/ |
D | memory.c | 95 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-6.1.9/kernel/time/ |
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() 123 nextp = ktime_add_ns(last_jiffies_update, TICK_NSEC); in tick_do_update_jiffies64() 132 smp_store_release(&tick_next_period, nextp); in tick_do_update_jiffies64() 138 tick_next_period = nextp; in tick_do_update_jiffies64()
|
/linux-6.1.9/fs/fat/ |
D | fatent.c | 199 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-6.1.9/drivers/virt/ |
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-6.1.9/arch/sparc/include/asm/ |
D | leon.h | 228 void leon_node_init(struct device_node *dp, struct device_node ***nextp);
|
D | leon_amba.h | 181 void _amba_init(struct device_node *dp, struct device_node ***nextp);
|
/linux-6.1.9/drivers/media/usb/au0828/ |
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-6.1.9/drivers/usb/host/ |
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()
|
D | fotg210-hcd.c | 355 char **nextp, unsigned *sizep) in qh_lines() argument 362 char *next = *nextp; in qh_lines() 445 *nextp = next; in qh_lines()
|
/linux-6.1.9/fs/jfs/ |
D | jfs_xtree.c | 215 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-6.1.9/drivers/media/mc/ |
D | mc-device.c | 792 struct media_entity_notify *notify, *nextp; in media_device_unregister() local 813 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) in media_device_unregister()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_rtalloc.c | 228 xfs_rtblock_t *nextp, /* out: next block to try */ in xfs_rtallocate_extent_block() argument 329 *nextp = next; in xfs_rtallocate_extent_block()
|
/linux-6.1.9/kernel/ |
D | workqueue.c | 1080 struct work_struct **nextp) in move_linked_works() argument 1099 if (nextp) in move_linked_works() 1100 *nextp = n; in move_linked_works()
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_bmap.c | 332 xfs_bmbt_rec_t *nextp; /* pointer to next extent */ in xfs_bmap_check_leaf_extents() local 429 nextp = XFS_BMBT_REC_ADDR(mp, block, j + 1); in xfs_bmap_check_leaf_extents() 432 xfs_bmbt_disk_get_startoff(nextp)); in xfs_bmap_check_leaf_extents() 433 ep = nextp; in xfs_bmap_check_leaf_extents()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 11285 u8 **nextp) in bnxt_exthdr_check() argument 11319 if (nextp) { in bnxt_exthdr_check() 11322 *nextp = nexthdr; in bnxt_exthdr_check() 11325 *nextp = NULL; in bnxt_exthdr_check()
|