nptr              772 drivers/media/mc/mc-device.c 					struct media_entity_notify *nptr)
nptr              775 drivers/media/mc/mc-device.c 	list_add_tail(&nptr->list, &mdev->entity_notify);
nptr              785 drivers/media/mc/mc-device.c 					struct media_entity_notify *nptr)
nptr              787 drivers/media/mc/mc-device.c 	list_del(&nptr->list);
nptr              791 drivers/media/mc/mc-device.c 					struct media_entity_notify *nptr)
nptr              794 drivers/media/mc/mc-device.c 	__media_device_unregister_entity_notify(mdev, nptr);
nptr              225 drivers/net/wimax/i2400m/fw.c 	void *nptr = krealloc(*ptr, new_size, gfp_flags);
nptr              226 drivers/net/wimax/i2400m/fw.c 	if (nptr) {
nptr              230 drivers/net/wimax/i2400m/fw.c 			memset(nptr, 0, new_size);
nptr              232 drivers/net/wimax/i2400m/fw.c 			memset(nptr + old_size, 0, old_size);
nptr              234 drivers/net/wimax/i2400m/fw.c 		*ptr = nptr;
nptr             2929 fs/xfs/libxfs/xfs_btree.c 	union xfs_btree_ptr	nptr;		/* new block addr */
nptr             2944 fs/xfs/libxfs/xfs_btree.c 	error = cur->bc_ops->alloc_block(cur, pp, &nptr, stat);
nptr             2953 fs/xfs/libxfs/xfs_btree.c 	error = xfs_btree_get_buf_block(cur, &nptr, &cblock, &cbp);
nptr             2987 fs/xfs/libxfs/xfs_btree.c 	error = xfs_btree_debug_check_ptr(cur, &nptr, 0, level);
nptr             2991 fs/xfs/libxfs/xfs_btree.c 	xfs_btree_copy_ptrs(cur, pp, &nptr, 1);
nptr             3030 fs/xfs/libxfs/xfs_btree.c 	int			nptr;	/* new value for key index, 1 or 2 */
nptr             3081 fs/xfs/libxfs/xfs_btree.c 		nptr = 1;
nptr             3092 fs/xfs/libxfs/xfs_btree.c 		nptr = 2;
nptr             3133 fs/xfs/libxfs/xfs_btree.c 	cur->bc_ptrs[cur->bc_nlevels] = nptr;
nptr             3151 fs/xfs/libxfs/xfs_btree.c 	union xfs_btree_ptr	*nptr,	/* new btree ptr */
nptr             3201 fs/xfs/libxfs/xfs_btree.c 	error = xfs_btree_split(cur, level, nptr, key, ncur, stat);
nptr             3226 fs/xfs/libxfs/xfs_btree.c 	union xfs_btree_ptr	nptr;	/* new block ptr */
nptr             3289 fs/xfs/libxfs/xfs_btree.c 	xfs_btree_set_ptr_null(cur, &nptr);
nptr             3292 fs/xfs/libxfs/xfs_btree.c 					&optr, &ptr, &nptr, &ncur, lkey, stat);
nptr             3402 fs/xfs/libxfs/xfs_btree.c 	*ptrp = nptr;
nptr             3403 fs/xfs/libxfs/xfs_btree.c 	if (!xfs_btree_ptr_is_null(cur, &nptr)) {
nptr             3430 fs/xfs/libxfs/xfs_btree.c 	union xfs_btree_ptr	nptr;	/* new block number (split result) */
nptr             3442 fs/xfs/libxfs/xfs_btree.c 	xfs_btree_set_ptr_null(cur, &nptr);
nptr             3458 fs/xfs/libxfs/xfs_btree.c 		error = xfs_btree_insrec(pcur, level, &nptr, &rec, key,
nptr             3475 fs/xfs/libxfs/xfs_btree.c 		    (ncur || xfs_btree_ptr_is_null(cur, &nptr))) {
nptr             3487 fs/xfs/libxfs/xfs_btree.c 	} while (!xfs_btree_ptr_is_null(cur, &nptr));
nptr              107 fs/xfs/libxfs/xfs_btree.h 			    union xfs_btree_ptr *nptr, int level_change);
nptr               44 fs/xfs/libxfs/xfs_ialloc_btree.c 	union xfs_btree_ptr	*nptr,
nptr               50 fs/xfs/libxfs/xfs_ialloc_btree.c 	agi->agi_root = nptr->s;
nptr               58 fs/xfs/libxfs/xfs_ialloc_btree.c 	union xfs_btree_ptr	*nptr,
nptr               64 fs/xfs/libxfs/xfs_ialloc_btree.c 	agi->agi_free_root = nptr->s;
nptr              377 include/media/media-device.h 					struct media_entity_notify *nptr);
nptr              388 include/media/media-device.h 					struct media_entity_notify *nptr);
nptr              458 include/media/media-device.h 					struct media_entity_notify *nptr)
nptr              464 include/media/media-device.h 					struct media_entity_notify *nptr)
nptr               64 lib/earlycpio.c 	const char *p, *dptr, *nptr;
nptr              112 lib/earlycpio.c 		nptr = PTR_ALIGN(dptr + ch[C_FILESIZE], 4);
nptr              114 lib/earlycpio.c 		if (nptr > p + len || dptr < p || nptr < dptr)
nptr              122 lib/earlycpio.c 				*nextoff = (long)nptr - (long)data;
nptr              135 lib/earlycpio.c 		len -= (nptr - p);
nptr              136 lib/earlycpio.c 		p = nptr;