Searched defs:nextp (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/fs/xfs/ |
H A D | xfs_rtalloc.c | 230 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) xfs_rtallocate_extent_block() argument
|
/linux-4.1.27/drivers/virt/ |
H A D | fsl_hypervisor.c | 465 #define nextp(x) (((x) + 1) & (QSIZE - 1)) macro
|
/linux-4.1.27/fs/fat/ |
H A D | fatent.c | 196 u8 *nextp = ent12_p[1] + 1 + (fatent->entry & 1); fat12_ent_next() local
|
/linux-4.1.27/sound/pci/emu10k1/ |
H A D | memory.c | 103 static int search_empty_map_area(struct snd_emu10k1 *emu, int npages, struct list_head **nextp) search_empty_map_area() argument 262 struct list_head *p, *nextp; snd_emu10k1_memblk_map() local
|
/linux-4.1.27/drivers/usb/host/ |
H A D | ehci-dbg.c | 406 qh_lines( struct ehci_hcd *ehci, struct ehci_qh *qh, char **nextp, unsigned *sizep ) qh_lines() argument
|
H A D | fotg210-hcd.c | 376 qh_lines( struct fotg210_hcd *fotg210, struct fotg210_qh *qh, char **nextp, unsigned *sizep ) qh_lines() argument
|
H A D | fusbh200-hcd.c | 364 qh_lines( struct fusbh200_hcd *fusbh200, struct fusbh200_qh *qh, char **nextp, unsigned *sizep ) qh_lines() argument
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_xtree.c | 239 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, xtSearch() argument
|
/linux-4.1.27/mm/ |
H A D | zsmalloc.c | 888 struct page *nextp, *tmp, *head_extra; free_zspage() local
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 348 xfs_bmbt_rec_t *nextp; /* pointer to next extent */ xfs_bmap_check_leaf_extents() local
|
/linux-4.1.27/kernel/ |
H A D | workqueue.c | 1043 move_linked_works(struct work_struct *work, struct list_head *head, struct work_struct **nextp) move_linked_works() argument
|
Completed in 458 milliseconds