Home
last modified time | relevance | path

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

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