Searched refs:lastref (Results 1 – 11 of 11) sorted by relevance
1472 boolean_t lastref = FALSE; in skmem_arena_release_locked() local1478 lastref = TRUE; in skmem_arena_release_locked()1480 lastref = FALSE; in skmem_arena_release_locked()1483 return lastref; in skmem_arena_release_locked()1489 boolean_t lastref; in skmem_arena_release() local1493 if (!(lastref = skmem_arena_release_locked(ar))) { in skmem_arena_release()1497 return lastref; in skmem_arena_release()
1484 boolean_t lastref; in skmem_region_release() local1487 if (!(lastref = skmem_region_release_locked(skr))) { in skmem_region_release()1491 return lastref; in skmem_region_release()
1183 int lastref; in nxctl_release() local1186 lastref = nxctl_release_locked(nxctl); in nxctl_release()1189 return lastref; in nxctl_release()1747 int lastref; in nxprov_release() local1750 lastref = nxprov_release_locked(nxprov); in nxprov_release()1753 return lastref; in nxprov_release()2231 int lastref; in nx_release() local2236 lastref = nx_release_locked(nx); in nx_release()2239 return lastref; in nx_release()
1831 boolean_t lastref; in nxdom_prov_release() local1834 lastref = nxdom_prov_release_locked(nxdom_prov); in nxdom_prov_release()1837 return lastref; in nxdom_prov_release()
1323 int error, lastref; in in6_mc_leave() local1367 lastref = in6_multi_detach(inm); in in6_mc_leave()1368 VERIFY(!lastref || (!(inm->in6m_debug & IFD_ATTACHED) && in in6_mc_leave()1373 if (lastref) { in in6_mc_leave()
1924 int lastref; in mld_flush_relq() local1933 lastref = in6_multi_detach(inm); in mld_flush_relq()1934 VERIFY(!lastref || (!(inm->in6m_debug & IFD_ATTACHED) && in mld_flush_relq()1941 if (lastref) { in mld_flush_relq()
5466 int lastref, ll_lastref = 0, lladdr; in if_delmulti_common() local5512 lastref = if_detach_ifma(ifp, ifma, anon); in if_delmulti_common()5513 VERIFY(!lastref || (!(ifma->ifma_debug & IFD_ATTACHED) && in if_delmulti_common()5520 if (lastref && ll != NULL) { in if_delmulti_common()5527 if (lastref) { in if_delmulti_common()5531 if ((ll == NULL && lastref && lladdr) || ll_lastref) { in if_delmulti_common()5543 if (lastref) { in if_delmulti_common()
2165 int lastref; in igmp_flush_relq() local2174 lastref = in_multi_detach(inm); in igmp_flush_relq()2175 VERIFY(!lastref || (!(inm->inm_debug & IFD_ATTACHED) && in igmp_flush_relq()2182 if (lastref) { in igmp_flush_relq()
1366 int error, lastref; in in_leavegroup() local1411 lastref = in_multi_detach(inm); in in_leavegroup()1412 VERIFY(!lastref || (!(inm->inm_debug & IFD_ATTACHED) && in in_leavegroup()1417 if (lastref) { in in_leavegroup()
2502 int lastref; in ch_release() local2505 lastref = ch_release_locked(ch); in ch_release()2508 return lastref; in ch_release()
300 boolean_t lastref; in pp_release() local303 if (!(lastref = pp_release_locked(pp))) { in pp_release()307 return lastref; in pp_release()