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

/netbsd-current/sys/kern/
H A Dvfs_bio.c266 static void *biodone_sih; variable
548 biodone_sih = softint_establish(SOFTINT_BIO | SOFTINT_MPSAFE, biointr,
550 if (biodone_sih == NULL)
1662 softint_schedule(biodone_sih);

Completed in 79 milliseconds