Searched refs:VBIPRI (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c223 #define VBIPRI (PZERO-4)|PCATCH macro
824 selwakeuppri(&bktr->vbi_select, VBIPRI);
1264 if ((status = msleep(VBI_SLEEP, &bktr->vbimutex, VBIPRI, "vbi",
1269 if ((status = tsleep(VBI_SLEEP, VBIPRI, "vbi", 0))) {

Completed in 119 milliseconds