Searched refs:obj_to_location (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | zsmalloc.c | 721 static void obj_to_location(unsigned long obj, struct zpdesc **zpdesc, in obj_to_location() function 1050 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_read_begin() 1097 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_read_end() 1126 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_read_sg_begin() 1169 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_read_sg_end() 1188 obj_to_location(obj, &zpdesc, &obj_idx); in zs_obj_write() 1366 obj_to_location(obj, &f_zpdesc, &f_objidx); in obj_free() 1431 obj_to_location(src, &s_zpdesc, &s_objidx); in zs_object_copy() 1432 obj_to_location(dst, &d_zpdesc, &d_objidx); in zs_object_copy() 1751 obj_to_location(old_obj, &dummy, &obj_idx); in zs_page_migrate()
|