Searched refs:hindex (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/omfs/ |
H A D | dir.c | 331 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()
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_render_cl.c | 418 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()
|
H A D | vc4_validate.c | 106 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) in vc4_use_bo() argument 115 if (hindex >= exec->bo_count) { in vc4_use_bo() 117 hindex, exec->bo_count); in vc4_use_bo() 120 obj = to_drm_gem_dma_obj(exec->bo[hindex]); in vc4_use_bo()
|
H A D | vc4_drv.h | 1053 uint32_t hindex);
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_io.c | 199 u8 hindex, op; in qlcnic_add_lb_filter() local 206 hindex = qlcnic_mac_hash(src_addr, vlan_id) & in qlcnic_add_lb_filter() 213 head = &(adapter->rx_fhash.fhead[hindex]); in qlcnic_add_lb_filter() 235 head = &adapter->fhash.fhead[hindex]; in qlcnic_add_lb_filter() 257 head = &adapter->rx_fhash.fhead[hindex]; in qlcnic_add_lb_filter() 314 u8 hindex, hval; in qlcnic_send_filter() local 330 hindex = hval & (adapter->fhash.fbucket_size - 1); in qlcnic_send_filter() 331 head = &(adapter->fhash.fhead[hindex]); in qlcnic_send_filter()
|
/openbmc/linux/include/uapi/drm/ |
H A D | vc4_drm.h | 66 __u32 hindex; /* Handle index, or ~0 if not present. */ member
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_mr.c | 2264 uint32_t hindex, handle; in qlafx00_status_entry() local 2274 hindex = sts->handle; in qlafx00_status_entry() 2275 handle = LSW(hindex); in qlafx00_status_entry() 2277 que = MSW(hindex); in qlafx00_status_entry() 2612 uint32_t handle, hindex, handle_count, i; in qlafx00_multistatus_entry() local 2632 hindex = le32_to_cpu(*handle_ptr); in qlafx00_multistatus_entry() 2633 handle = LSW(hindex); in qlafx00_multistatus_entry() 2634 que = MSW(hindex); in qlafx00_multistatus_entry()
|
/openbmc/linux/mm/ |
H A D | shmem.c | 1657 pgoff_t hindex; in shmem_alloc_hugefolio() local 1660 hindex = round_down(index, HPAGE_PMD_NR); in shmem_alloc_hugefolio() 1661 if (xa_find(&mapping->i_pages, &hindex, hindex + HPAGE_PMD_NR - 1, in shmem_alloc_hugefolio() 1665 shmem_pseudo_vma_init(&pvma, info, hindex); in shmem_alloc_hugefolio() 1959 pgoff_t hindex; in shmem_get_folio_gfp() local 2067 hindex = round_down(index, folio_nr_pages(folio)); in shmem_get_folio_gfp() 2072 error = shmem_add_to_page_cache(folio, mapping, hindex, in shmem_get_folio_gfp()
|