Lines Matching refs:free_objects
266 parent->free_objects = 0; in kmem_cache_node_init()
1092 return (n->free_objects + cachep->num - 1) / cachep->num; in slabs_tofree()
1548 unsigned long active_objs = 0, num_objs = 0, free_objects = 0; in slab_out_of_memory() local
1563 free_objects += n->free_objects; in slab_out_of_memory()
1571 free_objects); in slab_out_of_memory()
2397 n->free_objects -= cache->num; in drain_freelist()
2672 n->free_objects += cachep->num; in cache_grow()
2842 n->free_objects -= ac->avail; in cache_alloc_refill()
3041 get_node(cache, nid)->free_objects) { in fallback_alloc()
3128 n->free_objects--; in ____cache_alloc_node()
3298 n->free_objects++; in free_block()
3302 if (n->free_objects > n->free_limit) { in free_block()
3303 n->free_objects -= cachep->num; in free_block()
3924 unsigned long num_slabs, free_objects = 0, shared_avail = 0; in get_slabinfo() local
3956 free_objects += n->free_objects; in get_slabinfo()
3964 if (num_objs - active_objs != free_objects && !error) in get_slabinfo()