Lines Matching refs:ippctl_limit
236 static int ippctl_limit = -1;
1602 for (i = 0; i < ippctl_limit; i++) {
1614 bzero(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t));
1689 if (i == ippctl_limit)
1744 ippctl_limit = limit;
1763 limit = ippctl_limit << 1;
1770 for (i = 0; i < ippctl_limit; i++)
1777 kmem_free(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t));
1780 ippctl_limit = limit;
1800 kmem_free(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t));
1802 ippctl_limit = -1;