Searched defs:pool (Results 1 – 2 of 2) sorted by relevance
202 struct worker_pool *pool; /* I: the associated pool */ member375 #define for_each_cpu_worker_pool(pool, cpu) \ argument392 #define for_each_pool(pool, pi) \ argument407 #define for_each_pool_worker(worker, pool) \ argument533 static int worker_pool_assign_id(struct worker_pool *pool) in worker_pool_assign_id()764 static bool __need_more_worker(struct worker_pool *pool) in __need_more_worker()777 static bool need_more_worker(struct worker_pool *pool) in need_more_worker()783 static bool may_start_working(struct worker_pool *pool) in may_start_working()789 static bool keep_working(struct worker_pool *pool) in keep_working()796 static bool need_to_create_worker(struct worker_pool *pool) in need_to_create_worker()[all …]
39 struct worker_pool *pool; /* I: the associated pool */ member