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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c1765 size_t total_alloc_size; local
1778 total_alloc_size = alloc_size;
1790 while ((allocated < total_alloc_size) &&
1826 if (allocated < total_alloc_size) {
1830 allocated, total_alloc_size));
2072 size_t total_alloc_size; local
2081 total_alloc_size = alloc_size;
2092 while ((allocated < total_alloc_size) &&
2118 if (allocated < total_alloc_size) {
2122 allocated, total_alloc_size));
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c2598 size_t total_alloc_size; local
2613 total_alloc_size = alloc_size;
2616 total_alloc_size = alloc_size + alloc_size/4;
2641 while ((allocated < total_alloc_size) &&
2713 if (allocated < total_alloc_size) {
2718 allocated, total_alloc_size));
2727 allocated, total_alloc_size));
3104 size_t total_alloc_size; local
3114 total_alloc_size = alloc_size;
3125 while ((allocated < total_alloc_size)
[all...]

Completed in 73 milliseconds