Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dblock_if.c68 #define BLOCKIF_MAXREQ (BLOCKIF_RING_MAX + BLOCKIF_NUMTHR) macro
119 struct blockif_elem bc_reqs[BLOCKIF_MAXREQ];
661 for (i = 0; i < BLOCKIF_MAXREQ; i++) { in blockif_open()
994 return (BLOCKIF_MAXREQ - 1); in blockif_queuesz()