Searched defs:free_cnt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c11736 int free_cnt; local
11906 free_cnt = 0;
11929 free_cnt++;
11938 if (free_cnt != reclaim_cnt) {
11940 proc, free_cnt, reclaim_cnt);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c2629 * free 'free_cnt' fragmented packets starting at ipf.
2632 ill_frag_free_pkts(ill_t *ill, ipfb_t *ipfb, ipf_t *ipf, int free_cnt) argument
2643 while (ipf != NULL && free_cnt-- > 0) {

Completed in 124 milliseconds