Searched refs:sema_p (Results 1 - 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dsemaphore.h61 extern void sema_p(ksema_t *);
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dsemaphore.h62 extern void sema_p(ksema_t *);
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dsema.c48 sema_p(ksema_t *sem) function
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_wr.c225 sema_p(&kctl.kctl_wr_avail_sem);
/illumos-gate/usr/src/uts/common/io/
H A Ddma_engine.c104 * calls: sema_p(), sema_tryp(), ddi_set_callback()
119 sema_p(&dmae_stat[chnl].dch_lock);
H A Dfdc.c582 sema_p(&fcp->c_selsem);
889 sema_p(&fcp->c_selsem);
977 sema_p(&fcp->c_selsem);
H A Dfssnap.c1548 sema_p(&cmap->cmap_throttle_sem);
2114 sema_p(&cmap->cmap_throttle_sem);
H A Dfd.c671 sema_p(&fdp->d_ocsem);
975 sema_p(&fdp->d_ocsem);
/illumos-gate/usr/src/uts/common/os/
H A Dsemaphore.c225 sema_p(ksema_t *sp) function
250 * similiar to sema_p except that it blocks at an interruptible
264 sema_p(sp);
H A Dbio.c612 * here since sema_p() won't block. If we got
622 sema_p(&bp->b_sem);
740 sema_p(&errbp->b_sem);
914 sema_p(&bp->b_sem); /* may block */
989 sema_p(&sbp->b_sem);
1060 sema_p(&bp->b_sem);
1227 sema_p(&bp->b_io);
1493 sema_p(&bp->b_sem); /* Should never fail */
H A Dcyclic.c486 * sema_p() in cyclic_expand() and the sema_v() in cyclic_softint()). This
1503 sema_p(&cpu->cyp_modify_wait);
1939 sema_p(&cpu->cyp_modify_wait);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_doorclt.c171 sema_p(&iscsi_door_sema);
H A Discsi_ioctl.c1251 sema_p(&iscsid_config_semaphore);
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c482 sema_p(&dp->hal_op_lock);
493 sema_p(&dp->hal_op_lock);
504 sema_p(&dp->hal_op_lock);
515 sema_p(&dp->hal_op_lock);
526 sema_p(&dp->hal_op_lock);
537 sema_p(&dp->hal_op_lock);
548 sema_p(&dp->hal_op_lock);
559 sema_p(&dp->hal_op_lock);
882 sema_p(&dp->rxfilter_lock);
1244 sema_p(
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c396 sema_p(&fsflush_sema);
/illumos-gate/usr/src/uts/common/syscall/
H A Duadmin.c282 sema_p(&fsflush_sema);
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c886 sema_p(&nsm->ns_sem);
904 sema_p(&nsm->ns_sem);
932 sema_p(&nsm->ns_sem);
956 sema_p(&nsm->ns_sem);
975 sema_p(&nsm->ns_sem);
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c85 sema_p(&uhcip->uhci_ocsem);
317 sema_p(&uhcip->uhci_ocsem);
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_dsd.c597 sema_p(&ksp->ks_pipes_sema);
740 sema_p(&ksp->ks_pipes_sema);
2024 sema_p(&ksp->ks_pipes_sema);
2324 sema_p(&ksp->ks_pipes_sema);
2338 sema_p(&ksp->ks_pipes_sema);
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c927 sema_p(&vcp->vc_sendlock);
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_log.c67 #define IOWAIT(bp) sema_p(&bp->b_io)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_subr.c1286 sema_p(&bp->b_io);
1425 sema_p(&bp->b_io); /* wait for write to complete */
H A Dlufs.c168 sema_p(&cb->b_io);
H A Dlufs_log.c52 sema_p(&bp->b_sem);
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c761 sema_p(&(info->sema[count]));
1463 sema_p(&fio_done[count]);

Completed in 369 milliseconds

12