Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dslub_def.h32 DEACTIVATE_TO_TAIL, /* Cpu slab was moved to the tail of partials */ enumerator
/openbmc/linux/mm/
H A Dslub.c2132 if (tail == DEACTIVATE_TO_TAIL) in __add_partial()
2514 tail = DEACTIVATE_TO_TAIL; in deactivate_slab()
2649 add_partial(n, slab, DEACTIVATE_TO_TAIL); in __unfreeze_partials()
3574 add_partial(n, slab, DEACTIVATE_TO_TAIL); in free_to_partial_list()
3702 add_partial(n, slab, DEACTIVATE_TO_TAIL); in __slab_free()
5933 STAT_ATTR(DEACTIVATE_TO_TAIL, deactivate_to_tail);