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

/illumos-gate/usr/src/uts/common/ipp/
H A Dippctl.c236 static int ippctl_limit = -1; variable
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 * sizeo
[all...]

Completed in 58 milliseconds