Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dsvc.h45 struct percpu_counter sp_threads_woken; member
/linux/net/sunrpc/
H A Dsvc.c515 percpu_counter_init(&pool->sp_threads_woken, 0, GFP_KERNEL); in __svc_create()
595 percpu_counter_destroy(&pool->sp_threads_woken); in svc_destroy()
717 percpu_counter_inc(&pool->sp_threads_woken); in svc_pool_wake_idle_thread()
H A Dsvc_xprt.c1477 percpu_counter_sum_positive(&pool->sp_threads_woken)); in svc_pool_stats_show()