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

/xnu-2422.115.4/bsd/net/
H A Dif_arp.h138 uint32_t purged; /* # of packets purged while removing entries */ member in struct:arpstat
/xnu-2422.115.4/bsd/netinet/
H A Din_arp.c284 arpstat.purged++;
868 arpstat.purged++;
/xnu-2422.115.4/bsd/kern/
H A Duipc_mbuf.c208 * will only be entered if the object is to be purged out of the cache.
233 * (objects never get purged to VM)
737 * actual freeing is deferred until the composite objects are purged. At
2049 mbuf_slab_free(void *arg, mcache_obj_t *list, __unused int purged) argument
2216 cslab_free(mbuf_class_t class, mcache_obj_t *list, int purged) argument
2288 if (purged) {
2331 if (!purged) {
2546 mbuf_cslab_free(void *arg, mcache_obj_t *list, int purged) argument
2556 num = cslab_free(class, list, purged);
H A Dmcache.c670 * in the process of being purged is rather pointless.
963 mcache_slab_free(void *arg, mcache_obj_t *list, __unused boolean_t purged) argument
1315 * If the cache was previously purged, there is no point of
1328 * Otherwise, if this cache was previously purged by the user

Completed in 35 milliseconds