Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dsvc.h44 struct percpu_counter sp_threads_woken; member
/openbmc/linux/net/sunrpc/
H A Dsvc.c518 percpu_counter_init(&pool->sp_threads_woken, 0, GFP_KERNEL); in __svc_create()
596 percpu_counter_destroy(&pool->sp_threads_woken); in svc_destroy()
716 percpu_counter_inc(&pool->sp_threads_woken); in svc_pool_wake_idle_thread()
H A Dsvc_xprt.c1427 percpu_counter_sum_positive(&pool->sp_threads_woken)); in svc_pool_stats_show()