/kernel/linux/linux-5.10/lib/ |
H A D | earlycpio.c | 64 const char *p, *dptr, *nptr; in find_cpio_data() local 112 nptr = PTR_ALIGN(dptr + ch[C_FILESIZE], 4); in find_cpio_data() 114 if (nptr > p + len || dptr < p || nptr < dptr) in find_cpio_data() 122 *nextoff = (long)nptr - (long)data; in find_cpio_data() 135 len -= (nptr - p); in find_cpio_data() 136 p = nptr; in find_cpio_data()
|
/kernel/linux/linux-6.6/lib/ |
H A D | earlycpio.c | 64 const char *p, *dptr, *nptr; in find_cpio_data() local 112 nptr = PTR_ALIGN(dptr + ch[C_FILESIZE], 4); in find_cpio_data() 114 if (nptr > p + len || dptr < p || nptr < dptr) in find_cpio_data() 122 *nextoff = (long)nptr - (long)data; in find_cpio_data() 135 len -= (nptr - p); in find_cpio_data() 136 p = nptr; in find_cpio_data()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | media-device.h | 368 * @nptr: The media_entity_notify 377 struct media_entity_notify *nptr); 384 * @nptr: The media_entity_notify 388 struct media_entity_notify *nptr); 458 struct media_entity_notify *nptr) in media_device_register_entity_notify() 464 struct media_entity_notify *nptr) in media_device_unregister_entity_notify() 456 media_device_register_entity_notify( struct media_device *mdev, struct media_entity_notify *nptr) media_device_register_entity_notify() argument 462 media_device_unregister_entity_notify( struct media_device *mdev, struct media_entity_notify *nptr) media_device_unregister_entity_notify() argument
|
/kernel/linux/linux-6.6/include/media/ |
H A D | media-device.h | 359 * @nptr: The media_entity_notify 368 struct media_entity_notify *nptr); 375 * @nptr: The media_entity_notify 379 struct media_entity_notify *nptr); 449 struct media_entity_notify *nptr) in media_device_register_entity_notify() 454 struct media_entity_notify *nptr) in media_device_unregister_entity_notify() 447 media_device_register_entity_notify( struct media_device *mdev, struct media_entity_notify *nptr) media_device_register_entity_notify() argument 452 media_device_unregister_entity_notify( struct media_device *mdev, struct media_entity_notify *nptr) media_device_unregister_entity_notify() argument
|
/kernel/linux/linux-5.10/drivers/media/mc/ |
H A D | mc-device.c | 774 struct media_entity_notify *nptr) in media_device_register_entity_notify() 777 list_add_tail(&nptr->list, &mdev->entity_notify); in media_device_register_entity_notify() 787 struct media_entity_notify *nptr) in __media_device_unregister_entity_notify() 789 list_del(&nptr->list); in __media_device_unregister_entity_notify() 793 struct media_entity_notify *nptr) in media_device_unregister_entity_notify() 796 __media_device_unregister_entity_notify(mdev, nptr); in media_device_unregister_entity_notify() 773 media_device_register_entity_notify(struct media_device *mdev, struct media_entity_notify *nptr) media_device_register_entity_notify() argument 786 __media_device_unregister_entity_notify(struct media_device *mdev, struct media_entity_notify *nptr) __media_device_unregister_entity_notify() argument 792 media_device_unregister_entity_notify(struct media_device *mdev, struct media_entity_notify *nptr) media_device_unregister_entity_notify() argument
|
/kernel/linux/linux-6.6/drivers/media/mc/ |
H A D | mc-device.c | 760 struct media_entity_notify *nptr) in media_device_register_entity_notify() 763 list_add_tail(&nptr->list, &mdev->entity_notify); in media_device_register_entity_notify() 772 struct media_entity_notify *nptr) in __media_device_unregister_entity_notify() 774 list_del(&nptr->list); in __media_device_unregister_entity_notify() 778 struct media_entity_notify *nptr) in media_device_unregister_entity_notify() 781 __media_device_unregister_entity_notify(mdev, nptr); in media_device_unregister_entity_notify() 759 media_device_register_entity_notify(struct media_device *mdev, struct media_entity_notify *nptr) media_device_register_entity_notify() argument 771 __media_device_unregister_entity_notify(struct media_device *mdev, struct media_entity_notify *nptr) __media_device_unregister_entity_notify() argument 777 media_device_unregister_entity_notify(struct media_device *mdev, struct media_entity_notify *nptr) media_device_unregister_entity_notify() argument
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_btree.c | 2895 union xfs_btree_ptr nptr; /* new block addr */ in xfs_btree_new_iroot() local 2910 error = cur->bc_ops->alloc_block(cur, pp, &nptr, stat); in xfs_btree_new_iroot() 2919 error = xfs_btree_get_buf_block(cur, &nptr, &cblock, &cbp); in xfs_btree_new_iroot() 2953 error = xfs_btree_debug_check_ptr(cur, &nptr, 0, level); in xfs_btree_new_iroot() 2957 xfs_btree_copy_ptrs(cur, pp, &nptr, 1); in xfs_btree_new_iroot() 2996 int nptr; /* new value for key index, 1 or 2 */ in xfs_btree_new_root() local 3047 nptr = 1; in xfs_btree_new_root() 3058 nptr = 2; in xfs_btree_new_root() 3099 cur->bc_ptrs[cur->bc_nlevels] = nptr; in xfs_btree_new_root() 3117 union xfs_btree_ptr *nptr, /* ne in xfs_btree_make_block_unfull() 3111 xfs_btree_make_block_unfull( struct xfs_btree_cur *cur, int level, int numrecs, int *oindex, int *index, union xfs_btree_ptr *nptr, struct xfs_btree_cur **ncur, union xfs_btree_key *key, int *stat) xfs_btree_make_block_unfull() argument 3192 union xfs_btree_ptr nptr; /* new block ptr */ xfs_btree_insrec() local 3398 union xfs_btree_ptr nptr; /* new block number (split result) */ xfs_btree_insert() local [all...] |
H A D | xfs_ialloc_btree.c | 44 union xfs_btree_ptr *nptr, in xfs_inobt_set_root() 50 agi->agi_root = nptr->s; in xfs_inobt_set_root() 58 union xfs_btree_ptr *nptr, in xfs_finobt_set_root() 64 agi->agi_free_root = nptr->s; in xfs_finobt_set_root() 42 xfs_inobt_set_root( struct xfs_btree_cur *cur, union xfs_btree_ptr *nptr, int inc) xfs_inobt_set_root() argument 56 xfs_finobt_set_root( struct xfs_btree_cur *cur, union xfs_btree_ptr *nptr, int inc) xfs_finobt_set_root() argument
|
H A D | xfs_btree.h | 108 union xfs_btree_ptr *nptr, int level_change);
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_ialloc_btree.c | 46 const union xfs_btree_ptr *nptr, in xfs_inobt_set_root() 52 agi->agi_root = nptr->s; in xfs_inobt_set_root() 60 const union xfs_btree_ptr *nptr, in xfs_finobt_set_root() 66 agi->agi_free_root = nptr->s; in xfs_finobt_set_root() 44 xfs_inobt_set_root( struct xfs_btree_cur *cur, const union xfs_btree_ptr *nptr, int inc) xfs_inobt_set_root() argument 58 xfs_finobt_set_root( struct xfs_btree_cur *cur, const union xfs_btree_ptr *nptr, int inc) xfs_finobt_set_root() argument
|
H A D | xfs_btree.c | 2984 union xfs_btree_ptr nptr; /* new block addr */ in xfs_btree_new_iroot() local 2999 error = cur->bc_ops->alloc_block(cur, pp, &nptr, stat); in xfs_btree_new_iroot() 3008 error = xfs_btree_get_buf_block(cur, &nptr, &cblock, &cbp); in xfs_btree_new_iroot() 3044 error = xfs_btree_debug_check_ptr(cur, &nptr, 0, level); in xfs_btree_new_iroot() 3048 xfs_btree_copy_ptrs(cur, pp, &nptr, 1); in xfs_btree_new_iroot() 3087 int nptr; /* new value for key index, 1 or 2 */ in xfs_btree_new_root() local 3138 nptr = 1; in xfs_btree_new_root() 3149 nptr = 2; in xfs_btree_new_root() 3190 cur->bc_levels[cur->bc_nlevels].ptr = nptr; in xfs_btree_new_root() 3209 union xfs_btree_ptr *nptr, /* ne in xfs_btree_make_block_unfull() 3203 xfs_btree_make_block_unfull( struct xfs_btree_cur *cur, int level, int numrecs, int *oindex, int *index, union xfs_btree_ptr *nptr, struct xfs_btree_cur **ncur, union xfs_btree_key *key, int *stat) xfs_btree_make_block_unfull() argument 3284 union xfs_btree_ptr nptr; /* new block ptr */ xfs_btree_insrec() local 3490 union xfs_btree_ptr nptr; /* new block number (split result) */ xfs_btree_insert() local [all...] |
H A D | xfs_btree.h | 126 const union xfs_btree_ptr *nptr, int level_change);
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | vector_user.c | 384 static int strtofd(const char *nptr) in strtofd() argument 389 if (nptr == NULL) in strtofd() 393 fd = strtol(nptr, &endptr, 10); in strtofd() 394 if (nptr == endptr || in strtofd()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | vector_user.c | 385 static int strtofd(const char *nptr) in strtofd() argument 390 if (nptr == NULL) in strtofd() 394 fd = strtol(nptr, &endptr, 10); in strtofd() 395 if (nptr == endptr || in strtofd()
|
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/ |
H A D | fw.c | 225 void *nptr = krealloc(*ptr, new_size, gfp_flags); in i2400m_zrealloc_2x() local 226 if (nptr) { in i2400m_zrealloc_2x() 230 memset(nptr, 0, new_size); in i2400m_zrealloc_2x() 232 memset(nptr + old_size, 0, old_size); in i2400m_zrealloc_2x() 234 *ptr = nptr; in i2400m_zrealloc_2x()
|