Home
last modified time | relevance | path

Searched refs:free_objects (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/mm/
Dslab.c266 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()
[all …]
Dslab.h339 unsigned long free_objects; member