Searched refs:obj_to_location (Results 1 – 1 of 1) sorted by relevance
/linux/mm/ |
H A D | zsmalloc.c | 824 static void obj_to_location(unsigned long obj, struct zpdesc **zpdesc, in obj_to_location() function 1153 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_read_begin() 1200 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_read_end() 1228 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_write() 1406 obj_to_location(obj, &f_zpdesc, &f_objidx); in obj_free() 1471 obj_to_location(src, &s_zpdesc, &s_objidx); in zs_object_copy() 1472 obj_to_location(dst, &d_zpdesc, &d_objidx); in zs_object_copy() 1791 obj_to_location(old_obj, &dummy, &obj_idx); in zs_page_migrate()
|