Home
last modified time | relevance | path

Searched refs:free_objects (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dslab.c237 parent->free_objects = 0; in kmem_cache_node_init()
1350 free_objs = n->free_objects; in slab_out_of_memory()
2215 n->free_objects -= cache->num; in drain_freelist()
2661 n->free_objects += cachep->num - page->active; in cache_grow_end()
2795 if (n->free_objects > n->free_limit) { in get_valid_first_slab()
2863 n->free_objects--; in cache_alloc_pfmemalloc()
2923 if (!n->free_objects && (!shared || !shared->avail)) in cache_alloc_refill()
2948 n->free_objects -= ac->avail; in cache_alloc_refill()
3123 get_node(cache, nid)->free_objects) { in fallback_alloc()
3189 n->free_objects in ____cache_alloc_node()
[all...]
H A Dslab.h554 unsigned long free_objects; member
/kernel/linux/linux-6.6/mm/
H A Dslab.c237 parent->free_objects = 0; in kmem_cache_node_init()
1329 free_objs = n->free_objects; in slab_out_of_memory()
2195 n->free_objects -= cache->num; in drain_freelist()
2621 n->free_objects += cachep->num - slab->active; in cache_grow_end()
2755 if (n->free_objects > n->free_limit) { in get_valid_first_slab()
2823 n->free_objects--; in cache_alloc_pfmemalloc()
2883 if (!n->free_objects && (!shared || !shared->avail)) in cache_alloc_refill()
2908 n->free_objects -= ac->avail; in cache_alloc_refill()
3078 get_node(cache, nid)->free_objects) { in fallback_alloc()
3144 n->free_objects in ____cache_alloc_node()
[all...]
H A Dslab.h784 unsigned long free_objects; member

Completed in 11 milliseconds