Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDvfs_aio.c283 #define AIO_LOCK(ki) mtx_lock(&(ki)->kaio_mtx) macro
564 AIO_LOCK(ki); in aio_free_entry()
609 AIO_LOCK(ki); in aio_cancel_job()
643 AIO_LOCK(ki); in aio_proc_rundown()
948 AIO_LOCK(ki); in aio_schedule_fsync()
954 AIO_LOCK(ki); in aio_schedule_fsync()
993 AIO_LOCK(ki); in aio_clear_cancel_function()
1017 AIO_LOCK(ki); in aio_set_cancel_function()
1035 AIO_LOCK(ki); in aio_complete()
1271 AIO_LOCK(ki); in aio_qbio()
[all …]