Home
last modified time | relevance | path

Searched refs:stripebuf_count (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/raidframe/
Drf_raid.h175 int stripebuf_count; /* count of full-stripe buffers on the freelist */ member
Drf_dagutils.c352 if (raidPtr->stripebuf_count > 0) { in rf_AllocStripeBuffer()
357 raidPtr->stripebuf_count--; in rf_AllocStripeBuffer()
386 if (raidPtr->stripebuf_count < raidPtr->numEmergencyStripeBuffers) { in rf_FreeStripeBuffer()
390 raidPtr->stripebuf_count++; in rf_FreeStripeBuffer()
Drf_driver.c523 raidPtr->stripebuf_count++; in rf_AllocEmergBuffers()