Home
last modified time | relevance | path

Searched refs:hindex (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/fs/verity/
Dverify.c26 pgoff_t dindex, unsigned int level, pgoff_t *hindex, in hash_at_level() argument
35 *hindex = params->level_start[level] + (position >> params->log_arity); in hash_at_level()
112 pgoff_t hindex; in verify_page() local
116 hash_at_level(params, index, level, &hindex, &hoffset); in verify_page()
119 level, hindex, hoffset); in verify_page()
121 hpage = inode->i_sb->s_vop->read_merkle_tree_page(inode, hindex, in verify_page()
127 err, hindex); in verify_page()
/Linux-v5.15/fs/omfs/
Ddir.c331 u64 fsblock, int hindex) in omfs_fill_chain() argument
353 if (hindex) { in omfs_fill_chain()
354 hindex--; in omfs_fill_chain()
413 unsigned int hchain, hindex; in omfs_readdir() local
429 hindex = ctx->pos & 0xfffff; in omfs_readdir()
439 if (!omfs_fill_chain(dir, ctx, fsblock, hindex)) in omfs_readdir()
441 hindex = 0; in omfs_readdir()
/Linux-v5.15/drivers/gpu/drm/vc4/
Dvc4_render_cl.c418 if (surf->hindex == ~0) in vc4_rcl_msaa_surface_setup()
421 *obj = vc4_use_bo(exec, surf->hindex); in vc4_rcl_msaa_surface_setup()
454 if (surf->hindex == ~0) in vc4_rcl_surface_setup()
457 *obj = vc4_use_bo(exec, surf->hindex); in vc4_rcl_surface_setup()
559 if (surf->hindex == ~0) in vc4_rcl_render_config_surface_setup()
562 *obj = vc4_use_bo(exec, surf->hindex); in vc4_rcl_render_config_surface_setup()
Dvc4_validate.c106 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) in vc4_use_bo() argument
111 if (hindex >= exec->bo_count) { in vc4_use_bo()
113 hindex, exec->bo_count); in vc4_use_bo()
116 obj = exec->bo[hindex]; in vc4_use_bo()
Dvc4_drv.h950 uint32_t hindex);
/Linux-v5.15/mm/
Dshmem.c1555 pgoff_t hindex; in shmem_alloc_hugepage() local
1558 hindex = round_down(index, HPAGE_PMD_NR); in shmem_alloc_hugepage()
1559 if (xa_find(&mapping->i_pages, &hindex, hindex + HPAGE_PMD_NR - 1, in shmem_alloc_hugepage()
1563 shmem_pseudo_vma_init(&pvma, info, hindex); in shmem_alloc_hugepage()
1819 pgoff_t hindex = index; in shmem_getpage_gfp() local
1859 hindex = page->index; in shmem_getpage_gfp()
1928 hindex = round_down(index, HPAGE_PMD_NR); in shmem_getpage_gfp()
1930 hindex = index; in shmem_getpage_gfp()
1935 error = shmem_add_to_page_cache(page, mapping, hindex, in shmem_getpage_gfp()
1951 hindex + HPAGE_PMD_NR - 1) { in shmem_getpage_gfp()
[all …]
/Linux-v5.15/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c198 u8 hindex, op; in qlcnic_add_lb_filter() local
205 hindex = qlcnic_mac_hash(src_addr, vlan_id) & in qlcnic_add_lb_filter()
212 head = &(adapter->rx_fhash.fhead[hindex]); in qlcnic_add_lb_filter()
234 head = &adapter->fhash.fhead[hindex]; in qlcnic_add_lb_filter()
256 head = &adapter->rx_fhash.fhead[hindex]; in qlcnic_add_lb_filter()
313 u8 hindex, hval; in qlcnic_send_filter() local
329 hindex = hval & (adapter->fhash.fbucket_size - 1); in qlcnic_send_filter()
330 head = &(adapter->fhash.fhead[hindex]); in qlcnic_send_filter()
/Linux-v5.15/include/uapi/drm/
Dvc4_drm.h66 __u32 hindex; /* Handle index, or ~0 if not present. */ member
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_mr.c2286 uint32_t hindex, handle; in qlafx00_status_entry() local
2296 hindex = sts->handle; in qlafx00_status_entry()
2297 handle = LSW(hindex); in qlafx00_status_entry()
2299 que = MSW(hindex); in qlafx00_status_entry()
2634 uint32_t handle, hindex, handle_count, i; in qlafx00_multistatus_entry() local
2654 hindex = le32_to_cpu(*handle_ptr); in qlafx00_multistatus_entry()
2655 handle = LSW(hindex); in qlafx00_multistatus_entry()
2656 que = MSW(hindex); in qlafx00_multistatus_entry()