Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dworkqueue.c148 struct worker_pool { struct
201 struct worker_pool *pool; /* I: the associated pool */ argument
347 static DEFINE_PER_CPU_SHARED_ALIGNED(struct worker_pool [NR_STD_WORKER_POOLS], cpu_worker_pools);
550 static int worker_pool_assign_id(struct worker_pool *pool) in worker_pool_assign_id()
724 static struct worker_pool *get_work_pool(struct work_struct *work) in get_work_pool()
781 static bool __need_more_worker(struct worker_pool *pool) in __need_more_worker()
794 static bool need_more_worker(struct worker_pool *pool) in need_more_worker()
800 static bool may_start_working(struct worker_pool *pool) in may_start_working()
806 static bool keep_working(struct worker_pool *pool) in keep_working()
813 static bool need_to_create_worker(struct worker_pool *pool) in need_to_create_worker()
[all …]
Dworkqueue_internal.h15 struct worker_pool;
40 struct worker_pool *pool; /* A: the associated pool */