Searched refs:obj_to_location (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/mm/
H A Dzsmalloc.c112 * in least bit(ie, look at obj_to_location).
823 static void obj_to_location(unsigned long obj, struct page **page, obj_to_location() function
1287 obj_to_location(obj, &page, &obj_idx); zs_map_object()
1328 obj_to_location(obj, &page, &obj_idx); zs_unmap_object()
1362 obj_to_location(obj, &m_page, &m_objidx); obj_malloc()
1449 obj_to_location(obj, &f_page, &f_objidx); obj_free()
1480 obj_to_location(obj, &f_page, &f_objidx); zs_free()
1515 obj_to_location(src, &s_page, &s_objidx); zs_object_copy()
1516 obj_to_location(dst, &d_page, &d_objidx); zs_object_copy()

Completed in 44 milliseconds