Searched refs:obj_to_location (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | zsmalloc.c | 106 * in least bit(ie, look at obj_to_location). 837 * obj_to_location - get (<page>, <obj_idx>) from encoded object value 842 static void obj_to_location(unsigned long obj, struct page **page, in obj_to_location() function 1274 obj_to_location(obj, &page, &obj_idx); in zs_map_object() 1320 obj_to_location(obj, &page, &obj_idx); in zs_unmap_object() 1482 obj_to_location(obj, &f_page, &f_objidx); in obj_free() 1513 obj_to_location(obj, &f_page, &f_objidx); in zs_free() 1554 obj_to_location(src, &s_page, &s_objidx); in zs_object_copy() 1555 obj_to_location(dst, &d_page, &d_objidx); in zs_object_copy() 2031 obj_to_location(old_ob in zs_page_migrate() [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | zsmalloc.c | 758 * obj_to_location - get (<page>, <obj_idx>) from encoded object value 763 static void obj_to_location(unsigned long obj, struct page **page, in obj_to_location() function 1215 obj_to_location(obj, &page, &obj_idx); in zs_map_object() 1265 obj_to_location(obj, &page, &obj_idx); in zs_unmap_object() 1427 obj_to_location(obj, &f_page, &f_objidx); in obj_free() 1490 obj_to_location(src, &s_page, &s_objidx); in zs_object_copy() 1491 obj_to_location(dst, &d_page, &d_objidx); in zs_object_copy() 1850 obj_to_location(old_obj, &dummy, &obj_idx); in zs_page_migrate()
|
Completed in 7 milliseconds