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

  /src/sys/kern/
bufq_priocscan.c 277 struct priocscan_queue *pq, *npq; local in function:bufq_priocscan_get
308 for (npq = pq + 1; npq < epq; npq++) {
309 if (!cscan_empty(&npq->q_queue)) {
324 pq = npq;
bufq_priocscan.c 277 struct priocscan_queue *pq, *npq; local in function:bufq_priocscan_get
308 for (npq = pq + 1; npq < epq; npq++) {
309 if (!cscan_empty(&npq->q_queue)) {
324 pq = npq;
bufq_priocscan.c 277 struct priocscan_queue *pq, *npq; local in function:bufq_priocscan_get
308 for (npq = pq + 1; npq < epq; npq++) {
309 if (!cscan_empty(&npq->q_queue)) {
324 pq = npq;

Completed in 31 milliseconds