Searched refs:tail_obj (Results 1 – 1 of 1) sorted by relevance
1401 void *tail_obj = tail ? : head; in slab_free_freelist_hook() local1406 } while ((object != tail_obj) && (object = freeptr)); in slab_free_freelist_hook()2827 void *tail_obj = tail ? : head; in do_slab_free() local2849 set_freepointer(s, tail_obj, freelist); in do_slab_free()2861 __slab_free(s, page, head, tail_obj, cnt, addr); in do_slab_free()