Lines Matching refs:free_objects
238 parent->free_objects = 0; in kmem_cache_node_init()
1351 free_objs = n->free_objects; in slab_out_of_memory()
2217 n->free_objects -= cache->num; in drain_freelist()
2663 n->free_objects += cachep->num - page->active; in cache_grow_end()
2797 if (n->free_objects > n->free_limit) { in get_valid_first_slab()
2865 n->free_objects--; in cache_alloc_pfmemalloc()
2925 if (!n->free_objects && (!shared || !shared->avail)) in cache_alloc_refill()
2950 n->free_objects -= ac->avail; in cache_alloc_refill()
3124 get_node(cache, nid)->free_objects) { in fallback_alloc()
3190 n->free_objects--; in ____cache_alloc_node()
3337 n->free_objects += nr_objects; in free_block()
3364 while (n->free_objects > n->free_limit && !list_empty(&n->slabs_free)) { in free_block()
3365 n->free_objects -= cachep->num; in free_block()
4067 free_objs += n->free_objects; in get_slabinfo()