Home
last modified time | relevance | path

Searched refs:freed_count (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/osfmk/arm64/sptm/pmap/
H A Dpmap_data.c825 unsigned int freed_count = 0; in pv_list_free() local
838 if (__improbable(freed_count == PV_BATCH_SIZE)) { in pv_list_free()
839 freed_count = 0; in pv_list_free()
858 freed_count++; in pv_list_free()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c1022 uint32_t freed_count; in ipfq_freefq() local
1023 freed_count = ipfq_freef(mgr, q, ipf_cb); in ipfq_freefq()
1026 return freed_count; in ipfq_freefq()