Home
last modified time | relevance | path

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

/mm/
Dzsmalloc.c797 static void *location_to_obj(struct page *page, unsigned long obj_idx) in location_to_obj() function
932 link->next = location_to_obj(page, i++); in init_zspage()
942 link->next = location_to_obj(next_page, 0); in init_zspage()
996 first_page->freelist = location_to_obj(first_page, 0); in alloc_zspage()