/Linux-v4.19/kernel/cgroup/ |
D | rstat.c | 122 struct cgroup **nextp; in cgroup_rstat_cpu_pop_updated() local 124 nextp = &prstatc->updated_children; in cgroup_rstat_cpu_pop_updated() 126 nrstatc = cgroup_rstat_cpu(*nextp, cpu); in cgroup_rstat_cpu_pop_updated() 127 if (*nextp == pos) in cgroup_rstat_cpu_pop_updated() 130 WARN_ON_ONCE(*nextp == parent); in cgroup_rstat_cpu_pop_updated() 131 nextp = &nrstatc->updated_next; in cgroup_rstat_cpu_pop_updated() 134 *nextp = rstatc->updated_next; in cgroup_rstat_cpu_pop_updated()
|
/Linux-v4.19/sound/pci/emu10k1/ |
D | memory.c | 110 static int search_empty_map_area(struct snd_emu10k1 *emu, int npages, struct list_head **nextp) in search_empty_map_area() argument 124 *nextp = pos; in search_empty_map_area() 137 *nextp = pos; in search_empty_map_area() 140 *nextp = candidate; in search_empty_map_area() 273 struct list_head *p, *nextp; in snd_emu10k1_memblk_map() local 289 for (; p != &emu->mapped_order_link_head; p = nextp) { in snd_emu10k1_memblk_map() 290 nextp = p->next; in snd_emu10k1_memblk_map()
|
/Linux-v4.19/fs/fat/ |
D | fatent.c | 197 u8 *nextp = ent12_p[1] + 1 + (fatent->entry & 1); in fat12_ent_next() local 205 if (nextp < (u8 *)(bhs[0]->b_data + (bhs[0]->b_size - 1))) { in fat12_ent_next() 206 ent12_p[0] = nextp - 1; in fat12_ent_next() 207 ent12_p[1] = nextp; in fat12_ent_next() 214 ent12_p[0] = nextp - 1; in fat12_ent_next() 215 ent12_p[1] = nextp; in fat12_ent_next()
|
/Linux-v4.19/drivers/virt/ |
D | fsl_hypervisor.c | 461 #define nextp(x) (((x) + 1) & (QSIZE - 1)) macro 496 if (dbq->head != nextp(dbq->tail)) { in fsl_hv_queue_doorbell() 503 dbq->tail = nextp(dbq->tail); in fsl_hv_queue_doorbell() 636 dbq->head = nextp(dbq->head); in fsl_hv_read()
|
/Linux-v4.19/net/ipv4/ |
D | ip_fragment.c | 512 struct sk_buff **nextp; /* To build frag_list. */ in ip_frag_reasm() local 581 nextp = &clone->next; in ip_frag_reasm() 583 nextp = &skb_shinfo(head)->frag_list; in ip_frag_reasm() 598 *nextp = fp; in ip_frag_reasm() 599 nextp = &fp->next; in ip_frag_reasm() 623 *nextp = NULL; in ip_frag_reasm()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | leon.h | 229 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-v4.19/drivers/media/usb/au0828/ |
D | au0828-core.c | 139 struct media_entity_notify *notify, *nextp; in au0828_unregister_media_device() local 145 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) { in au0828_unregister_media_device()
|
/Linux-v4.19/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 | 352 char **nextp, unsigned *sizep) in qh_lines() argument 359 char *next = *nextp; in qh_lines() 442 *nextp = next; in qh_lines()
|
/Linux-v4.19/drivers/media/ |
D | media-device.c | 784 struct media_entity_notify *notify, *nextp; in media_device_unregister() local 805 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) in media_device_unregister()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_rtalloc.c | 226 xfs_rtblock_t *nextp, /* out: next block to try */ in xfs_rtallocate_extent_block() argument 324 *nextp = next; in xfs_rtallocate_extent_block()
|
/Linux-v4.19/fs/jfs/ |
D | jfs_xtree.c | 239 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, in xtSearch() argument 367 if (nextp) in xtSearch() 368 *nextp = next; in xtSearch() 477 if (nextp) in xtSearch() 478 *nextp = next; in xtSearch()
|
/Linux-v4.19/kernel/ |
D | workqueue.c | 1031 struct work_struct **nextp) in move_linked_works() argument 1050 if (nextp) in move_linked_works() 1051 *nextp = n; in move_linked_works()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_bmap.c | 335 xfs_bmbt_rec_t *nextp; /* pointer to next extent */ in xfs_bmap_check_leaf_extents() local 433 nextp = XFS_BMBT_REC_ADDR(mp, block, j + 1); in xfs_bmap_check_leaf_extents() 436 xfs_bmbt_disk_get_startoff(nextp)); in xfs_bmap_check_leaf_extents() 437 ep = nextp; in xfs_bmap_check_leaf_extents()
|