HomeSort by: relevance | last modified time | path
    Searched refs:stripebuf_count (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/raidframe/
rf_raid.h 175 int stripebuf_count; /* count of full-stripe buffers on the freelist */ member in struct:RF_Raid_s
rf_dagutils.c 352 if (raidPtr->stripebuf_count > 0) {
357 raidPtr->stripebuf_count--;
386 if (raidPtr->stripebuf_count < raidPtr->numEmergencyStripeBuffers) {
390 raidPtr->stripebuf_count++;
rf_driver.c 523 raidPtr->stripebuf_count++;

Completed in 14 milliseconds