Searched refs:BIO_GETPRIO (Results 1 – 3 of 3) sorted by relevance
250 #define BIO_GETPRIO(bp) ((bp)->b_prio) macro252 #define BIO_COPYPRIO(bp1, bp2) BIO_SETPRIO(bp1, BIO_GETPRIO(bp2))
260 return &q->bq_queue[priocscan_priomap[BIO_GETPRIO(bp)]].q_queue; in bufq_priocscan_selectqueue()
776 BIO_GETPRIO(bp) == BPRIO_TIMECRITICAL) in wdstart1()