Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dworkqueue.c2079 static cpumask_t *pool_allowed_cpus(struct worker_pool *pool) in pool_allowed_cpus() function
2112 set_cpus_allowed_ptr(worker->task, pool_allowed_cpus(pool)); in worker_attach_to_pool()
2204 kthread_bind_mask(worker->task, pool_allowed_cpus(pool)); in create_worker()
5468 pool_allowed_cpus(pool)) < 0); in rebind_workers()