Lines Matching refs:free_objects
237 parent->free_objects = 0; in kmem_cache_node_init()
1382 free_objs = n->free_objects; in slab_out_of_memory()
2283 n->free_objects -= cache->num; in drain_freelist()
2741 n->free_objects += cachep->num - page->active; in cache_grow_end()
2877 if (n->free_objects > n->free_limit) { in get_valid_first_slab()
2944 n->free_objects--; in cache_alloc_pfmemalloc()
3004 if (!n->free_objects && (!shared || !shared->avail)) in cache_alloc_refill()
3029 n->free_objects -= ac->avail; in cache_alloc_refill()
3204 get_node(cache, nid)->free_objects) { in fallback_alloc()
3270 n->free_objects--; in ____cache_alloc_node()
3407 n->free_objects += nr_objects; in free_block()
3434 while (n->free_objects > n->free_limit && !list_empty(&n->slabs_free)) { in free_block()
3435 n->free_objects -= cachep->num; in free_block()
4107 free_objs += n->free_objects; in get_slabinfo()