Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dblock_if.c67 #define BLOCKIF_NUMTHR 8 macro
68 #define BLOCKIF_MAXREQ (BLOCKIF_RING_MAX + BLOCKIF_NUMTHR)
107 pthread_t bc_btid[BLOCKIF_NUMTHR];
666 for (i = 0; i < BLOCKIF_NUMTHR; i++) { in blockif_open()
901 for (i = 0; i < BLOCKIF_NUMTHR; i++) in blockif_close()