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

/netbsd-current/sys/dev/
H A Dvndvar.h146 #define VNF_KTHREAD 0x100 /* thread is running */ macro
H A Dvnd.c668 vnd->sc_flags |= VNF_KTHREAD;
765 vnd->sc_flags &= (~VNF_KTHREAD | VNF_VUNCONF);
1515 while ((vnd->sc_flags & VNF_KTHREAD) == 0) {
1788 while (vnd->sc_flags & VNF_KTHREAD)

Completed in 227 milliseconds