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

/freebsd-13-stable/sys/dev/ips/
H A Dips_commands.c47 sema_post(&command->sc->cmd_sema);
195 if (sema_timedwait(&sc->cmd_sema, 30*hz) != 0) {
296 if (sema_timedwait(&sc->cmd_sema, 10*hz) != 0) {
386 sema_wait(&sc->cmd_sema);
467 sema_wait(&sc->cmd_sema);
535 if (sema_timedwait(&sc->cmd_sema, 30*hz) != 0) {
620 sema_wait(&sc->cmd_sema);
640 sema_wait(&sc->cmd_sema);
H A Dips_pci.c70 sema_init(&sc->cmd_sema, 0, "IPS Command Semaphore");
179 sema_destroy(&sc->cmd_sema);
H A Dips.h154 struct sema cmd_sema; member in struct:ips_softc
H A Dips.c227 if (sema_value(&sc->cmd_sema) != 0)

Completed in 170 milliseconds