Home
last modified time | relevance | path

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

/xnu-8020.121.3/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.121.3/osfmk/arm/
H A Dpmap.c4341 int remove_count = 0; local
4379 remove_count = pmap_remove_range_options(pmap, start, bpte, epte, &eva,
4384 remove_count = 0; // pmap_tte_deallocate has flushed the TLB for us
4394 if (remove_count > 0) {