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

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dledger.c265 int old_cnt, old_sz; local
268 old_cnt = template->lt_table_size;
269 old_sz = (int)(old_cnt * sizeof (struct entry_template));
277 template->lt_table_size = old_cnt * 2;
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c5225 static unsigned int cur_cnt, old_cnt; local
5269 old_cnt = cur_cnt / i;
5278 if (++cur_cnt > qlen || old_cnt > qlen) {

Completed in 123 milliseconds