Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dzsmalloc.c851 * location_to_obj - get obj value encoded from (<page>, <obj_idx>)
855 static unsigned long location_to_obj(struct page *page, unsigned int obj_idx) in location_to_obj() function
1400 obj = location_to_obj(m_page, obj); in obj_malloc()
2032 new_obj = (unsigned long)location_to_obj(newpage, in zs_page_migrate()
/kernel/linux/linux-6.6/mm/
H A Dzsmalloc.c778 * location_to_obj - get obj value encoded from (<page>, <obj_idx>)
782 static unsigned long location_to_obj(struct page *page, unsigned int obj_idx) in location_to_obj() function
1344 obj = location_to_obj(m_page, obj); in obj_malloc()
1851 new_obj = (unsigned long)location_to_obj(newpage, in zs_page_migrate()

Completed in 7 milliseconds