Home
last modified time | relevance | path

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

/linux/fs/notify/
H A Dmark.c85 static DEFINE_SPINLOCK(destroy_lock);
380 spin_lock(&destroy_lock); in fsnotify_detach_connector_from_object()
383 spin_unlock(&destroy_lock); in fsnotify_detach_connector_from_object()
493 spin_lock(&destroy_lock); in fsnotify_get_mark_safe()
496 spin_unlock(&destroy_lock); in fsnotify_get_mark_safe()
505 spin_lock(&destroy_lock); in fsnotify_get_mark_safe()
507 spin_unlock(&destroy_lock);
1167 spin_lock(&destroy_lock);
1170 spin_unlock(&destroy_lock);
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c50 spinlock_t destroy_lock; /* protect destroy_list */ member
528 spin_lock(&pool->destroy_lock); in mlx5_crypto_dek_pool_splice_destroy_list()
530 spin_unlock(&pool->destroy_lock); in mlx5_crypto_dek_pool_splice_destroy_list()
700 spin_lock_init(&pool->destroy_lock); in mlx5_crypto_dek_pool_create()