/linux-6.6.21/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.6.21/net/ipv4/ |
D | inet_fragment.c | 451 struct sk_buff **nextp; in inet_frag_reasm_prepare() local 507 nextp = &clone->next; in inet_frag_reasm_prepare() 509 nextp = &skb_shinfo(head)->frag_list; in inet_frag_reasm_prepare() 512 return nextp; in inet_frag_reasm_prepare() 519 struct sk_buff **nextp = reasm_data; in inet_frag_reasm_finish() local 560 *nextp = fp; in inet_frag_reasm_finish() 561 nextp = &fp->next; in inet_frag_reasm_finish() 577 *nextp = NULL; in inet_frag_reasm_finish()
|
/linux-6.6.21/arch/riscv/mm/ |
D | init.c | 559 pmd_t *nextp; in create_pud_mapping() local 572 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping() 573 memset(nextp, 0, PAGE_SIZE); in create_pud_mapping() 576 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping() 579 create_pmd_mapping(nextp, va, pa, sz, prot); in create_pud_mapping() 586 pud_t *nextp; in create_p4d_mapping() local 599 nextp = pt_ops.get_pud_virt(next_phys); in create_p4d_mapping() 600 memset(nextp, 0, PAGE_SIZE); in create_p4d_mapping() 603 nextp = pt_ops.get_pud_virt(next_phys); in create_p4d_mapping() 606 create_pud_mapping(nextp, va, pa, sz, prot); in create_p4d_mapping() [all …]
|
/linux-6.6.21/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.6.21/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.6.21/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.6.21/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.6.21/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.6.21/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.6.21/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()
|
/linux-6.6.21/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.6.21/drivers/media/mc/ |
D | mc-device.c | 791 struct media_entity_notify *notify, *nextp; in media_device_unregister() local 812 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) in media_device_unregister()
|
/linux-6.6.21/fs/xfs/ |
D | xfs_rtalloc.c | 245 xfs_rtblock_t *nextp, /* out: next block to try */ in xfs_rtallocate_extent_block() argument 346 *nextp = next; in xfs_rtallocate_extent_block()
|
/linux-6.6.21/kernel/ |
D | workqueue.c | 1033 struct work_struct **nextp) in move_linked_works() argument 1052 if (nextp) in move_linked_works() 1053 *nextp = n; in move_linked_works() 1073 struct work_struct **nextp) in assign_work() argument 1090 move_linked_works(work, &collision->scheduled, nextp); in assign_work() 1094 move_linked_works(work, &worker->scheduled, nextp); in assign_work()
|
/linux-6.6.21/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.6.21/drivers/usb/fotg210/ |
D | fotg210-hcd.c | 354 char **nextp, unsigned *sizep) in qh_lines() argument 361 char *next = *nextp; in qh_lines() 441 *nextp = next; in qh_lines()
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 11350 u8 **nextp) in bnxt_exthdr_check() argument 11403 if (nextp) { in bnxt_exthdr_check() 11406 *nextp = nexthdr; in bnxt_exthdr_check() 11409 *nextp = NULL; in bnxt_exthdr_check()
|