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

/xnu-2422.115.4/osfmk/kern/
H A Dledger.c264 int old_cnt, old_sz; local
267 old_cnt = template->lt_table_size;
268 old_sz = (int)(old_cnt * sizeof (struct entry_template));
276 template->lt_table_size = old_cnt * 2;
/xnu-2422.115.4/bsd/netinet/
H A Dtcp_input.c5039 static unsigned int cur_cnt, old_cnt; local
5083 old_cnt = cur_cnt / i;
5092 if (++cur_cnt > qlen || old_cnt > qlen) {

Completed in 40 milliseconds