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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c769 uint32_t clean_count; local
800 clean_count = seg->fc_low;
810 (clean_count <= 1)) {
822 if (clean_count <= free_pad) {
826 clean_count -= free_pad;
828 /* clean_count can't exceed minimum pool levels */
829 if (clean_count > (seg->fc_numblks - seg->fc_lo_water)) {
830 clean_count = (seg->fc_numblks - seg->fc_lo_water);
833 emlxs_mem_pool_free(hba, seg, clean_count);

Completed in 278 milliseconds