Home
last modified time | relevance | path

Searched refs:nextp (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/sound/pci/emu10k1/
Dmemory.c103 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/
Dfatent.c196 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/
Dfsl_hypervisor.c465 #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/
Dleon.h228 void leon_node_init(struct device_node *dp, struct device_node ***nextp);
Dleon_amba.h180 void _amba_init(struct device_node *dp, struct device_node ***nextp);
/linux-4.4.14/mm/
Dzsmalloc.c888 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/
Dehci-dbg.c409 char **nextp, in qh_lines() argument
419 char *next = *nextp; in qh_lines()
494 *nextp = next; in qh_lines()
Dfotg210-hcd.c365 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/
Dxfs_rtalloc.c237 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/
Djfs_xtree.c239 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/
Dworkqueue.c1039 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/
Dxfs_bmap.c348 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()