Home
last modified time | relevance | path

Searched refs:obj_idx (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dzsmalloc.c843 unsigned int *obj_idx) in obj_to_location() argument
847 *obj_idx = (obj & OBJ_INDEX_MASK); in obj_to_location()
855 static unsigned long location_to_obj(struct page *page, unsigned int obj_idx) in location_to_obj() argument
860 obj |= obj_idx & OBJ_INDEX_MASK; in location_to_obj()
1251 unsigned int obj_idx; in zs_map_object() local
1271 obj_to_location(obj, &page, &obj_idx); in zs_map_object()
1279 off = (class->size * obj_idx) & ~PAGE_MASK; in zs_map_object()
1309 unsigned int obj_idx; in zs_unmap_object() local
1317 obj_to_location(obj, &page, &obj_idx); in zs_unmap_object()
1321 off = (class->size * obj_idx) & ~PAGE_MASK; in zs_unmap_object()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.c978 u32 obj_idx) in i40e_hmc_get_object_va() argument
1009 if (obj_idx >= hmc_info->hmc_obj[rsrc_type].cnt) { in i40e_hmc_get_object_va()
1016 I40E_FIND_SD_INDEX_LIMIT(hmc_info, rsrc_type, obj_idx, 1, in i40e_hmc_get_object_va()
1021 hmc_info->hmc_obj[rsrc_type].size * obj_idx; in i40e_hmc_get_object_va()
1024 I40E_FIND_PD_INDEX_LIMIT(hmc_info, rsrc_type, obj_idx, 1, in i40e_hmc_get_object_va()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmMode.c1380 int obj_idx = -1; in drmModeAtomicCommit() local
1444 obj_idx++; in drmModeAtomicCommit()
1445 objs_ptr[obj_idx] = sorted->items[i].object_id; in drmModeAtomicCommit()
1446 last_obj_id = objs_ptr[obj_idx]; in drmModeAtomicCommit()
1449 count_props_ptr[obj_idx]++; in drmModeAtomicCommit()