Searched defs:pool (Results 1 – 2 of 2) sorted by relevance
193 struct worker_pool *pool; /* I: the associated pool */ member341 #define for_each_cpu_worker_pool(pool, cpu) \ argument358 #define for_each_pool(pool, pi) \ argument373 #define for_each_pool_worker(worker, pool) \ argument525 static int worker_pool_assign_id(struct worker_pool *pool) in worker_pool_assign_id()745 static bool __need_more_worker(struct worker_pool *pool) in __need_more_worker()758 static bool need_more_worker(struct worker_pool *pool) in need_more_worker()764 static bool may_start_working(struct worker_pool *pool) in may_start_working()770 static bool keep_working(struct worker_pool *pool) in keep_working()777 static bool need_to_create_worker(struct worker_pool *pool) in need_to_create_worker()[all …]
38 struct worker_pool *pool; /* I: the associated pool */ member