Searched refs:purged (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_mbuf.c203 * will only be entered if the object is to be purged out of the cache.
228 * (objects never get purged to VM)
588 * actual freeing is deferred until the composite objects are purged. At
1494 mbuf_slab_free(void *arg, mcache_obj_t *list, __unused int purged) argument
1658 cslab_free(mbuf_class_t class, mcache_obj_t *list, int purged) argument
1724 if (purged) {
1767 if (!purged) {
1970 mbuf_cslab_free(void *arg, mcache_obj_t *list, int purged) argument
1980 num = cslab_free(class, list, purged);
H A Dmcache.c642 * in the process of being purged is rather pointless.
932 mcache_slab_free(void *arg, mcache_obj_t *list, __unused boolean_t purged) argument
1284 * If the cache was previously purged, there is no point of
1297 * Otherwise, if this cache was previously purged by the user

Completed in 38 milliseconds