Searched refs:SCQ_ENTRIES (Results 1 – 2 of 2) sorted by relevance
156 #define SCQ_ENTRIES 64 macro157 #define SCQ_SIZE (SCQ_ENTRIES * sizeof(struct scqe))
653 scq->last = scq->base + (SCQ_ENTRIES - 1); in alloc_scq()715 if (entries > (SCQ_ENTRIES - 1)) { in push_on_scq()