Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dflock.c2683 int has_locks = 0; in flk_sysid_has_locks() local
2688 for (i = 0; i < HASH_SIZE && !has_locks; i++) { in flk_sysid_has_locks()
2700 lock != ACTIVE_HEAD(gp) && !has_locks; in flk_sysid_has_locks()
2703 has_locks = 1; in flk_sysid_has_locks()
2709 lock != SLEEPING_HEAD(gp) && !has_locks; in flk_sysid_has_locks()
2712 has_locks = 1; in flk_sysid_has_locks()
2718 return (has_locks); in flk_sysid_has_locks()
/illumos-gate/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()