Searched refs:pl_granted (Results 1 – 2 of 2) sorted by relevance
240 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()
242 atomic_t pl_granted; member