| /src/crypto/external/apache2/openssl/dist/test/testutil/ |
| basic_output.c | 32 static CRYPTO_RWLOCK *io_lock = NULL; variable 152 io_lock = CRYPTO_THREAD_lock_new(); 159 OPENSSL_assert(io_lock != NULL); 184 CRYPTO_THREAD_lock_free(io_lock); 191 OPENSSL_assert(CRYPTO_THREAD_write_lock(io_lock) > 0); 198 CRYPTO_THREAD_unlock(io_lock);
|
| /src/sys/external/bsd/drm2/dist/drm/xen/ |
| xen_drm_front_evtchnl.c | 39 spin_lock_irqsave(&front_info->io_lock, flags); 82 spin_unlock_irqrestore(&front_info->io_lock, flags); 97 spin_lock_irqsave(&front_info->io_lock, flags); 124 spin_unlock_irqrestore(&front_info->io_lock, flags); 370 spin_lock_irqsave(&front_info->io_lock, flags); 375 spin_unlock_irqrestore(&front_info->io_lock, flags);
|
| xen_drm_front.h | 99 spinlock_t io_lock; member in struct:xen_drm_front_info
|
| xen_drm_front.c | 144 spin_lock_irqsave(&front_info->io_lock, flags); 154 spin_unlock_irqrestore(&front_info->io_lock, flags); 197 spin_lock_irqsave(&front_info->io_lock, flags); 210 spin_unlock_irqrestore(&front_info->io_lock, flags); 257 spin_lock_irqsave(&front_info->io_lock, flags); 262 spin_unlock_irqrestore(&front_info->io_lock, flags); 300 spin_lock_irqsave(&front_info->io_lock, flags); 309 spin_unlock_irqrestore(&front_info->io_lock, flags); 332 spin_lock_irqsave(&front_info->io_lock, flags); 337 spin_unlock_irqrestore(&front_info->io_lock, flags) [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| file_pos.c | 231 LOCK (&u->au->io_lock); 292 UNLOCK (&u->au->io_lock); 328 LOCK (&u->au->io_lock); 415 UNLOCK (&u->au->io_lock); 449 LOCK (&u->au->io_lock); 490 UNLOCK (&u->au->io_lock); 520 LOCK (&u->au->io_lock); 538 UNLOCK (&u->au->io_lock);
|
| async.c | 123 UNLOCK (&au->io_lock); 129 UNLOCK (&au->io_lock); 134 LOCK (&au->io_lock); 175 UNLOCK (&au->io_lock); 247 __GTHREAD_MUTEX_INIT_FUNCTION (&au->io_lock);
|
| async.h | 490 __gthread_mutex_t io_lock; /* Lock for doing actual I/O. */ member in struct:async_unit
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| file_pos.c | 231 LOCK (&u->au->io_lock); 292 UNLOCK (&u->au->io_lock); 328 LOCK (&u->au->io_lock); 416 UNLOCK (&u->au->io_lock); 450 LOCK (&u->au->io_lock); 491 UNLOCK (&u->au->io_lock); 521 LOCK (&u->au->io_lock); 539 UNLOCK (&u->au->io_lock);
|
| async.c | 121 UNLOCK (&au->io_lock); 127 UNLOCK (&au->io_lock); 132 LOCK (&au->io_lock); 173 UNLOCK (&au->io_lock); 245 __GTHREAD_MUTEX_INIT_FUNCTION (&au->io_lock);
|
| async.h | 339 __gthread_mutex_t io_lock; /* Lock for doing actual I/O. */ member in struct:async_unit
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zio.c | 478 mutex_enter(&cio->io_lock); 479 mutex_enter(&pio->io_lock); 492 mutex_exit(&pio->io_lock); 493 mutex_exit(&cio->io_lock); 502 mutex_enter(&cio->io_lock); 503 mutex_enter(&pio->io_lock); 511 mutex_exit(&pio->io_lock); 512 mutex_exit(&cio->io_lock); 523 mutex_enter(&zio->io_lock); 531 mutex_exit(&zio->io_lock); [all...] |
| vdev_mirror.c | 300 mutex_enter(&zio->io_lock); 302 mutex_enter(&pio->io_lock); 305 mutex_exit(&pio->io_lock); 307 mutex_exit(&zio->io_lock);
|
| vdev_label.c | 961 mutex_enter(&rio->io_lock); 973 mutex_exit(&rio->io_lock);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| zio.h | 375 * the reexecute flags are protected by io_lock, modifiable by children, 494 kmutex_t io_lock; member in struct:zio
|