Lines Matching refs:priority
32 * There are only two priority levels: hi and lo.
67 rf_FifoEnqueue(void *q_in, RF_DiskQueueData_t *elem, int priority)
71 RF_ASSERT(priority == RF_IO_NORMAL_PRIORITY || priority == RF_IO_LOW_PRIORITY);
74 if (priority == RF_IO_NORMAL_PRIORITY) {
150 /* We sometimes need to promote a low priority access to a regular priority access.
154 * the low priority queue to the end of the normal priority queue.
193 /* append to hi-priority queue */