Searched refs:nextp (Results 26 - 32 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_xtree.c228 * nextp - address of next extent (if any) for search miss
238 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, argument
366 if (nextp)
367 *nextp = next;
476 if (nextp)
477 *nextp = next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c60 DBTCL_INFO *nextp, *p; local
65 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {
66 nextp = LIST_NEXT(p, entries);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dworkqueue.c1644 * @nextp: out paramter for nested worklist walking
1650 * If @nextp is not NULL, it's updated to point to the next work of
1658 struct work_struct **nextp)
1677 if (nextp)
1678 *nextp = n;
1657 move_linked_works(struct work_struct *work, struct list_head *head, struct work_struct **nextp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_rtalloc.c205 xfs_rtblock_t *nextp, /* out: next block to try */
297 * Allocation failed. Set *nextp to the next block to try.
299 *nextp = next;
198 xfs_rtallocate_extent_block( xfs_mount_t *mp, xfs_trans_t *tp, xfs_rtblock_t bbno, xfs_extlen_t minlen, xfs_extlen_t maxlen, xfs_extlen_t *len, xfs_rtblock_t *nextp, xfs_buf_t **rbpp, xfs_fsblock_t *rsb, xfs_extlen_t prod, xfs_rtblock_t *rtblock) argument
H A Dxfs_bmap.c5763 xfs_bmbt_rec_t *nextp; /* pointer to next extent */ local
5858 nextp = XFS_BMBT_REC_ADDR(mp, block, j + 1);
5861 xfs_bmbt_disk_get_startoff(nextp));
5862 ep = nextp;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c461 int nextp; local
465 while((nextp = (queue->writep + 1) % queue->size) == queue->readp)
469 queue->writep = nextp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_main.c1274 u32 nextp = (staterr & IXGBE_RXDADV_NEXTP_MASK) >> local
1276 next_buffer = &rx_ring->rx_buffer_info[nextp];

Completed in 300 milliseconds

12