Home
last modified time | relevance | path

Searched refs:BIO_MSG_COUNT (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/
Dbiovar.h40 #define BIO_MSG_COUNT 5 macro
58 struct bio_msg bs_msgs[BIO_MSG_COUNT];
Dbio.c225 if (bs->bs_msg_count >= BIO_MSG_COUNT) { in bio_status()