Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_device.c162 fuse_lck_mtx_unlock(tick->tk_aw_mtx); in fdata_dtor()
166 fuse_lck_mtx_unlock(fdata->aw_mtx); in fdata_dtor()
173 fuse_lck_mtx_unlock(fdata->ms_mtx); in fdata_dtor()
287 fuse_lck_mtx_unlock(data->ms_mtx); in fuse_device_poll()
321 fuse_lck_mtx_unlock(data->ms_mtx); in fuse_device_read()
328 fuse_lck_mtx_unlock(data->ms_mtx); in fuse_device_read()
333 fuse_lck_mtx_unlock(data->ms_mtx); in fuse_device_read()
349 fuse_lck_mtx_unlock(data->ms_mtx); in fuse_device_read()
501 fuse_lck_mtx_unlock(data->aw_mtx); in fuse_device_write()
H A Dfuse_ipc.c154 fuse_lck_mtx_unlock(data->aw_mtx); in fuse_interrupt_callback()
211 fuse_lck_mtx_unlock(data->ms_mtx); in fuse_interrupt_send()
219 fuse_lck_mtx_unlock(otick->tk_aw_mtx); in fuse_interrupt_send()
225 fuse_lck_mtx_unlock(data->ms_mtx); in fuse_interrupt_send()
469 fuse_lck_mtx_unlock(ftick->tk_aw_mtx); in fticket_wait_answer()
509 fuse_lck_mtx_unlock(ftick->tk_aw_mtx); in fticket_wait_answer()
598 fuse_lck_mtx_unlock(data->ms_mtx); in fdata_set_dead()
646 fuse_lck_mtx_unlock(ftick->tk_data->aw_mtx); in fuse_insert_callback()
674 fuse_lck_mtx_unlock(ftick->tk_data->ms_mtx); in fuse_insert_message()
899 fuse_lck_mtx_unlock(ftick->tk_aw_mtx); in fuse_standard_handler()
[all …]
H A Dfuse.h78 #define FUSE_UNLOCK() fuse_lck_mtx_unlock(fuse_mtx)
89 #define fuse_lck_mtx_unlock(mtx) mtx_unlock(&(mtx)) macro