Home
last modified time | relevance | path

Searched refs:pthread_mutex_unlock (Results 1 – 25 of 69) sorted by relevance

123

/f-stack/freebsd/contrib/openzfs/lib/libspl/asm-generic/
H A Datomic.c48 VERIFY3S(pthread_mutex_unlock(&atomic_lock), ==, 0); \
66 VERIFY3S(pthread_mutex_unlock(&atomic_lock), ==, 0); \ in ATOMIC_INC()
84 VERIFY3S(pthread_mutex_unlock(&atomic_lock), ==, 0); \
101 VERIFY3S(pthread_mutex_unlock(&atomic_lock), ==, 0);
127 VERIFY3S(pthread_mutex_unlock(&atomic_lock), ==, 0); in ATOMIC_SUB()
237 VERIFY3S(pthread_mutex_unlock(&atomic_lock), ==, 0);
269 VERIFY3S(pthread_mutex_unlock(&atomic_lock), ==, 0); in ATOMIC_SUB_NV()
349 VERIFY3S(pthread_mutex_unlock(&atomic_lock), ==, 0);
388 VERIFY3S(pthread_mutex_unlock(&atomic_lock), ==, 0); in ATOMIC_SWAP()
406 VERIFY3S(pthread_mutex_unlock(&atomic_lock), ==, 0); in atomic_set_long_excl()
[all …]
/f-stack/dpdk/lib/librte_vhost/
H A Dfd_man.c66 pthread_mutex_unlock(&pfdset->fd_mutex); in fdset_shrink()
134 pthread_mutex_unlock(&pfdset->fd_pooling_mutex); in fdset_add()
137 pthread_mutex_unlock(&pfdset->fd_mutex); in fdset_add()
143 pthread_mutex_unlock(&pfdset->fd_mutex); in fdset_add()
173 pthread_mutex_unlock(&pfdset->fd_mutex); in fdset_del()
198 pthread_mutex_unlock(&pfdset->fd_mutex); in fdset_try_del()
208 pthread_mutex_unlock(&pfdset->fd_mutex); in fdset_try_del()
249 pthread_mutex_unlock(&pfdset->fd_mutex); in fdset_event_dispatch()
267 pthread_mutex_unlock(&pfdset->fd_mutex); in fdset_event_dispatch()
272 pthread_mutex_unlock(&pfdset->fd_mutex); in fdset_event_dispatch()
[all …]
H A Dsocket.c593 pthread_mutex_unlock(&vhost_user.mutex); in rte_vhost_driver_attach_vdpa_device()
607 pthread_mutex_unlock(&vhost_user.mutex); in rte_vhost_driver_detach_vdpa_device()
622 pthread_mutex_unlock(&vhost_user.mutex); in rte_vhost_driver_get_vdpa_device()
642 pthread_mutex_unlock(&vhost_user.mutex); in rte_vhost_driver_disable_features()
665 pthread_mutex_unlock(&vhost_user.mutex); in rte_vhost_driver_enable_features()
686 pthread_mutex_unlock(&vhost_user.mutex); in rte_vhost_driver_set_features()
725 pthread_mutex_unlock(&vhost_user.mutex); in rte_vhost_driver_get_features()
739 pthread_mutex_unlock(&vhost_user.mutex); in rte_vhost_driver_set_protocol_features()
780 pthread_mutex_unlock(&vhost_user.mutex); in rte_vhost_driver_get_protocol_features()
818 pthread_mutex_unlock(&vhost_user.mutex); in rte_vhost_driver_get_queue_num()
[all …]
/f-stack/app/redis-5.0.5/src/
H A Datomicvar.h107 pthread_mutex_unlock(&var ## _mutex); \
113 pthread_mutex_unlock(&var ## _mutex); \
118 pthread_mutex_unlock(&var ## _mutex); \
123 pthread_mutex_unlock(&var ## _mutex); \
128 pthread_mutex_unlock(&var ## _mutex); \
H A Dbio.c142 pthread_mutex_unlock(&bio_mutex[type]); in bioCreateBackgroundJob()
184 pthread_mutex_unlock(&bio_mutex[type]); in bioProcessBackgroundJobs()
223 pthread_mutex_unlock(&bio_mutex[type]); in bioPendingJobsOfType()
245 pthread_mutex_unlock(&bio_mutex[type]); in bioWaitStepOfType()
/f-stack/freebsd/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c55 pthread_mutex_unlock(&thread_pool_lock); in delete_pool()
79 pthread_mutex_unlock(&tpool->tp_mutex); in worker_cleanup()
86 pthread_mutex_unlock(&tpool->tp_mutex); in worker_cleanup()
189 pthread_mutex_unlock(&tpool->tp_mutex); in tpool_worker()
399 pthread_mutex_unlock(&thread_pool_lock); in tpool_create()
441 pthread_mutex_unlock(&tpool->tp_mutex); in tpool_dispatch()
450 pthread_mutex_unlock(&tpool->tp_mutex); in tpool_cleanup()
542 pthread_mutex_unlock(&tpool->tp_mutex); in tpool_suspend()
554 pthread_mutex_unlock(&tpool->tp_mutex); in tpool_suspended()
579 pthread_mutex_unlock(&tpool->tp_mutex); in tpool_resume()
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_misc.c93 (void) pthread_mutex_unlock(&uu_key_lock); in uu_set_error()
198 (void) pthread_mutex_unlock(&uu_panic_lock); in uu_panic()
225 (void) pthread_mutex_unlock(&uu_panic_lock); in uu_release()
227 (void) pthread_mutex_unlock(&uu_key_lock); in uu_release()
H A Duu_avl.c108 (void) pthread_mutex_unlock(&uu_apool_list_lock); in uu_avl_pool_create()
130 (void) pthread_mutex_unlock(&uu_apool_list_lock); in uu_avl_pool_destroy()
243 (void) pthread_mutex_unlock(&pp->uap_lock); in uu_avl_create()
267 (void) pthread_mutex_unlock(&pp->uap_lock); in uu_avl_destroy()
567 (void) pthread_mutex_unlock(&pp->uap_lock); in uu_avl_release()
568 (void) pthread_mutex_unlock(&uu_apool_list_lock); in uu_avl_release()
H A Duu_list.c104 (void) pthread_mutex_unlock(&uu_lpool_list_lock); in uu_list_pool_create()
126 (void) pthread_mutex_unlock(&uu_lpool_list_lock); in uu_list_pool_destroy()
225 (void) pthread_mutex_unlock(&pp->ulp_lock); in uu_list_create()
255 (void) pthread_mutex_unlock(&pp->ulp_lock); in uu_list_destroy()
716 (void) pthread_mutex_unlock(&pp->ulp_lock); in uu_list_release()
717 (void) pthread_mutex_unlock(&uu_lpool_list_lock); in uu_list_release()
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Ddpaa_sys.c30 ret = pthread_mutex_unlock(&process_irq_lock); in process_interrupt_install()
41 ret = pthread_mutex_unlock(&process_irq_lock); in process_interrupt_remove()
57 ret = pthread_mutex_unlock(&process_irq_lock); in process_interrupt_find()
/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_mp.c333 pthread_mutex_unlock(&mp_request_list.lock); in handle_request()
336 pthread_mutex_unlock(&mp_request_list.lock); in handle_request()
485 pthread_mutex_unlock(&mp_request_list.lock); in handle_sync_response()
488 pthread_mutex_unlock(&mp_request_list.lock); in handle_sync_response()
534 pthread_mutex_unlock(&mp_request_list.lock); in handle_rollback_response()
537 pthread_mutex_unlock(&mp_request_list.lock); in handle_rollback_response()
562 pthread_mutex_unlock(&mp_request_list.lock); in handle_response()
713 pthread_mutex_unlock(&mp_request_list.lock); in request_to_primary()
716 pthread_mutex_unlock(&mp_request_list.lock); in request_to_primary()
H A Deal_common_proc.c227 pthread_mutex_unlock(&mp_mutex_action); in rte_mp_action_register()
233 pthread_mutex_unlock(&mp_mutex_action); in rte_mp_action_register()
255 pthread_mutex_unlock(&mp_mutex_action); in rte_mp_action_unregister()
259 pthread_mutex_unlock(&mp_mutex_action); in rte_mp_action_unregister()
346 pthread_mutex_unlock(&pending_requests.lock); in process_msg()
357 pthread_mutex_unlock(&mp_mutex_action); in process_msg()
532 pthread_mutex_unlock(&pending_requests.lock); in async_reply_handle()
1004 pthread_mutex_unlock(&pending_requests.lock); in rte_mp_request_sync()
1044 pthread_mutex_unlock(&pending_requests.lock); in rte_mp_request_sync()
1189 pthread_mutex_unlock(&pending_requests.lock); in rte_mp_request_async()
[all …]
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_irq.c36 pthread_mutex_unlock(&bp->def_cp_lock); in bnxt_int_handler()
41 pthread_mutex_unlock(&bp->def_cp_lock); in bnxt_int_handler()
61 pthread_mutex_unlock(&bp->def_cp_lock); in bnxt_int_handler()
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.c386 pthread_mutex_unlock(&ulp_fc_info->fc_lock); in ulp_fc_mgr_alarm_cb()
417 pthread_mutex_unlock(&ulp_fc_info->fc_lock); in ulp_fc_mgr_alarm_cb()
511 pthread_mutex_unlock(&ulp_fc_info->fc_lock); in ulp_fc_mgr_cntr_set()
545 pthread_mutex_unlock(&ulp_fc_info->fc_lock); in ulp_fc_mgr_cntr_reset()
624 pthread_mutex_unlock(&ulp_fc_info->fc_lock); in ulp_fc_mgr_query_count_get()
675 pthread_mutex_unlock(&ulp_fc_info->fc_lock); in ulp_fc_mgr_cntr_parent_flow_set()
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c265 (void) pthread_mutex_unlock(&agent_lock); in zfs_agent_post_event()
333 (void) pthread_mutex_unlock(&agent_lock); in zfs_agent_consumer_thread()
342 (void) pthread_mutex_unlock(&agent_lock); in zfs_agent_consumer_thread()
353 (void) pthread_mutex_unlock(&agent_lock); in zfs_agent_consumer_thread()
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_event.c283 pthread_mutex_unlock(&priv->timer_lock); in mlx5_vdpa_poll_handle()
314 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_poll_handle()
320 pthread_mutex_unlock(&priv->timer_lock); in mlx5_vdpa_poll_handle()
330 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_poll_handle()
365 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_interrupt_handler()
385 pthread_mutex_unlock(&priv->timer_lock); in mlx5_vdpa_interrupt_handler()
386 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_interrupt_handler()
448 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_err_interrupt_handler()
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c86 pthread_mutex_unlock(&print_lock); in helloworld_pthread()
94 pthread_mutex_unlock(&exit_lock); in helloworld_pthread()
/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c260 pthread_mutex_unlock(&self->mbox_mutex); in aq_fw2x_get_mac_permanent()
289 pthread_mutex_unlock(&self->mbox_mutex); in aq_fw2x_update_stats()
320 pthread_mutex_unlock(&self->mbox_mutex); in aq_fw2x_get_temp()
608 pthread_mutex_unlock(&self->mbox_mutex); in aq_fw2x_get_eeprom()
697 pthread_mutex_unlock(&self->mbox_mutex); in aq_fw2x_set_eeprom()
745 pthread_mutex_unlock(&self->mbox_mutex); in aq_fw2x_send_macsec_request()
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dthreading.h91 #define ZSTD_pthread_mutex_unlock(a) pthread_mutex_unlock((a))
116 #define ZSTD_pthread_mutex_unlock(a) pthread_mutex_unlock(*(a))
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c149 pthread_mutex_unlock(&dev->mutex); in virtio_user_dev_set_features()
194 pthread_mutex_unlock(&dev->mutex); in virtio_user_start_device()
199 pthread_mutex_unlock(&dev->mutex); in virtio_user_start_device()
232 pthread_mutex_unlock(&dev->mutex); in virtio_user_stop_device()
361 pthread_mutex_unlock(&dev->mutex); in virtio_user_mem_event_cb()
836 pthread_mutex_unlock(&dev->mutex); in virtio_user_dev_set_status()
889 pthread_mutex_unlock(&dev->mutex); in virtio_user_dev_update_status()
/f-stack/freebsd/contrib/openzfs/lib/libspl/os/linux/
H A Dgetexecname.c57 (void) pthread_mutex_unlock(&mtx); in getexecname()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c221 pthread_mutex_unlock(rn->rn_lock); in zpool_open_func()
226 pthread_mutex_unlock(rn->rn_lock); in zpool_open_func()
247 pthread_mutex_unlock(rn->rn_lock); in zpool_open_func()
252 pthread_mutex_unlock(rn->rn_lock); in zpool_open_func()
383 pthread_mutex_unlock(lock); in zpool_find_import_blkid()
/f-stack/freebsd/contrib/openzfs/lib/libspl/os/freebsd/
H A Dgetexecname.c69 (void) pthread_mutex_unlock(&mtx); in getexecname()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/src/
H A Dmtx.c66 pthread_mutex_unlock(&mtx->lock); in mtx_unlock()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_thread_mutex.c152 err = pthread_mutex_unlock(mtx); in ngx_thread_mutex_unlock()

123