Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dif_bond.c3682 int remove_count;
3684 remove_count = lag->lag_selected_port_count - bond->ifb_max_active;
3688 remove_count--;
3689 if (remove_count == 0) {
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.c4385 int remove_count = 0; local
4420 remove_count = pmap_remove_range_options(pmap, start, bpte, epte, &eva,
4425 remove_count = 0; // pmap_tte_deallocate has flushed the TLB for us
4435 if (remove_count > 0) {