| /Linux-v5.10/lib/ |
| 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()
|
| /Linux-v5.10/include/media/ |
| D | media-device.h | 377 struct media_entity_notify *nptr); 388 struct media_entity_notify *nptr); 458 struct media_entity_notify *nptr) in media_device_register_entity_notify() argument 464 struct media_entity_notify *nptr) in media_device_unregister_entity_notify() argument
|
| /Linux-v5.10/drivers/net/wireguard/ |
| D | allowedips.c | 79 struct allowedips_node __rcu **stack[128], **nptr; in walk_remove_by_peer() local 87 nptr = stack[len - 1]; in walk_remove_by_peer() 88 node = DEREF(nptr); in walk_remove_by_peer() 108 rcu_assign_pointer(*nptr, DEREF( in walk_remove_by_peer() 111 node = DEREF(nptr); in walk_remove_by_peer()
|
| /Linux-v5.10/drivers/media/mc/ |
| D | mc-device.c | 774 struct media_entity_notify *nptr) in media_device_register_entity_notify() argument 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() argument 789 list_del(&nptr->list); in __media_device_unregister_entity_notify() 793 struct media_entity_notify *nptr) in media_device_unregister_entity_notify() argument 796 __media_device_unregister_entity_notify(mdev, nptr); in media_device_unregister_entity_notify()
|
| /Linux-v5.10/fs/xfs/libxfs/ |
| D | xfs_btree.c | 2890 union xfs_btree_ptr nptr; /* new block addr */ in xfs_btree_new_iroot() local 2905 error = cur->bc_ops->alloc_block(cur, pp, &nptr, stat); in xfs_btree_new_iroot() 2914 error = xfs_btree_get_buf_block(cur, &nptr, &cblock, &cbp); in xfs_btree_new_iroot() 2948 error = xfs_btree_debug_check_ptr(cur, &nptr, 0, level); in xfs_btree_new_iroot() 2952 xfs_btree_copy_ptrs(cur, pp, &nptr, 1); in xfs_btree_new_iroot() 2991 int nptr; /* new value for key index, 1 or 2 */ in xfs_btree_new_root() local 3042 nptr = 1; in xfs_btree_new_root() 3053 nptr = 2; in xfs_btree_new_root() 3094 cur->bc_ptrs[cur->bc_nlevels] = nptr; in xfs_btree_new_root() 3112 union xfs_btree_ptr *nptr, /* new btree ptr */ in xfs_btree_make_block_unfull() argument [all …]
|
| D | xfs_ialloc_btree.c | 44 union xfs_btree_ptr *nptr, in xfs_inobt_set_root() argument 50 agi->agi_root = nptr->s; in xfs_inobt_set_root() 58 union xfs_btree_ptr *nptr, in xfs_finobt_set_root() argument 64 agi->agi_free_root = nptr->s; in xfs_finobt_set_root()
|
| D | xfs_btree.h | 108 union xfs_btree_ptr *nptr, int level_change);
|
| /Linux-v5.10/arch/um/drivers/ |
| 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()
|
| /Linux-v5.10/drivers/net/wimax/i2400m/ |
| 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()
|