Home
last modified time | relevance | path

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

/linux/lib/
H A Ddebugobjects.c142 static __always_inline bool pool_should_refill(struct obj_pool *pool) in pool_should_refill() function
357 while (pool_should_refill(&pool_global) && pool_count(&pool_to_free)) { in fill_pool_from_freelist()
400 while (pool_should_refill(&pool_global)) { in fill_pool()
702 if (likely(!pool_should_refill(&pool_global))) in debug_objects_fill_pool()
708 if (likely(!pool_should_refill(&pool_global))) in debug_objects_fill_pool()