Searched refs:obj_idx (Results 1 – 1 of 1) sorted by relevance
843 unsigned int *obj_idx) in obj_to_location() argument847 *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() argument860 obj |= obj_idx & OBJ_INDEX_MASK; in location_to_obj()1251 unsigned int obj_idx; in zs_map_object() local1271 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() local1317 obj_to_location(obj, &page, &obj_idx); in zs_unmap_object()1321 off = (class->size * obj_idx) & ~PAGE_MASK; in zs_unmap_object()[all …]