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