Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c97 atomic_t blp_busy_threads; member
771 atomic_inc(&blp->blp_busy_threads); in ldlm_bl_thread_main()
785 atomic_dec(&blp->blp_busy_threads); in ldlm_bl_thread_main()
789 busy = atomic_inc_return(&blp->blp_busy_threads); in ldlm_bl_thread_main()
791 busy = atomic_read(&blp->blp_busy_threads); in ldlm_bl_thread_main()
832 atomic_dec(&blp->blp_busy_threads); in ldlm_bl_thread_main()
1002 atomic_set(&blp->blp_busy_threads, 0); in ldlm_setup()