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

  /src/sys/dev/raidframe/
rf_reconstruct.h 176 #define RF_IO_RECON_PRIORITY RF_IO_LOW_PRIORITY
rf_diskqueue.h 53 #define RF_IO_LOW_PRIORITY 0
rf_fifo.c 71 RF_ASSERT(priority == RF_IO_NORMAL_PRIORITY || priority == RF_IO_LOW_PRIORITY);
rf_cvscan.c 51 #define pri_ok(p) ( ((p) == RF_IO_NORMAL_PRIORITY) || ((p) == RF_IO_LOW_PRIORITY))
168 RF_ASSERT(req->priority == RF_IO_NORMAL_PRIORITY || req->priority == RF_IO_LOW_PRIORITY);
rf_sstf.c 289 if (priority == RF_IO_LOW_PRIORITY) {

Completed in 15 milliseconds