Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/ !
H A Dif_bond.c3694 int remove_count;
3696 remove_count = lag->lag_selected_port_count - bond->ifb_max_active;
3700 remove_count--;
3701 if (remove_count == 0) {
/xnu-8019.80.24/osfmk/arm/ !
H A Dpmap.c4288 int remove_count = 0; local
4315 remove_count = pmap_remove_range_options(pmap, start, bpte, epte, &eva,
4320 remove_count = 0; // pmap_tte_deallocate has flushed the TLB for us
4327 if (remove_count > 0) {