Home
last modified time | relevance | path

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

/mm/
Dzsmalloc.c1471 unsigned int f_objidx; in obj_free() local
1474 obj_to_location(obj, &f_page, &f_objidx); in obj_free()
1475 f_offset = (class->size * f_objidx) & ~PAGE_MASK; in obj_free()
1484 set_freeobj(zspage, f_objidx); in obj_free()
1494 unsigned int f_objidx; in zs_free() local
1505 obj_to_location(obj, &f_page, &f_objidx); in zs_free()