Searched refs:obj_to_location (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | zsmalloc.c | 799 static void obj_to_location(unsigned long obj, struct zpdesc **zpdesc, in obj_to_location() function 1150 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_read_begin() 1197 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_read_end() 1226 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_read_sg_begin() 1269 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_read_sg_end() 1288 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_write() 1464 obj_to_location(obj, &f_zpdesc, &f_objidx); in obj_free() 1589 obj_to_location(src, &s_zpdesc, &s_objidx); in zs_object_copy() 1590 obj_to_location(dst, &d_zpdesc, &d_objidx); in zs_object_copy() 1919 obj_to_location(old_obj, &dummy, &obj_idx); in zs_page_migrate()
|