Home
last modified time | relevance | path

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

/linux-6.14.4/lib/
Ddebugobjects.c57 struct obj_pool { struct
66 static DEFINE_PER_CPU_ALIGNED(struct obj_pool, pool_pcpu) = { argument
76 static struct obj_pool pool_global = {
84 static struct obj_pool pool_to_free = {
137 static __always_inline unsigned int pool_count(struct obj_pool *pool) in pool_count()
142 static __always_inline bool pool_should_refill(struct obj_pool *pool) in pool_should_refill()
147 static __always_inline bool pool_must_refill(struct obj_pool *pool) in pool_must_refill()
152 static bool pool_move_batch(struct obj_pool *dst, struct obj_pool *src) in pool_move_batch()
182 static bool pool_push_batch(struct obj_pool *dst, struct hlist_head *head) in pool_push_batch()
198 static bool pool_pop_batch(struct hlist_head *head, struct obj_pool *src) in pool_pop_batch()
[all …]