Searched refs:dec_slabs_node (Results 1 – 1 of 1) sorted by relevance
/linux/mm/ |
H A D | slub.c | 1531 static inline void dec_slabs_node(struct kmem_cache *s, int node, int objects) in dec_slabs_node() function 1884 static inline void dec_slabs_node(struct kmem_cache *s, int node, in dec_slabs_node() function 2683 dec_slabs_node(s, slab_nid(slab), slab->objects); in discard_slab() 4392 dec_slabs_node(s, slab_nid(slab_free), slab_free->objects); in free_to_partial_list() 5871 dec_slabs_node(s, node, slab->objects); in __kmem_cache_do_shrink()
|