Home
last modified time | relevance | path

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

/linux/include/linux/
A Dslab_def.h94 void *last_object = page->s_mem + (cache->num - 1) * cache->size; in nearest_obj() local
96 if (unlikely(object > last_object)) in nearest_obj()
97 return last_object; in nearest_obj()
A Dslub_def.h167 void *last_object = page_address(page) + in nearest_obj() local
169 void *result = (unlikely(object > last_object)) ? last_object : object; in nearest_obj()
/linux/drivers/android/
A Dbinder.c1768 struct binder_object last_object; in binder_validate_fixup() local
1771 &last_object); in binder_validate_fixup()
1775 last_bbo = &last_object.bbo; in binder_validate_fixup()

Completed in 13 milliseconds