Home
last modified time | relevance | path

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

/linux-6.15/fs/notify/
H A Dmark.c84 static DEFINE_SPINLOCK(destroy_lock);
317 spin_lock(&destroy_lock); in fsnotify_connector_destroy_workfn()
320 spin_unlock(&destroy_lock); in fsnotify_connector_destroy_workfn()
427 spin_lock(&destroy_lock); in fsnotify_put_mark()
430 spin_unlock(&destroy_lock); in fsnotify_put_mark()
439 spin_lock(&destroy_lock); in fsnotify_put_mark()
441 spin_unlock(&destroy_lock); in fsnotify_put_mark()
991 spin_lock(&destroy_lock); in fsnotify_mark_destroy_workfn()
994 spin_unlock(&destroy_lock); in fsnotify_mark_destroy_workfn()
/linux-6.15/drivers/leds/rgb/
H A Dleds-ncp5623.c211 goto destroy_lock; in ncp5623_probe()
215 destroy_lock: in ncp5623_probe()
/linux-6.15/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()