Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c240 int granted = atomic_read(&pl->pl_granted); in ldlm_pool_recalc_stats()
457 granted = atomic_read(&pl->pl_granted); in lprocfs_pool_state_seq_show()
677 atomic_set(&pl->pl_granted, 0); in ldlm_pool_init()
735 atomic_inc(&pl->pl_granted); in ldlm_pool_add()
758 LASSERT(atomic_read(&pl->pl_granted) > 0); in ldlm_pool_del()
759 atomic_dec(&pl->pl_granted); in ldlm_pool_del()
803 return atomic_read(&pl->pl_granted); in ldlm_pool_granted()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h242 atomic_t pl_granted; member