Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvc.c547 percpu_counter_init(&pool->sp_threads_woken, 0, GFP_KERNEL); in __svc_create()
631 percpu_counter_destroy(&pool->sp_threads_woken); in svc_destroy()
753 percpu_counter_inc(&pool->sp_threads_woken); in svc_pool_wake_idle_thread()
H A Dsvc_xprt.c1462 percpu_counter_sum_positive(&pool->sp_threads_woken)); in svc_pool_stats_show()
/linux/include/linux/sunrpc/
H A Dsvc.h46 struct percpu_counter sp_threads_woken; member