Searched refs:free_objects (Results 1 – 2 of 2) sorted by relevance
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() local1565 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()[all …]
333 unsigned long free_objects; member