Searched refs:io_lock (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/xen/ |
| H A D | xen_drm_front.c | 144 spin_lock_irqsave(&front_info->io_lock, flags); in xen_drm_front_mode_set() 154 spin_unlock_irqrestore(&front_info->io_lock, flags); in xen_drm_front_mode_set() 197 spin_lock_irqsave(&front_info->io_lock, flags); in xen_drm_front_dbuf_create() 210 spin_unlock_irqrestore(&front_info->io_lock, flags); in xen_drm_front_dbuf_create() 257 spin_lock_irqsave(&front_info->io_lock, flags); in xen_drm_front_dbuf_destroy() 262 spin_unlock_irqrestore(&front_info->io_lock, flags); in xen_drm_front_dbuf_destroy() 300 spin_lock_irqsave(&front_info->io_lock, flags); in xen_drm_front_fb_attach() 309 spin_unlock_irqrestore(&front_info->io_lock, flags); in xen_drm_front_fb_attach() 332 spin_lock_irqsave(&front_info->io_lock, flags); in xen_drm_front_fb_detach() 337 spin_unlock_irqrestore(&front_info->io_lock, flags); in xen_drm_front_fb_detach() [all …]
|
| H A D | xen_drm_front_evtchnl.c | 39 spin_lock_irqsave(&front_info->io_lock, flags); in evtchnl_interrupt_ctrl() 82 spin_unlock_irqrestore(&front_info->io_lock, flags); in evtchnl_interrupt_ctrl() 97 spin_lock_irqsave(&front_info->io_lock, flags); in evtchnl_interrupt_evt() 124 spin_unlock_irqrestore(&front_info->io_lock, flags); in evtchnl_interrupt_evt() 370 spin_lock_irqsave(&front_info->io_lock, flags); in xen_drm_front_evtchnl_set_state() 375 spin_unlock_irqrestore(&front_info->io_lock, flags); in xen_drm_front_evtchnl_set_state()
|
| H A D | xen_drm_front.h | 99 spinlock_t io_lock; member
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
| H A D | file_pos.c | 231 LOCK (&u->au->io_lock); in st_backspace() 292 UNLOCK (&u->au->io_lock); in st_backspace() 328 LOCK (&u->au->io_lock); in st_endfile() 416 UNLOCK (&u->au->io_lock); in st_endfile() 450 LOCK (&u->au->io_lock); in st_rewind() 491 UNLOCK (&u->au->io_lock); in st_rewind() 521 LOCK (&u->au->io_lock); in st_flush() 539 UNLOCK (&u->au->io_lock); in st_flush()
|
| H A D | async.c | 121 UNLOCK (&au->io_lock); in async_io() 127 UNLOCK (&au->io_lock); in async_io() 132 LOCK (&au->io_lock); in async_io() 173 UNLOCK (&au->io_lock); in async_io() 245 __GTHREAD_MUTEX_INIT_FUNCTION (&au->io_lock); in init_async_unit()
|
| H A D | async.h | 339 __gthread_mutex_t io_lock; /* Lock for doing actual I/O. */ member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| H A D | file_pos.c | 226 LOCK (&u->au->io_lock); in st_backspace() 287 UNLOCK (&u->au->io_lock); in st_backspace() 323 LOCK (&u->au->io_lock); in st_endfile() 411 UNLOCK (&u->au->io_lock); in st_endfile() 445 LOCK (&u->au->io_lock); in st_rewind() 486 UNLOCK (&u->au->io_lock); in st_rewind() 516 LOCK (&u->au->io_lock); in st_flush() 534 UNLOCK (&u->au->io_lock); in st_flush()
|
| H A D | async.c | 121 UNLOCK (&au->io_lock); in async_io() 127 UNLOCK (&au->io_lock); in async_io() 132 LOCK (&au->io_lock); in async_io() 173 UNLOCK (&au->io_lock); in async_io() 245 __GTHREAD_MUTEX_INIT_FUNCTION (&au->io_lock); in init_async_unit()
|
| H A D | async.h | 339 __gthread_mutex_t io_lock; /* Lock for doing actual I/O. */ member
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | zio.c | 478 mutex_enter(&cio->io_lock); in zio_add_child() 479 mutex_enter(&pio->io_lock); in zio_add_child() 492 mutex_exit(&pio->io_lock); in zio_add_child() 493 mutex_exit(&cio->io_lock); in zio_add_child() 502 mutex_enter(&cio->io_lock); in zio_remove_child() 503 mutex_enter(&pio->io_lock); in zio_remove_child() 511 mutex_exit(&pio->io_lock); in zio_remove_child() 512 mutex_exit(&cio->io_lock); in zio_remove_child() 523 mutex_enter(&zio->io_lock); in zio_wait_for_children() 531 mutex_exit(&zio->io_lock); in zio_wait_for_children() [all …]
|
| H A D | vdev_mirror.c | 300 mutex_enter(&zio->io_lock); in vdev_mirror_scrub_done() 302 mutex_enter(&pio->io_lock); in vdev_mirror_scrub_done() 305 mutex_exit(&pio->io_lock); in vdev_mirror_scrub_done() 307 mutex_exit(&zio->io_lock); in vdev_mirror_scrub_done()
|
| H A D | vdev_label.c | 961 mutex_enter(&rio->io_lock); in vdev_uberblock_load_done() 973 mutex_exit(&rio->io_lock); in vdev_uberblock_load_done()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| H A D | zio.h | 494 kmutex_t io_lock; member
|