/kernel/linux/linux-6.6/lib/crypto/mpi/ |
H A D | mpicoder.c | 441 int x, j, z, lzeros, ents; in mpi_read_raw_from_sgl() local 447 ents = sg_nents_for_len(sgl, nbytes); in mpi_read_raw_from_sgl() 448 if (ents < 0) in mpi_read_raw_from_sgl() 451 sg_miter_start(&miter, sgl, ents, SG_MITER_ATOMIC | SG_MITER_FROM_SG); in mpi_read_raw_from_sgl()
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | init_64.c | 114 int ents, ret, i; in read_obp_memory() local 116 ents = prop_size / sizeof(struct linux_prom64_registers); in read_obp_memory() 117 if (ents > MAX_BANKS) { in read_obp_memory() 134 for (i = 0; i < ents; i++) { in read_obp_memory() 155 (ents - i - 1) * sizeof(regs[0])); in read_obp_memory() 157 ents--; in read_obp_memory() 164 *num_ents = ents; in read_obp_memory() 166 sort(regs, ents, sizeof(struct linux_prom64_registers), in read_obp_memory() 585 int n, node, ents, first, last, i; in read_obp_translations() local 607 ents in read_obp_translations() [all...] |
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | init_64.c | 115 int ents, ret, i; in read_obp_memory() local 117 ents = prop_size / sizeof(struct linux_prom64_registers); in read_obp_memory() 118 if (ents > MAX_BANKS) { in read_obp_memory() 135 for (i = 0; i < ents; i++) { in read_obp_memory() 156 (ents - i - 1) * sizeof(regs[0])); in read_obp_memory() 158 ents--; in read_obp_memory() 165 *num_ents = ents; in read_obp_memory() 167 sort(regs, ents, sizeof(struct linux_prom64_registers), in read_obp_memory() 600 int n, node, ents, first, last, i; in read_obp_translations() local 622 ents in read_obp_translations() [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/mtd/ |
H A D | ubi-user.h | 73 } ents[UBI_MAX_RNVOL]; member
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_pv.h | 102 /* ents is the ring buffer of ngtcp2_pv_entry */ 103 ngtcp2_static_ringbuf_pv_ents ents; member
|
H A D | ngtcp2_acktr.h | 117 /* ents includes ngtcp2_acktr_entry sorted by decreasing order of 119 ngtcp2_ksl ents; member
|
H A D | ngtcp2_rtb.h | 300 /* ents includes ngtcp2_rtb_entry sorted by decreasing order of 302 ngtcp2_ksl ents; member 336 /* num_lost_pkts is the number entries in ents which has 339 /* num_lost_pmtud_pkts is the number of entries in ents which have
|
/kernel/linux/linux-5.10/net/can/j1939/ |
H A D | main.c | 98 priv->ents[skcb->addr.sa].nusers) in j1939_can_recv() 101 priv->ents[skcb->addr.da].nusers) in j1939_can_recv()
|
H A D | j1939-priv.h | 68 } ents[256]; member
|
/kernel/linux/linux-6.6/net/can/j1939/ |
H A D | main.c | 102 priv->ents[skcb->addr.sa].nusers) in j1939_can_recv() 105 priv->ents[skcb->addr.da].nusers) in j1939_can_recv()
|
H A D | j1939-priv.h | 71 } ents[256]; member
|
/kernel/linux/linux-5.10/include/uapi/mtd/ |
H A D | ubi-user.h | 404 } ents[UBI_MAX_RNVOL]; member
|
/kernel/linux/linux-6.6/include/uapi/mtd/ |
H A D | ubi-user.h | 410 } ents[UBI_MAX_RNVOL]; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/mtd/ |
H A D | ubi-user.h | 87 } ents[UBI_MAX_RNVOL]; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/mtd/ |
H A D | ubi-user.h | 87 } ents[UBI_MAX_RNVOL]; member
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | dir.c | 214 ent = hdr.ents + blk->index; in xchk_dir_rec() 538 if ((char *)&leafhdr.ents[leafhdr.count] > (char *)bestp) { in xchk_directory_leaf1_bestfree() 545 hash = be32_to_cpu(leafhdr.ents[i].hashval); in xchk_directory_leaf1_bestfree() 549 if (leafhdr.ents[i].address == in xchk_directory_leaf1_bestfree()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | dir.c | 176 ent = hdr.ents + blk->index; in xchk_dir_rec() 509 if ((char *)&leafhdr.ents[leafhdr.count] > (char *)bestp) { in xchk_directory_leaf1_bestfree() 516 hash = be32_to_cpu(leafhdr.ents[i].hashval); in xchk_directory_leaf1_bestfree() 520 if (leafhdr.ents[i].address == in xchk_directory_leaf1_bestfree()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/ |
H A D | virtgpu_vq.c | 628 struct virtio_gpu_mem_entry *ents, in virtio_gpu_cmd_resource_attach_backing() 642 vbuf->data_buf = ents; in virtio_gpu_cmd_resource_attach_backing() 643 vbuf->data_size = sizeof(*ents) * nents; in virtio_gpu_cmd_resource_attach_backing() 1103 struct virtio_gpu_mem_entry *ents, in virtio_gpu_object_attach() 1107 ents, nents, NULL); in virtio_gpu_object_attach() 1245 struct virtio_gpu_mem_entry *ents, in virtio_gpu_cmd_resource_create_blob() 1263 vbuf->data_buf = ents; in virtio_gpu_cmd_resource_create_blob() 1264 vbuf->data_size = sizeof(*ents) * nents; in virtio_gpu_cmd_resource_create_blob() 626 virtio_gpu_cmd_resource_attach_backing(struct virtio_gpu_device *vgdev, uint32_t resource_id, struct virtio_gpu_mem_entry *ents, uint32_t nents, struct virtio_gpu_fence *fence) virtio_gpu_cmd_resource_attach_backing() argument 1101 virtio_gpu_object_attach(struct virtio_gpu_device *vgdev, struct virtio_gpu_object *obj, struct virtio_gpu_mem_entry *ents, unsigned int nents) virtio_gpu_object_attach() argument 1242 virtio_gpu_cmd_resource_create_blob(struct virtio_gpu_device *vgdev, struct virtio_gpu_object *bo, struct virtio_gpu_object_params *params, struct virtio_gpu_mem_entry *ents, uint32_t nents) virtio_gpu_cmd_resource_create_blob() argument
|
H A D | virtgpu_drv.h | 345 struct virtio_gpu_mem_entry *ents, 418 struct virtio_gpu_mem_entry *ents,
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caampkc.c | 201 int lzeros, ents; in caam_rsa_count_leading_zeros() local 206 ents = sg_nents_for_len(sgl, nbytes); in caam_rsa_count_leading_zeros() 207 if (ents < 0) in caam_rsa_count_leading_zeros() 208 return ents; in caam_rsa_count_leading_zeros() 210 sg_miter_start(&miter, sgl, ents, SG_MITER_FROM_SG | flags); in caam_rsa_count_leading_zeros()
|
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispvideo.c | 959 struct media_entity *ents[] = { in isp_video_check_external_subdevs() local 978 for (i = 0; i < ARRAY_SIZE(ents); i++) { in isp_video_check_external_subdevs() 980 if (!media_entity_enum_test(&pipe->ent_enum, ents[i])) in isp_video_check_external_subdevs() 984 source_pad = media_entity_remote_pad(&ents[i]->pads[0]); in isp_video_check_external_subdevs() 989 sink = ents[i]; in isp_video_check_external_subdevs()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/ |
H A D | virtgpu_vq.c | 626 struct virtio_gpu_mem_entry *ents, in virtio_gpu_cmd_resource_attach_backing() 640 vbuf->data_buf = ents; in virtio_gpu_cmd_resource_attach_backing() 641 vbuf->data_size = sizeof(*ents) * nents; in virtio_gpu_cmd_resource_attach_backing() 1093 struct virtio_gpu_mem_entry *ents, in virtio_gpu_object_attach() 1097 ents, nents, NULL); in virtio_gpu_object_attach() 624 virtio_gpu_cmd_resource_attach_backing(struct virtio_gpu_device *vgdev, uint32_t resource_id, struct virtio_gpu_mem_entry *ents, uint32_t nents, struct virtio_gpu_fence *fence) virtio_gpu_cmd_resource_attach_backing() argument 1091 virtio_gpu_object_attach(struct virtio_gpu_device *vgdev, struct virtio_gpu_object *obj, struct virtio_gpu_mem_entry *ents, unsigned int nents) virtio_gpu_object_attach() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | ispvideo.c | 954 struct media_entity *ents[] = { in isp_video_check_external_subdevs() local 975 for (i = 0; i < ARRAY_SIZE(ents); i++) { in isp_video_check_external_subdevs() 977 if (!media_entity_enum_test(&pipe->ent_enum, ents[i])) in isp_video_check_external_subdevs() 981 source_pad = media_pad_remote_pad_first(&ents[i]->pads[0]); in isp_video_check_external_subdevs() 986 sink = ents[i]; in isp_video_check_external_subdevs()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caampkc.c | 208 int lzeros, ents; in caam_rsa_count_leading_zeros() local 213 ents = sg_nents_for_len(sgl, nbytes); in caam_rsa_count_leading_zeros() 214 if (ents < 0) in caam_rsa_count_leading_zeros() 215 return ents; in caam_rsa_count_leading_zeros() 217 sg_miter_start(&miter, sgl, ents, SG_MITER_FROM_SG | flags); in caam_rsa_count_leading_zeros()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 692 size = (int)((char *)&leafhdr.ents[leafhdr.count] - in xfs_da3_root_split() 2317 struct xfs_dir2_leaf_entry *ents; in xfs_da3_swap_lastblock() local 2322 ents = leafhdr.ents; in xfs_da3_swap_lastblock() 2324 dead_hash = be32_to_cpu(ents[leafhdr.count - 1].hashval); in xfs_da3_swap_lastblock()
|