Home
last modified time | relevance | path

Searched refs:io_lock (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front.c144 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 Dxen_drm_front_evtchnl.c39 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 Dxen_drm_front.h99 spinlock_t io_lock; member
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dfile_pos.c231 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 Dasync.c121 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 Dasync.h339 __gthread_mutex_t io_lock; /* Lock for doing actual I/O. */ member
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dfile_pos.c226 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 Dasync.c121 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 Dasync.h339 __gthread_mutex_t io_lock; /* Lock for doing actual I/O. */ member
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio.c478 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 Dvdev_mirror.c300 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 Dvdev_label.c961 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 Dzio.h494 kmutex_t io_lock; member