Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dif_bond.c3692 int remove_count;
3694 remove_count = lag->lag_selected_port_count - bond->ifb_max_active;
3698 remove_count--;
3699 if (remove_count == 0) {
/xnu-8020.101.4/osfmk/arm/
H A Dpmap.c4333 int remove_count = 0; local
4361 remove_count = pmap_remove_range_options(pmap, start, bpte, epte, &eva,
4366 remove_count = 0; // pmap_tte_deallocate has flushed the TLB for us
4376 if (remove_count > 0) {