Symbol: sema_wait
sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c
79
sema_wait(&vc_sema); \
sys/compat/linuxkpi/common/include/linux/semaphore.h
45
#define down(_sem) sema_wait(&(_sem)->sema)
sys/compat/linuxkpi/common/include/linux/semaphore.h
46
#define down_interruptible(_sem) sema_wait(&(_sem)->sema), 0
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
1254
sema_wait(&sc->hs_drain_sema);
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
428
sema_wait(&request->synch_sema);
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
495
sema_wait(&request->synch_sema);
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
522
sema_wait(&request->synch_sema);
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
557
sema_wait(&request->synch_sema);
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
593
sema_wait(&request->synch_sema);
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
673
sema_wait(&request->synch_sema);
sys/dev/hyperv/utilities/hv_kvp.c
738
sema_wait(&sc->dev_sema);
sys/dev/ips/ips_commands.c
384
sema_wait(&sc->cmd_sema);
sys/dev/ips/ips_commands.c
465
sema_wait(&sc->cmd_sema);
sys/dev/ips/ips_commands.c
618
sema_wait(&sc->cmd_sema);
sys/dev/ips/ips_commands.c
638
sema_wait(&sc->cmd_sema);
sys/dev/mana/hw_channel.c
51
sema_wait(&hwc->sema);
sys/dev/mrsas/mrsas.c
1487
sema_wait(&sc->ioctl_count_sema);
sys/dev/ocs_fc/ocs_os.h
757
sema_wait(&sem->sem);
sys/dev/pms/freebsd/driver/common/lxosapi.c
127
sema_wait (pCard->pIoctlSem);
sys/dev/pms/freebsd/driver/common/lxosapi.c
141
sema_wait (pCard->pIoctlSem);
sys/dev/qat/qat_api/qat_utils/src/QatUtilsSemaphore.c
64
sema_wait(*pSid);
sys/dev/smartpqi/smartpqi_misc.c
164
sema_wait(sema);
sys/dev/vmware/vmci/vmci_kernel_if.c
375
sema_wait(event);
sys/kern/vfs_aio.c
1196
sema_wait(&aio_newproc_sem);