Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c107 atomic_t blp_busy_threads; member
796 atomic_inc(&blp->blp_busy_threads); in ldlm_bl_thread_main()
810 atomic_dec(&blp->blp_busy_threads); in ldlm_bl_thread_main()
814 busy = atomic_inc_return(&blp->blp_busy_threads); in ldlm_bl_thread_main()
816 busy = atomic_read(&blp->blp_busy_threads); in ldlm_bl_thread_main()
857 atomic_dec(&blp->blp_busy_threads); in ldlm_bl_thread_main()
1074 atomic_set(&blp->blp_busy_threads, 0); in ldlm_setup()