ents              115 arch/sparc/mm/init_64.c 	int ents, ret, i;
ents              117 arch/sparc/mm/init_64.c 	ents = prop_size / sizeof(struct linux_prom64_registers);
ents              118 arch/sparc/mm/init_64.c 	if (ents > MAX_BANKS) {
ents              135 arch/sparc/mm/init_64.c 	for (i = 0; i < ents; i++) {
ents              156 arch/sparc/mm/init_64.c 				(ents - i - 1) * sizeof(regs[0]));
ents              158 arch/sparc/mm/init_64.c 			ents--;
ents              165 arch/sparc/mm/init_64.c 	*num_ents = ents;
ents              167 arch/sparc/mm/init_64.c 	sort(regs, ents, sizeof(struct linux_prom64_registers),
ents              614 arch/sparc/mm/init_64.c 	int n, node, ents, first, last, i;
ents              636 arch/sparc/mm/init_64.c 	ents = n;
ents              638 arch/sparc/mm/init_64.c 	sort(prom_trans, ents, sizeof(struct linux_prom_translation),
ents              642 arch/sparc/mm/init_64.c 	for (i = 0; i < ents; i++) {
ents              647 arch/sparc/mm/init_64.c 	for (; i < ents; i++) {
ents              659 arch/sparc/mm/init_64.c 	for (; i < ents; i++) {
ents              204 drivers/crypto/caam/caampkc.c 	int lzeros, ents;
ents              209 drivers/crypto/caam/caampkc.c 	ents = sg_nents_for_len(sgl, nbytes);
ents              210 drivers/crypto/caam/caampkc.c 	if (ents < 0)
ents              211 drivers/crypto/caam/caampkc.c 		return ents;
ents              213 drivers/crypto/caam/caampkc.c 	sg_miter_start(&miter, sgl, ents, SG_MITER_FROM_SG | flags);
ents              824 drivers/gpu/drm/qxl/qxl_dev.h 	uint32_t ents[0];
ents              516 drivers/gpu/drm/virtio/virtgpu_vq.c 				       struct virtio_gpu_mem_entry *ents,
ents              530 drivers/gpu/drm/virtio/virtgpu_vq.c 	vbuf->data_buf = ents;
ents              531 drivers/gpu/drm/virtio/virtgpu_vq.c 	vbuf->data_size = sizeof(*ents) * nents;
ents              966 drivers/gpu/drm/virtio/virtgpu_vq.c 	struct virtio_gpu_mem_entry *ents;
ents              991 drivers/gpu/drm/virtio/virtgpu_vq.c 	ents = kmalloc_array(nents, sizeof(struct virtio_gpu_mem_entry),
ents              993 drivers/gpu/drm/virtio/virtgpu_vq.c 	if (!ents) {
ents              999 drivers/gpu/drm/virtio/virtgpu_vq.c 		ents[si].addr = cpu_to_le64(use_dma_api
ents             1002 drivers/gpu/drm/virtio/virtgpu_vq.c 		ents[si].length = cpu_to_le32(sg->length);
ents             1003 drivers/gpu/drm/virtio/virtgpu_vq.c 		ents[si].padding = 0;
ents             1007 drivers/gpu/drm/virtio/virtgpu_vq.c 					       ents, nents,
ents              960 drivers/media/platform/omap3isp/ispvideo.c 	struct media_entity *ents[] = {
ents              979 drivers/media/platform/omap3isp/ispvideo.c 	for (i = 0; i < ARRAY_SIZE(ents); i++) {
ents              981 drivers/media/platform/omap3isp/ispvideo.c 		if (!media_entity_enum_test(&pipe->ent_enum, ents[i]))
ents              985 drivers/media/platform/omap3isp/ispvideo.c 		source_pad = media_entity_remote_pad(&ents[i]->pads[0]);
ents              990 drivers/media/platform/omap3isp/ispvideo.c 		sink = ents[i];
ents               61 drivers/media/platform/vimc/vimc-core.c 	const struct vimc_ent_config *ents;
ents              131 drivers/media/platform/vimc/vimc-core.c 	.ents		= ent_config,
ents              248 drivers/media/platform/vimc/vimc-core.c 			vimc->pipe_cfg->ents[i].drv);
ents              250 drivers/media/platform/vimc/vimc-core.c 		strscpy(pdata.entity_name, vimc->pipe_cfg->ents[i].name,
ents              254 drivers/media/platform/vimc/vimc-core.c 						vimc->pipe_cfg->ents[i].drv,
ents              694 drivers/mtd/ubi/cdev.c 		if (req->ents[i].vol_id < 0 ||
ents              695 drivers/mtd/ubi/cdev.c 		    req->ents[i].vol_id >= ubi->vtbl_slots)
ents              697 drivers/mtd/ubi/cdev.c 		if (req->ents[i].name_len < 0)
ents              699 drivers/mtd/ubi/cdev.c 		if (req->ents[i].name_len > UBI_VOL_NAME_MAX)
ents              701 drivers/mtd/ubi/cdev.c 		req->ents[i].name[req->ents[i].name_len] = '\0';
ents              702 drivers/mtd/ubi/cdev.c 		n = strlen(req->ents[i].name);
ents              703 drivers/mtd/ubi/cdev.c 		if (n != req->ents[i].name_len)
ents              710 drivers/mtd/ubi/cdev.c 			if (req->ents[i].vol_id == req->ents[n].vol_id) {
ents              712 drivers/mtd/ubi/cdev.c 					req->ents[i].vol_id);
ents              715 drivers/mtd/ubi/cdev.c 			if (!strcmp(req->ents[i].name, req->ents[n].name)) {
ents              717 drivers/mtd/ubi/cdev.c 					req->ents[i].name);
ents              726 drivers/mtd/ubi/cdev.c 		int vol_id = req->ents[i].vol_id;
ents              727 drivers/mtd/ubi/cdev.c 		int name_len = req->ents[i].name_len;
ents              728 drivers/mtd/ubi/cdev.c 		const char *name = req->ents[i].name;
ents             2505 fs/proc/base.c 		const struct pid_entry *ents, unsigned int nents)
ents             2519 fs/proc/base.c 	for (p = ents + (ctx->pos - 2); p < ents + nents; p++) {
ents              592 fs/xfs/libxfs/xfs_da_btree.c 		struct xfs_dir2_leaf_entry *ents;
ents              596 fs/xfs/libxfs/xfs_da_btree.c 		ents = dp->d_ops->leaf_ents_p(leaf);
ents              600 fs/xfs/libxfs/xfs_da_btree.c 		size = (int)((char *)&ents[leafhdr.count] - (char *)leaf);
ents             2240 fs/xfs/libxfs/xfs_da_btree.c 		struct xfs_dir2_leaf_entry *ents;
ents             2244 fs/xfs/libxfs/xfs_da_btree.c 		ents = dp->d_ops->leaf_ents_p(dead_leaf2);
ents             2246 fs/xfs/libxfs/xfs_da_btree.c 		dead_hash = be32_to_cpu(ents[leafhdr.count - 1].hashval);
ents              917 fs/xfs/libxfs/xfs_dir2_block.c 	struct xfs_dir2_leaf_entry *ents;
ents              927 fs/xfs/libxfs/xfs_dir2_block.c 	ents = dp->d_ops->leaf_ents_p(leaf);
ents             1007 fs/xfs/libxfs/xfs_dir2_block.c 		if (ents[from].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR))
ents             1009 fs/xfs/libxfs/xfs_dir2_block.c 		lep[to++] = ents[from];
ents               84 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir2_leaf_entry *ents;
ents              103 fs/xfs/libxfs/xfs_dir2_leaf.c 	ents = ops->leaf_ents_p(leaf);
ents              117 fs/xfs/libxfs/xfs_dir2_leaf.c 	    (char *)&ents[hdr->count] > (char *)xfs_dir2_leaf_bests_p(ltp))
ents              123 fs/xfs/libxfs/xfs_dir2_leaf.c 			if (be32_to_cpu(ents[i].hashval) >
ents              124 fs/xfs/libxfs/xfs_dir2_leaf.c 					be32_to_cpu(ents[i + 1].hashval))
ents              127 fs/xfs/libxfs/xfs_dir2_leaf.c 		if (ents[i].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR))
ents              349 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir2_leaf_entry *ents;
ents              379 fs/xfs/libxfs/xfs_dir2_leaf.c 	ents = dp->d_ops->leaf_ents_p(leaf);
ents              394 fs/xfs/libxfs/xfs_dir2_leaf.c 	memcpy(ents, blp, be32_to_cpu(btp->count) * sizeof(xfs_dir2_leaf_entry_t));
ents              440 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir2_leaf_entry *ents,
ents              449 fs/xfs/libxfs/xfs_dir2_leaf.c 		if (ents[*lowstale].address ==
ents              460 fs/xfs/libxfs/xfs_dir2_leaf.c 		if (ents[*highstale].address ==
ents              471 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir2_leaf_entry *ents,
ents              487 fs/xfs/libxfs/xfs_dir2_leaf.c 		lep = &ents[index];
ents              510 fs/xfs/libxfs/xfs_dir2_leaf.c 		xfs_dir3_leaf_find_stale(leafhdr, ents, index,
ents              520 fs/xfs/libxfs/xfs_dir2_leaf.c 		ASSERT(ents[lowstale].address ==
ents              528 fs/xfs/libxfs/xfs_dir2_leaf.c 			memmove(&ents[lowstale], &ents[lowstale + 1],
ents              535 fs/xfs/libxfs/xfs_dir2_leaf.c 		return &ents[index - 1];
ents              542 fs/xfs/libxfs/xfs_dir2_leaf.c 	ASSERT(ents[highstale].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR));
ents              549 fs/xfs/libxfs/xfs_dir2_leaf.c 		memmove(&ents[index + 1], &ents[index],
ents              555 fs/xfs/libxfs/xfs_dir2_leaf.c 	return &ents[index];
ents              576 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir2_leaf_entry *ents;
ents              610 fs/xfs/libxfs/xfs_dir2_leaf.c 	ents = dp->d_ops->leaf_ents_p(leaf);
ents              621 fs/xfs/libxfs/xfs_dir2_leaf.c 	for (use_block = -1, lep = &ents[index];
ents              670 fs/xfs/libxfs/xfs_dir2_leaf.c 	if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes &&
ents              678 fs/xfs/libxfs/xfs_dir2_leaf.c 	else if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes) {
ents              726 fs/xfs/libxfs/xfs_dir2_leaf.c 		xfs_dir3_leaf_compact_x1(&leafhdr, ents, &index, &lowstale,
ents              842 fs/xfs/libxfs/xfs_dir2_leaf.c 	lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale,
ents              877 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir2_leaf_entry *ents;
ents              887 fs/xfs/libxfs/xfs_dir2_leaf.c 	ents = dp->d_ops->leaf_ents_p(leaf);
ents              889 fs/xfs/libxfs/xfs_dir2_leaf.c 		if (ents[from].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR))
ents              897 fs/xfs/libxfs/xfs_dir2_leaf.c 			ents[to] = ents[from];
ents              925 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir2_leaf_entry *ents,
ents              943 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir3_leaf_find_stale(leafhdr, ents, index, &lowstale, &highstale);
ents              965 fs/xfs/libxfs/xfs_dir2_leaf.c 		    ents[from].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) {
ents              979 fs/xfs/libxfs/xfs_dir2_leaf.c 			ents[to] = ents[from];
ents             1047 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir2_leaf_entry *ents;
ents             1054 fs/xfs/libxfs/xfs_dir2_leaf.c 	ents = args->dp->d_ops->leaf_ents_p(leaf);
ents             1055 fs/xfs/libxfs/xfs_dir2_leaf.c 	firstlep = &ents[first];
ents             1056 fs/xfs/libxfs/xfs_dir2_leaf.c 	lastlep = &ents[last];
ents             1121 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir2_leaf_entry *ents;
ents             1135 fs/xfs/libxfs/xfs_dir2_leaf.c 	ents = dp->d_ops->leaf_ents_p(leaf);
ents             1139 fs/xfs/libxfs/xfs_dir2_leaf.c 	lep = &ents[index];
ents             1185 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir2_leaf_entry *ents;
ents             1199 fs/xfs/libxfs/xfs_dir2_leaf.c 	ents = dp->d_ops->leaf_ents_p(leaf);
ents             1210 fs/xfs/libxfs/xfs_dir2_leaf.c 	for (lep = &ents[index];
ents             1317 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir2_leaf_entry *ents;
ents             1334 fs/xfs/libxfs/xfs_dir2_leaf.c 	ents = dp->d_ops->leaf_ents_p(leaf);
ents             1338 fs/xfs/libxfs/xfs_dir2_leaf.c 	lep = &ents[index];
ents             1454 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir2_leaf_entry *ents;
ents             1466 fs/xfs/libxfs/xfs_dir2_leaf.c 	ents = dp->d_ops->leaf_ents_p(leaf);
ents             1470 fs/xfs/libxfs/xfs_dir2_leaf.c 	lep = &ents[index];
ents             1507 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir2_leaf_entry *ents;
ents             1511 fs/xfs/libxfs/xfs_dir2_leaf.c 	ents = args->dp->d_ops->leaf_ents_p(leaf);
ents             1518 fs/xfs/libxfs/xfs_dir2_leaf.c 	for (lep = ents, low = 0, high = leafhdr.count - 1,
ents              432 fs/xfs/libxfs/xfs_dir2_node.c 	struct xfs_dir2_leaf_entry *ents;
ents              442 fs/xfs/libxfs/xfs_dir2_node.c 	ents = dp->d_ops->leaf_ents_p(leaf);
ents              464 fs/xfs/libxfs/xfs_dir2_node.c 	ASSERT(index == 0 || be32_to_cpu(ents[index - 1].hashval) <= args->hashval);
ents              466 fs/xfs/libxfs/xfs_dir2_node.c 	       be32_to_cpu(ents[index].hashval) >= args->hashval);
ents              476 fs/xfs/libxfs/xfs_dir2_node.c 		xfs_dir3_leaf_compact_x1(&leafhdr, ents, &index, &lowstale,
ents              489 fs/xfs/libxfs/xfs_dir2_node.c 	lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale,
ents              534 fs/xfs/libxfs/xfs_dir2_node.c 	struct xfs_dir2_leaf_entry *ents;
ents              549 fs/xfs/libxfs/xfs_dir2_node.c 	ents = dp->d_ops->leaf_ents_p(leaf);
ents              550 fs/xfs/libxfs/xfs_dir2_node.c 	return be32_to_cpu(ents[leafhdr.count - 1].hashval);
ents              579 fs/xfs/libxfs/xfs_dir2_node.c 	struct xfs_dir2_leaf_entry *ents;
ents              587 fs/xfs/libxfs/xfs_dir2_node.c 	ents = dp->d_ops->leaf_ents_p(leaf);
ents              611 fs/xfs/libxfs/xfs_dir2_node.c 	for (lep = &ents[index];
ents              731 fs/xfs/libxfs/xfs_dir2_node.c 	struct xfs_dir2_leaf_entry *ents;
ents              739 fs/xfs/libxfs/xfs_dir2_node.c 	ents = dp->d_ops->leaf_ents_p(leaf);
ents              759 fs/xfs/libxfs/xfs_dir2_node.c 	for (lep = &ents[index];
ents             1218 fs/xfs/libxfs/xfs_dir2_node.c 	struct xfs_dir2_leaf_entry *ents;
ents             1226 fs/xfs/libxfs/xfs_dir2_node.c 	ents = dp->d_ops->leaf_ents_p(leaf);
ents             1231 fs/xfs/libxfs/xfs_dir2_node.c 	lep = &ents[index];
ents             1347 fs/xfs/libxfs/xfs_dir2_node.c 		 (uint)sizeof(ents[0]) * (leafhdr.count - leafhdr.stale)) <
ents             1437 fs/xfs/libxfs/xfs_dir2_node.c 	struct xfs_dir2_leaf_entry *ents;
ents             1448 fs/xfs/libxfs/xfs_dir2_node.c 	ents = dp->d_ops->leaf_ents_p(leaf);
ents             1452 fs/xfs/libxfs/xfs_dir2_node.c 	bytes = dp->d_ops->leaf_hdr_size + count * sizeof(ents[0]);
ents             1511 fs/xfs/libxfs/xfs_dir2_node.c 		ents = dp->d_ops->leaf_ents_p(leaf);
ents             1513 fs/xfs/libxfs/xfs_dir2_node.c 		bytes -= count * sizeof(ents[0]);
ents             2191 fs/xfs/libxfs/xfs_dir2_node.c 		struct xfs_dir2_leaf_entry *ents;
ents             2198 fs/xfs/libxfs/xfs_dir2_node.c 		ents = args->dp->d_ops->leaf_ents_p(leaf);
ents             2199 fs/xfs/libxfs/xfs_dir2_node.c 		lep = &ents[blk->index];
ents               60 fs/xfs/libxfs/xfs_dir2_priv.h 		struct xfs_dir2_leaf_entry *ents, int *indexp,
ents               77 fs/xfs/libxfs/xfs_dir2_priv.h 		struct xfs_dir2_leaf_entry *ents, int index, int compact,
ents               87 fs/xfs/scrub/dabtree.c 	char			*ents;
ents               97 fs/xfs/scrub/dabtree.c 		ents = (char *)xfs_attr3_leaf_entryp(baddr);
ents               98 fs/xfs/scrub/dabtree.c 		return ents + (rec * sizeof(struct xfs_attr_leaf_entry));
ents              101 fs/xfs/scrub/dabtree.c 		ents = (char *)ds->dargs.dp->d_ops->leaf_ents_p(baddr);
ents              102 fs/xfs/scrub/dabtree.c 		return ents + (rec * sizeof(struct xfs_dir2_leaf_entry));
ents              105 fs/xfs/scrub/dabtree.c 		ents = (char *)ds->dargs.dp->d_ops->leaf_ents_p(baddr);
ents              106 fs/xfs/scrub/dabtree.c 		return ents + (rec * sizeof(struct xfs_dir2_leaf_entry));
ents              109 fs/xfs/scrub/dabtree.c 		ents = (char *)ds->dargs.dp->d_ops->node_tree_p(baddr);
ents              110 fs/xfs/scrub/dabtree.c 		return ents + (rec * sizeof(struct xfs_da_node_entry));
ents              478 fs/xfs/scrub/dir.c 	struct xfs_dir2_leaf_entry	*ents;
ents              502 fs/xfs/scrub/dir.c 	ents = d_ops->leaf_ents_p(leaf);
ents              530 fs/xfs/scrub/dir.c 	if ((char *)&ents[leafhdr.count] > (char *)bestp) {
ents              537 fs/xfs/scrub/dir.c 		hash = be32_to_cpu(ents[i].hashval);
ents              541 fs/xfs/scrub/dir.c 		if (ents[i].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR))
ents              316 include/linux/dma-mapping.h 	int ents;
ents              320 include/linux/dma-mapping.h 		ents = dma_direct_map_sg(dev, sg, nents, dir, attrs);
ents              322 include/linux/dma-mapping.h 		ents = ops->map_sg(dev, sg, nents, dir, attrs);
ents              323 include/linux/dma-mapping.h 	BUG_ON(ents < 0);
ents              324 include/linux/dma-mapping.h 	debug_dma_map_sg(dev, sg, nents, ents, dir);
ents              326 include/linux/dma-mapping.h 	return ents;
ents              707 include/linux/netdevice.h 	u32	ents[0] ____cacheline_aligned_in_smp;
ents              709 include/linux/netdevice.h #define	RPS_SOCK_FLOW_TABLE_SIZE(_num) (offsetof(struct rps_sock_flow_table, ents[_num]))
ents              726 include/linux/netdevice.h 		if (table->ents[index] != val)
ents              727 include/linux/netdevice.h 			table->ents[index] = val;
ents              404 include/uapi/mtd/ubi-user.h 	} ents[UBI_MAX_RNVOL];
ents              566 kernel/dma/debug.c 	static struct dma_debug_entry *ents[CACHELINES_PER_PAGE];
ents              568 kernel/dma/debug.c 	void **results = (void **) &ents;
ents              584 kernel/dma/debug.c 		phys_addr_t ent_cln = to_cacheline_number(ents[i]);
ents              587 kernel/dma/debug.c 			entry = ents[i];
ents              334 lib/mpi/mpicoder.c 	int x, j, z, lzeros, ents;
ents              340 lib/mpi/mpicoder.c 	ents = sg_nents_for_len(sgl, nbytes);
ents              341 lib/mpi/mpicoder.c 	if (ents < 0)
ents              344 lib/mpi/mpicoder.c 	sg_miter_start(&miter, sgl, ents, SG_MITER_ATOMIC | SG_MITER_FROM_SG);
ents               58 net/can/j1939/bus.c 	ent = &priv->ents[ecu->addr];
ents               85 net/can/j1939/bus.c 	ent = &priv->ents[ecu->addr];
ents              103 net/can/j1939/bus.c 	for (i = 0; i < ARRAY_SIZE(priv->ents); i++)
ents              104 net/can/j1939/bus.c 		if (priv->ents[i].ecu)
ents              105 net/can/j1939/bus.c 			j1939_ecu_unmap_locked(priv->ents[i].ecu);
ents              177 net/can/j1939/bus.c 	return priv->ents[addr].ecu;
ents              284 net/can/j1939/bus.c 		priv->ents[sa].nusers++;
ents              300 net/can/j1939/bus.c 		priv->ents[ecu->addr].nusers++;
ents              315 net/can/j1939/bus.c 		priv->ents[sa].nusers--;
ents              328 net/can/j1939/bus.c 		priv->ents[ecu->addr].nusers--;
ents               68 net/can/j1939/j1939-priv.h 	} ents[256];
ents               91 net/can/j1939/main.c 	    priv->ents[skcb->addr.sa].nusers)
ents               94 net/can/j1939/main.c 	    priv->ents[skcb->addr.da].nusers)
ents              347 net/can/j1939/transport.c 	    priv->ents[skcb->addr.da].nusers)
ents             1870 net/can/j1939/transport.c 	    priv->ents[skcb->addr.da].nusers)
ents             3990 net/core/dev.c 		ident = sock_flow_table->ents[hash & sock_flow_table->mask];
ents               89 net/core/sysctl_net_core.c 				sock_table->ents[i] = RPS_NO_CPU;