| /Linux-v6.6/drivers/crypto/virtio/ |
| D | virtio_crypto_mgr.c | 18 static DEFINE_MUTEX(table_lock); 37 mutex_lock(&table_lock); in virtcrypto_devmgr_add_dev() 41 mutex_unlock(&table_lock); in virtcrypto_devmgr_add_dev() 50 mutex_unlock(&table_lock); in virtcrypto_devmgr_add_dev() 57 mutex_unlock(&table_lock); in virtcrypto_devmgr_add_dev() 78 mutex_lock(&table_lock); in virtcrypto_devmgr_rm_dev() 81 mutex_unlock(&table_lock); in virtcrypto_devmgr_rm_dev() 98 mutex_lock(&table_lock); in virtcrypto_devmgr_get_first() 103 mutex_unlock(&table_lock); in virtcrypto_devmgr_get_first() 191 mutex_lock(&table_lock); in virtcrypto_get_dev_node() [all …]
|
| /Linux-v6.6/drivers/crypto/intel/qat/qat_common/ |
| D | adf_dev_mgr.c | 10 static DEFINE_MUTEX(table_lock); 73 mutex_lock(&table_lock); in adf_clean_vf_map() 87 mutex_unlock(&table_lock); in adf_clean_vf_map() 151 mutex_lock(&table_lock); in adf_devmgr_add_dev() 228 mutex_unlock(&table_lock); in adf_devmgr_add_dev() 251 mutex_lock(&table_lock); in adf_devmgr_rm_dev() 275 mutex_unlock(&table_lock); in adf_devmgr_rm_dev() 302 mutex_lock(&table_lock); in adf_devmgr_pci_to_accel_dev() 308 mutex_unlock(&table_lock); in adf_devmgr_pci_to_accel_dev() 312 mutex_unlock(&table_lock); in adf_devmgr_pci_to_accel_dev() [all …]
|
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
| D | hw_table.c | 34 struct mutex table_lock; /* Serializes sf deletion and vhca state change handler. */ member 122 mutex_lock(&table->table_lock); in mlx5_sf_hw_table_sf_alloc() 148 mutex_unlock(&table->table_lock); in mlx5_sf_hw_table_sf_alloc() 156 mutex_unlock(&table->table_lock); in mlx5_sf_hw_table_sf_alloc() 165 mutex_lock(&table->table_lock); in mlx5_sf_hw_table_sf_free() 169 mutex_unlock(&table->table_lock); in mlx5_sf_hw_table_sf_free() 192 mutex_lock(&table->table_lock); in mlx5_sf_hw_table_sf_deferred_free() 205 mutex_unlock(&table->table_lock); in mlx5_sf_hw_table_sf_deferred_free() 303 mutex_init(&table->table_lock); in mlx5_sf_hw_table_init() 323 mutex_destroy(&table->table_lock); in mlx5_sf_hw_table_init() [all …]
|
| /Linux-v6.6/drivers/net/wireguard/ |
| D | ratelimiter.c | 14 static spinlock_t table_lock = __SPIN_LOCK_UNLOCKED("ratelimiter_table_lock"); variable 63 spin_lock(&table_lock); in wg_ratelimiter_gc_entries() 76 spin_unlock(&table_lock); in wg_ratelimiter_gc_entries() 148 spin_lock(&table_lock); in wg_ratelimiter_allow() 150 spin_unlock(&table_lock); in wg_ratelimiter_allow()
|
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/ |
| D | dev.c | 21 struct mutex table_lock; /* Serializes sf life cycle and vhca state change handler */ member 175 mutex_lock(&table->table_lock); in mlx5_sf_dev_state_change_handler() 199 mutex_unlock(&table->table_lock); in mlx5_sf_dev_state_change_handler() 252 mutex_lock(&table->table_lock); in mlx5_sf_dev_add_active_work() 267 mutex_unlock(&table->table_lock); in mlx5_sf_dev_add_active_work() 321 mutex_init(&table->table_lock); in mlx5_sf_dev_table_create() 370 mutex_destroy(&table->table_lock); in mlx5_sf_dev_table_destroy()
|
| /Linux-v6.6/drivers/thermal/intel/ |
| D | intel_hfi.c | 125 raw_spinlock_t table_lock; member 173 raw_spin_lock_irq(&hfi_instance->table_lock); in get_hfi_caps() 191 raw_spin_unlock_irq(&hfi_instance->table_lock); in get_hfi_caps() 302 raw_spin_lock(&hfi_instance->table_lock); in intel_hfi_process_event() 317 raw_spin_unlock(&hfi_instance->table_lock); in intel_hfi_process_event() 436 raw_spin_lock_init(&hfi_instance->table_lock); in intel_hfi_online()
|
| /Linux-v6.6/drivers/gpu/drm/ |
| D | drm_gem.c | 281 spin_lock(&filp->table_lock); in drm_gem_handle_delete() 285 spin_unlock(&filp->table_lock); in drm_gem_handle_delete() 293 spin_lock(&filp->table_lock); in drm_gem_handle_delete() 295 spin_unlock(&filp->table_lock); in drm_gem_handle_delete() 374 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail() 378 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail() 403 spin_lock(&file_priv->table_lock); in drm_gem_handle_create_tail() 405 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create_tail() 662 spin_lock(&filp->table_lock); in objects_lookup() 674 spin_unlock(&filp->table_lock); in objects_lookup() [all …]
|
| D | drm_file.c | 930 spin_lock(&file->table_lock); in drm_show_memory_stats() 965 spin_unlock(&file->table_lock); in drm_show_memory_stats()
|
| /Linux-v6.6/drivers/net/ethernet/intel/ice/ |
| D | ice_eswitch.c | 200 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_release_reprs() 231 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_setup_reprs() 435 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_napi_del() 450 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_napi_enable() 465 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_napi_disable() 659 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_start_all_tx_queues() 679 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_stop_all_tx_queues()
|
| D | ice_sriov.c | 35 lockdep_assert_held(&vfs->table_lock); in ice_free_vf_entries() 173 mutex_lock(&vfs->table_lock); in ice_free_vfs() 209 mutex_unlock(&vfs->table_lock); in ice_free_vfs() 467 lockdep_assert_held(&pf->vfs.table_lock); in ice_set_per_vf_res() 570 lockdep_assert_held(&pf->vfs.table_lock); in ice_start_vfs() 797 lockdep_assert_held(&vfs->table_lock); in ice_create_vf_entries() 848 mutex_lock(&pf->vfs.table_lock); in ice_ena_vfs() 883 mutex_unlock(&pf->vfs.table_lock); in ice_ena_vfs() 890 mutex_unlock(&pf->vfs.table_lock); in ice_ena_vfs() 1013 mutex_lock(&pf->vfs.table_lock); in ice_process_vflr_event() [all …]
|
| D | ice_repr.c | 382 lockdep_assert_held(&pf->vfs.table_lock); in ice_repr_rem_from_all_vfs() 407 lockdep_assert_held(&pf->vfs.table_lock); in ice_repr_add_for_all_vfs()
|
| D | ice_vf_lib.c | 726 mutex_lock(&pf->vfs.table_lock); in ice_reset_all_vfs() 734 mutex_unlock(&pf->vfs.table_lock); in ice_reset_all_vfs() 786 mutex_unlock(&pf->vfs.table_lock); in ice_reset_all_vfs()
|
| D | ice_vf_lib.h | 72 struct mutex table_lock; /* Lock for protecting the hash table */ member
|
| D | ice_virtchnl.c | 184 mutex_lock(&pf->vfs.table_lock); in ice_vc_vf_broadcast() 197 mutex_unlock(&pf->vfs.table_lock); in ice_vc_vf_broadcast() 259 mutex_lock(&pf->vfs.table_lock); in ice_vc_notify_link_state() 262 mutex_unlock(&pf->vfs.table_lock); in ice_vc_notify_link_state()
|
| D | ice_devlink.c | 754 mutex_lock(&pf->vfs.table_lock); in ice_tear_down_devlink_rate_tree() 759 mutex_unlock(&pf->vfs.table_lock); in ice_tear_down_devlink_rate_tree()
|
| D | ice_virtchnl_fdir.c | 1675 mutex_lock(&pf->vfs.table_lock); in ice_flush_fdir_ctx() 1732 mutex_unlock(&pf->vfs.table_lock); in ice_flush_fdir_ctx()
|
| D | ice_main.c | 567 mutex_lock(&pf->vfs.table_lock); in ice_prepare_for_reset() 570 mutex_unlock(&pf->vfs.table_lock); in ice_prepare_for_reset() 1821 mutex_lock(&pf->vfs.table_lock); in ice_handle_mdd_event() 1875 mutex_unlock(&pf->vfs.table_lock); in ice_handle_mdd_event() 3816 mutex_destroy(&pf->vfs.table_lock); in ice_deinit_pf() 3918 mutex_init(&pf->vfs.table_lock); in ice_init_pf()
|
| /Linux-v6.6/drivers/usb/serial/ |
| D | usb-serial.c | 53 static DEFINE_MUTEX(table_lock); 66 mutex_lock(&table_lock); in usb_serial_port_get_by_minor() 80 mutex_unlock(&table_lock); in usb_serial_port_get_by_minor() 92 mutex_lock(&table_lock); in allocate_minors() 103 mutex_unlock(&table_lock); in allocate_minors() 109 mutex_unlock(&table_lock); in allocate_minors() 117 mutex_lock(&table_lock); in release_minors() 120 mutex_unlock(&table_lock); in release_minors() 975 mutex_lock(&table_lock); in usb_serial_probe() 978 mutex_unlock(&table_lock); in usb_serial_probe() [all …]
|
| /Linux-v6.6/drivers/staging/greybus/ |
| D | uart.c | 71 static DEFINE_MUTEX(table_lock); 344 mutex_lock(&table_lock); in get_gb_by_minor() 356 mutex_unlock(&table_lock); in get_gb_by_minor() 364 mutex_lock(&table_lock); in alloc_minor() 366 mutex_unlock(&table_lock); in alloc_minor() 377 mutex_lock(&table_lock); in release_minor() 379 mutex_unlock(&table_lock); in release_minor()
|
| /Linux-v6.6/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_gem.c | 261 spin_lock(&file->table_lock); in vmw_debugfs_gem_info_show() 267 spin_unlock(&file->table_lock); in vmw_debugfs_gem_info_show()
|
| /Linux-v6.6/drivers/md/ |
| D | dm-cache-metadata.c | 799 static DEFINE_MUTEX(table_lock); 823 mutex_lock(&table_lock); in lookup_or_open() 825 mutex_unlock(&table_lock); in lookup_or_open() 833 mutex_lock(&table_lock); in lookup_or_open() 836 mutex_unlock(&table_lock); in lookup_or_open() 842 mutex_unlock(&table_lock); in lookup_or_open() 880 mutex_lock(&table_lock); in dm_cache_metadata_close() 882 mutex_unlock(&table_lock); in dm_cache_metadata_close()
|
| /Linux-v6.6/include/drm/ |
| D | drm_file.h | 288 spinlock_t table_lock; member
|
| /Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_gem.c | 145 spin_lock(&file->table_lock); in amdgpu_gem_force_release() 151 spin_unlock(&file->table_lock); in amdgpu_gem_force_release() 979 spin_lock(&file->table_lock); in amdgpu_debugfs_gem_info_show() 985 spin_unlock(&file->table_lock); in amdgpu_debugfs_gem_info_show()
|
| /Linux-v6.6/drivers/gpu/drm/etnaviv/ |
| D | etnaviv_gem_submit.c | 63 spin_lock(&file->table_lock); in submit_lookup_objects() 106 spin_unlock(&file->table_lock); in submit_lookup_objects()
|
| /Linux-v6.6/drivers/gpu/drm/msm/ |
| D | msm_gem_submit.c | 151 spin_lock(&file->table_lock); in submit_lookup_objects() 172 spin_unlock(&file->table_lock); in submit_lookup_objects()
|