Searched refs:nextp (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/sound/pci/emu10k1/ |
D | memory.c | 103 static int search_empty_map_area(struct snd_emu10k1 *emu, int npages, struct list_head **nextp) in search_empty_map_area() argument 117 *nextp = pos; in search_empty_map_area() 130 *nextp = pos; in search_empty_map_area() 133 *nextp = candidate; in search_empty_map_area() 262 struct list_head *p, *nextp; in snd_emu10k1_memblk_map() local 278 for (; p != &emu->mapped_order_link_head; p = nextp) { in snd_emu10k1_memblk_map() 279 nextp = p->next; in snd_emu10k1_memblk_map()
|
/linux-4.4.14/fs/fat/ |
D | fatent.c | 196 u8 *nextp = ent12_p[1] + 1 + (fatent->entry & 1); in fat12_ent_next() local 204 if (nextp < (u8 *)(bhs[0]->b_data + (bhs[0]->b_size - 1))) { in fat12_ent_next() 205 ent12_p[0] = nextp - 1; in fat12_ent_next() 206 ent12_p[1] = nextp; in fat12_ent_next() 213 ent12_p[0] = nextp - 1; in fat12_ent_next() 214 ent12_p[1] = nextp; in fat12_ent_next()
|
/linux-4.4.14/drivers/virt/ |
D | fsl_hypervisor.c | 465 #define nextp(x) (((x) + 1) & (QSIZE - 1)) macro 500 if (dbq->head != nextp(dbq->tail)) { in fsl_hv_queue_doorbell() 507 dbq->tail = nextp(dbq->tail); in fsl_hv_queue_doorbell() 640 dbq->head = nextp(dbq->head); in fsl_hv_read()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | leon.h | 228 void leon_node_init(struct device_node *dp, struct device_node ***nextp);
|
D | leon_amba.h | 180 void _amba_init(struct device_node *dp, struct device_node ***nextp);
|
/linux-4.4.14/mm/ |
D | zsmalloc.c | 888 struct page *nextp, *tmp, *head_extra; in free_zspage() local 902 list_for_each_entry_safe(nextp, tmp, &head_extra->lru, lru) { in free_zspage() 903 list_del(&nextp->lru); in free_zspage() 904 reset_page(nextp); in free_zspage() 905 __free_page(nextp); in free_zspage()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-dbg.c | 409 char **nextp, in qh_lines() argument 419 char *next = *nextp; in qh_lines() 494 *nextp = next; in qh_lines()
|
D | fotg210-hcd.c | 365 char **nextp, unsigned *sizep) in qh_lines() argument 372 char *next = *nextp; in qh_lines() 455 *nextp = next; in qh_lines()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_rtalloc.c | 237 xfs_rtblock_t *nextp, /* out: next block to try */ in xfs_rtallocate_extent_block() argument 331 *nextp = next; in xfs_rtallocate_extent_block()
|
/linux-4.4.14/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-4.4.14/kernel/ |
D | workqueue.c | 1039 struct work_struct **nextp) in move_linked_works() argument 1058 if (nextp) in move_linked_works() 1059 *nextp = n; in move_linked_works()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bmap.c | 348 xfs_bmbt_rec_t *nextp; /* pointer to next extent */ in xfs_bmap_check_leaf_extents() local 442 nextp = XFS_BMBT_REC_ADDR(mp, block, j + 1); in xfs_bmap_check_leaf_extents() 445 xfs_bmbt_disk_get_startoff(nextp)); in xfs_bmap_check_leaf_extents() 446 ep = nextp; in xfs_bmap_check_leaf_extents()
|