Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dworkqueue.c2083 static cpumask_t *pool_allowed_cpus(struct worker_pool *pool) in pool_allowed_cpus() function
2116 set_cpus_allowed_ptr(worker->task, pool_allowed_cpus(pool)); in worker_attach_to_pool()
2208 kthread_bind_mask(worker->task, pool_allowed_cpus(pool)); in create_worker()
5494 pool_allowed_cpus(pool)) < 0); in rebind_workers()