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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c205 * will only be entered if the object is to be purged out of the cache.
230 * (objects never get purged to VM)
709 * actual freeing is deferred until the composite objects are purged. At
2002 mbuf_slab_free(void *arg, mcache_obj_t *list, __unused int purged) argument
2169 cslab_free(mbuf_class_t class, mcache_obj_t *list, int purged) argument
2241 if (purged) {
2284 if (!purged) {
2499 mbuf_cslab_free(void *arg, mcache_obj_t *list, int purged) argument
2509 num = cslab_free(class, list, purged);
H A Dmcache.c651 * in the process of being purged is rather pointless.
947 mcache_slab_free(void *arg, mcache_obj_t *list, __unused boolean_t purged) argument
1299 * If the cache was previously purged, there is no point of
1312 * Otherwise, if this cache was previously purged by the user

Completed in 82 milliseconds