hindex            867 drivers/gpu/drm/vc4/vc4_drv.h 				      uint32_t hindex);
hindex            418 drivers/gpu/drm/vc4/vc4_render_cl.c 	if (surf->hindex == ~0)
hindex            421 drivers/gpu/drm/vc4/vc4_render_cl.c 	*obj = vc4_use_bo(exec, surf->hindex);
hindex            454 drivers/gpu/drm/vc4/vc4_render_cl.c 	if (surf->hindex == ~0)
hindex            457 drivers/gpu/drm/vc4/vc4_render_cl.c 	*obj = vc4_use_bo(exec, surf->hindex);
hindex            559 drivers/gpu/drm/vc4/vc4_render_cl.c 	if (surf->hindex == ~0)
hindex            562 drivers/gpu/drm/vc4/vc4_render_cl.c 	*obj = vc4_use_bo(exec, surf->hindex);
hindex            106 drivers/gpu/drm/vc4/vc4_validate.c vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex)
hindex            111 drivers/gpu/drm/vc4/vc4_validate.c 	if (hindex >= exec->bo_count) {
hindex            113 drivers/gpu/drm/vc4/vc4_validate.c 			  hindex, exec->bo_count);
hindex            116 drivers/gpu/drm/vc4/vc4_validate.c 	obj = exec->bo[hindex];
hindex            199 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c 	u8 hindex, op;
hindex            206 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c 	hindex = qlcnic_mac_hash(src_addr, vlan_id) &
hindex            213 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c 		head = &(adapter->rx_fhash.fhead[hindex]);
hindex            235 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c 		head = &adapter->fhash.fhead[hindex];
hindex            257 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c 		head = &adapter->rx_fhash.fhead[hindex];
hindex            314 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c 	u8 hindex, hval;
hindex            330 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c 	hindex = hval & (adapter->fhash.fbucket_size - 1);
hindex            331 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c 	head = &(adapter->fhash.fhead[hindex]);
hindex           2291 drivers/scsi/qla2xxx/qla_mr.c 	uint32_t hindex, handle;
hindex           2301 drivers/scsi/qla2xxx/qla_mr.c 	hindex = sts->handle;
hindex           2302 drivers/scsi/qla2xxx/qla_mr.c 	handle = LSW(hindex);
hindex           2304 drivers/scsi/qla2xxx/qla_mr.c 	que = MSW(hindex);
hindex           2639 drivers/scsi/qla2xxx/qla_mr.c 	uint32_t handle, hindex, handle_count, i;
hindex           2659 drivers/scsi/qla2xxx/qla_mr.c 		hindex = le32_to_cpu(*handle_ptr);
hindex           2660 drivers/scsi/qla2xxx/qla_mr.c 		handle = LSW(hindex);
hindex           2661 drivers/scsi/qla2xxx/qla_mr.c 		que = MSW(hindex);
hindex            330 fs/omfs/dir.c  		u64 fsblock, int hindex)
hindex            352 fs/omfs/dir.c  		if (hindex) {
hindex            353 fs/omfs/dir.c  			hindex--;
hindex            412 fs/omfs/dir.c  	unsigned int hchain, hindex;
hindex            428 fs/omfs/dir.c  	hindex = ctx->pos & 0xfffff;
hindex            438 fs/omfs/dir.c  		if (!omfs_fill_chain(dir, ctx, fsblock, hindex))
hindex            440 fs/omfs/dir.c  		hindex = 0;
hindex             26 fs/verity/verify.c 			  pgoff_t dindex, unsigned int level, pgoff_t *hindex,
hindex             35 fs/verity/verify.c 	*hindex = params->level_start[level] + (position >> params->log_arity);
hindex            111 fs/verity/verify.c 		pgoff_t hindex;
hindex            115 fs/verity/verify.c 		hash_at_level(params, index, level, &hindex, &hoffset);
hindex            118 fs/verity/verify.c 				     level, hindex, hoffset);
hindex            121 fs/verity/verify.c 								  hindex);
hindex            126 fs/verity/verify.c 				     err, hindex);
hindex             66 include/uapi/drm/vc4_drm.h 	__u32 hindex; /* Handle index, or ~0 if not present. */
hindex           1471 mm/shmem.c     	pgoff_t hindex;
hindex           1477 mm/shmem.c     	hindex = round_down(index, HPAGE_PMD_NR);
hindex           1478 mm/shmem.c     	if (xa_find(&mapping->i_pages, &hindex, hindex + HPAGE_PMD_NR - 1,
hindex           1482 mm/shmem.c     	shmem_pseudo_vma_init(&pvma, info, hindex);
hindex           1752 mm/shmem.c     	pgoff_t hindex = index;
hindex           1864 mm/shmem.c     		hindex = round_down(index, HPAGE_PMD_NR);
hindex           1866 mm/shmem.c     		hindex = index;
hindex           1875 mm/shmem.c     	error = shmem_add_to_page_cache(page, mapping, hindex,
hindex           1895 mm/shmem.c     			hindex + HPAGE_PMD_NR - 1) {
hindex           1948 mm/shmem.c     	*pagep = page + index - hindex;