Searched refs:obj_to_location (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/mm/ |
| H A D | zsmalloc.c | 833 static void obj_to_location(unsigned long obj, struct zpdesc **zpdesc, in obj_to_location() function 1161 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_read_begin() 1208 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_read_end() 1236 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_write() 1412 obj_to_location(obj, &f_zpdesc, &f_objidx); in obj_free() 1477 obj_to_location(src, &s_zpdesc, &s_objidx); in zs_object_copy() 1478 obj_to_location(dst, &d_zpdesc, &d_objidx); in zs_object_copy() 1792 obj_to_location(old_obj, &dummy, &obj_idx); in zs_page_migrate()
|