Searched refs:lastref (Results 1 – 11 of 11) sorted by relevance
1467 boolean_t lastref = FALSE; in skmem_arena_release_locked() local1473 lastref = TRUE; in skmem_arena_release_locked()1475 lastref = FALSE; in skmem_arena_release_locked()1478 return lastref; in skmem_arena_release_locked()1484 boolean_t lastref; in skmem_arena_release() local1488 if (!(lastref = skmem_arena_release_locked(ar))) { in skmem_arena_release()1492 return lastref; in skmem_arena_release()
1537 boolean_t lastref; in skmem_region_release() local1540 if (!(lastref = skmem_region_release_locked(skr))) { in skmem_region_release()1544 return lastref; in skmem_region_release()
1234 int lastref; in nxctl_release() local1237 lastref = nxctl_release_locked(nxctl); in nxctl_release()1240 return lastref; in nxctl_release()1802 int lastref; in nxprov_release() local1805 lastref = nxprov_release_locked(nxprov); in nxprov_release()1808 return lastref; in nxprov_release()2294 int lastref; in nx_release() local2299 lastref = nx_release_locked(nx); in nx_release()2302 return lastref; in nx_release()
1838 boolean_t lastref; in nxdom_prov_release() local1841 lastref = nxdom_prov_release_locked(nxdom_prov); in nxdom_prov_release()1844 return lastref; in nxdom_prov_release()
1358 int error, lastref; in in6_mc_leave() local1402 lastref = in6_multi_detach(inm); in in6_mc_leave()1403 VERIFY(!lastref || (!(inm->in6m_debug & IFD_ATTACHED) && in in6_mc_leave()1408 if (lastref) { in in6_mc_leave()
1948 int lastref; in mld_flush_relq() local1959 lastref = in6_multi_detach(inm); in mld_flush_relq()1960 VERIFY(!lastref || (!(inm->in6m_debug & IFD_ATTACHED) && in mld_flush_relq()1966 if (lastref) { in mld_flush_relq()
1372 int error, lastref; in in_leavegroup() local1417 lastref = in_multi_detach(inm); in in_leavegroup()1418 VERIFY(!lastref || (!(inm->inm_debug & IFD_ATTACHED) && in in_leavegroup()1423 if (lastref) { in in_leavegroup()
2195 int lastref; in igmp_flush_relq() local2207 lastref = in_multi_detach(inm); in igmp_flush_relq()2208 VERIFY(!lastref || (!(inm->inm_debug & IFD_ATTACHED) && in igmp_flush_relq()2214 if (lastref) { in igmp_flush_relq()
5876 int lastref, ll_lastref = 0, lladdr; in if_delmulti_common() local5922 lastref = if_detach_ifma(ifp, ifma, anon); in if_delmulti_common()5923 VERIFY(!lastref || (!(ifma->ifma_debug & IFD_ATTACHED) && in if_delmulti_common()5930 if (lastref && ll != NULL) { in if_delmulti_common()5937 if (lastref) { in if_delmulti_common()5941 if ((ll == NULL && lastref && lladdr) || ll_lastref) { in if_delmulti_common()5953 if (lastref) { in if_delmulti_common()
2546 int lastref; in ch_release() local2549 lastref = ch_release_locked(ch); in ch_release()2552 return lastref; in ch_release()
315 boolean_t lastref; in pp_release() local318 if (!(lastref = pp_release_locked(pp))) { in pp_release()322 return lastref; in pp_release()