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

/linux-4.4.14/mm/
H A Dzsmalloc.c802 static void *location_to_obj(struct page *page, unsigned long obj_idx) location_to_obj() function
821 * location_to_obj().
937 link->next = location_to_obj(page, i++); init_zspage()
947 link->next = location_to_obj(next_page, 0); init_zspage()
1001 first_page->freelist = location_to_obj(first_page, 0); alloc_zspage()

Completed in 52 milliseconds