Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dzsmalloc.c1462 unsigned int f_objidx; in obj_free() local
1465 obj_to_location(obj, &f_page, &f_objidx); in obj_free()
1466 f_offset = (class_size * f_objidx) & ~PAGE_MASK; in obj_free()
1478 set_freeobj(zspage, f_objidx); in obj_free()