Searched refs:old_cnt (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dledger.c249 int old_cnt, old_sz; local
252 old_cnt = template->lt_table_size;
253 old_sz = (int)(old_cnt * sizeof (struct entry_template));
261 template->lt_table_size = old_cnt * 2;
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c4678 static unsigned int cur_cnt, old_cnt; local
4693 old_cnt = cur_cnt / i;
4699 if (++cur_cnt > qlen || old_cnt > qlen) {

Completed in 33 milliseconds