Searched refs:obj_to_location (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/mm/ | 
| D | zsmalloc.c | 839 static void obj_to_location(unsigned long obj, struct page **page,  in obj_to_location()  function 1267 	obj_to_location(obj, &page, &obj_idx);  in zs_map_object() 1313 	obj_to_location(obj, &page, &obj_idx);  in zs_unmap_object() 1474 	obj_to_location(obj, &f_page, &f_objidx);  in obj_free() 1505 	obj_to_location(obj, &f_page, &f_objidx);  in zs_free() 1546 	obj_to_location(src, &s_page, &s_objidx);  in zs_object_copy() 1547 	obj_to_location(dst, &d_page, &d_objidx);  in zs_object_copy() 1992 			obj_to_location(old_obj, &dummy, &obj_idx);  in zs_page_migrate()
  |