Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDvfs_aio.c282 #define AIO_LOCK(ki) mtx_lock(&(ki)->kaio_mtx) macro
563 AIO_LOCK(ki); in aio_free_entry()
608 AIO_LOCK(ki); in aio_cancel_job()
642 AIO_LOCK(ki); in aio_proc_rundown()
949 AIO_LOCK(ki); in aio_schedule_fsync()
955 AIO_LOCK(ki); in aio_schedule_fsync()
996 AIO_LOCK(ki); in aio_clear_cancel_function()
1020 AIO_LOCK(ki); in aio_set_cancel_function()
1038 AIO_LOCK(ki); in aio_complete()
1274 AIO_LOCK(ki); in aio_qbio()
[all …]