Searched refs:chosen_pool (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svc.c | 712 struct svc_pool *chosen_pool; in svc_start_kthreads() local 718 chosen_pool = choose_pool(serv, pool, &state); in svc_start_kthreads() 720 node = svc_pool_map_get_node(chosen_pool->sp_id); in svc_start_kthreads() 721 rqstp = svc_prepare_thread(serv, chosen_pool, node); in svc_start_kthreads() 736 svc_pool_map_set_cpumask(task, chosen_pool->sp_id); in svc_start_kthreads()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svc.c | 765 struct svc_pool *chosen_pool; in svc_start_kthreads() local 771 chosen_pool = svc_pool_next(serv, pool, &state); in svc_start_kthreads() 772 node = svc_pool_map_get_node(chosen_pool->sp_id); in svc_start_kthreads() 774 rqstp = svc_prepare_thread(serv, chosen_pool, node); in svc_start_kthreads() 786 svc_pool_map_set_cpumask(task, chosen_pool->sp_id); in svc_start_kthreads()
|
Completed in 5 milliseconds