Searched refs:lf_countlocks (Results 1 – 3 of 3) sorted by relevance
130 int lf_countlocks(int sysid);
776 && lf_countlocks(NLM_SYSID_CLIENT | host->nh_sysid) > 0) { in nlm_host_notify()795 count = lf_countlocks(host->nh_sysid); in nlm_host_lock_count_sysctl()809 count = lf_countlocks(NLM_SYSID_CLIENT | host->nh_sysid); in nlm_host_client_lock_count_sysctl()938 if (lf_countlocks(host->nh_sysid) > 0 in nlm_check_idle()939 || lf_countlocks(NLM_SYSID_CLIENT in nlm_check_idle()
2006 lf_countlocks(int sysid) in lf_countlocks() function