Searched refs:worker_pool (Results 1 – 2 of 2) sorted by relevance
184 struct worker_pool { struct257 struct worker_pool *pool; /* I: the associated pool */483 static DEFINE_PER_CPU_SHARED_ALIGNED(struct worker_pool [NR_STD_WORKER_POOLS], bh_worker_pools);486 static DEFINE_PER_CPU_SHARED_ALIGNED(struct worker_pool [NR_STD_WORKER_POOLS], cpu_worker_pools);528 static void show_one_worker_pool(struct worker_pool *pool);706 static int worker_pool_assign_id(struct worker_pool *pool) in worker_pool_assign_id()767 static unsigned long pool_offq_flags(struct worker_pool *pool) in pool_offq_flags()879 static struct worker_pool *get_work_pool(struct work_struct *work) in get_work_pool()932 static bool need_more_worker(struct worker_pool *pool) in need_more_worker()938 static bool may_start_working(struct worker_pool *pool) in may_start_working()[all …]
15 struct worker_pool;45 struct worker_pool *pool; /* A: the associated pool */