Home
last modified time | relevance | path

Searched refs:reaped (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dcoalition.c282 …uint32_t reaped : 1; /* reaped, invisible to userspace, but waiting for ref_count to go to … member
1253 assert(coal->reaped); in coalition_release()
1321 if (coal->reaped) { in coalition_find_by_id()
1362 if (coal->reaped || coal->terminated) { in coalition_find_and_activate_by_id()
1450 return coal->reaped; in coalition_is_reaped()
1630 assert(!coal->reaped); in coalition_remove_active()
1714 if (coal->reaped || coal->terminated) { in coalition_adopt_task_internal()
1911 if (coal->reaped) { in coalition_request_terminate_internal()
1972 if (coal->reaped) { in coalition_reap_internal()
1986 coal->reaped = TRUE; in coalition_reap_internal()
[all …]
/xnu-8020.140.41/bsd/nfs/
H A Dnfs_gss.c2312 int reaped = 0; in nfs_gss_clnt_ctx_neg_cache_reap() local
2345 reaped++; in nfs_gss_clnt_ctx_neg_cache_reap()
2349 NFS_GSS_DBG("Reaped %d contexts ncentries = %d\n", reaped, nmp->nm_ncentries); in nfs_gss_clnt_ctx_neg_cache_reap()
/xnu-8020.140.41/tools/lldbmacros/
H A Dprocess.py457 if (coal.reaped):