Searched refs:free_objects (Results 1 – 2 of 2) sorted by relevance
237 parent->free_objects = 0; in kmem_cache_node_init()1350 free_objs = n->free_objects; in slab_out_of_memory()2216 n->free_objects -= cache->num; in drain_freelist()2662 n->free_objects += cachep->num - page->active; in cache_grow_end()2796 if (n->free_objects > n->free_limit) { in get_valid_first_slab()2864 n->free_objects--; in cache_alloc_pfmemalloc()2924 if (!n->free_objects && (!shared || !shared->avail)) in cache_alloc_refill()2949 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()[all …]
557 unsigned long free_objects; member