Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/
H A Dsvc.c768 struct svc_pool *chosen_pool; in svc_start_kthreads() local
774 chosen_pool = svc_pool_next(serv, pool, &state); in svc_start_kthreads()
775 node = svc_pool_map_get_node(chosen_pool->sp_id); in svc_start_kthreads()
777 rqstp = svc_prepare_thread(serv, chosen_pool, node); in svc_start_kthreads()
789 svc_pool_map_set_cpumask(task, chosen_pool->sp_id); in svc_start_kthreads()