Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dflock.c2681 int has_locks = 0; in flk_sysid_has_locks() local
2686 for (i = 0; i < HASH_SIZE && !has_locks; i++) { in flk_sysid_has_locks()
2698 lock != ACTIVE_HEAD(gp) && !has_locks; in flk_sysid_has_locks()
2701 has_locks = 1; in flk_sysid_has_locks()
2707 lock != SLEEPING_HEAD(gp) && !has_locks; in flk_sysid_has_locks()
2710 has_locks = 1; in flk_sysid_has_locks()
2716 return (has_locks); in flk_sysid_has_locks()
/titanic_50/usr/src/uts/common/klm/
H A Dnlm_impl.c412 bool_t has_locks; in nlm_gc() local
432 has_locks = nlm_host_has_locks(hostp); in nlm_gc()
455 if (has_locks) { in nlm_gc()