Lines Matching refs:free_objects
266 parent->free_objects = 0; in kmem_cache_node_init()
1093 return (n->free_objects + cachep->num - 1) / cachep->num; in slabs_tofree()
1550 unsigned long active_objs = 0, num_objs = 0, free_objects = 0; in slab_out_of_memory() local
1565 free_objects += n->free_objects; in slab_out_of_memory()
1573 free_objects); in slab_out_of_memory()
2388 n->free_objects -= cache->num; in drain_freelist()
2663 n->free_objects += cachep->num; in cache_grow()
2833 n->free_objects -= ac->avail; in cache_alloc_refill()
3032 get_node(cache, nid)->free_objects) { in fallback_alloc()
3119 n->free_objects--; in ____cache_alloc_node()
3289 n->free_objects++; in free_block()
3293 if (n->free_objects > n->free_limit) { in free_block()
3294 n->free_objects -= cachep->num; in free_block()
3928 unsigned long num_slabs, free_objects = 0, shared_avail = 0; in get_slabinfo() local
3960 free_objects += n->free_objects; in get_slabinfo()
3968 if (num_objs - active_objs != free_objects && !error) in get_slabinfo()