Home
last modified time | relevance | path

Searched refs:alloc_mutex (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/hfsplus/
H A Dbitmap.c35 mutex_lock(&sbi->alloc_mutex); in hfsplus_block_allocate()
160 mutex_unlock(&sbi->alloc_mutex); in hfsplus_block_allocate()
182 mutex_lock(&sbi->alloc_mutex); in hfsplus_block_free()
237 mutex_unlock(&sbi->alloc_mutex); in hfsplus_block_free()
243 mutex_unlock(&sbi->alloc_mutex); in hfsplus_block_free()
H A Dsuper.c212 mutex_lock(&sbi->alloc_mutex); in hfsplus_sync_fs()
239 mutex_unlock(&sbi->alloc_mutex); in hfsplus_sync_fs()
392 mutex_init(&sbi->alloc_mutex); in hfsplus_fill_super()
H A Dhfsplus_fs.h173 struct mutex alloc_mutex; member
/linux-6.15/mm/
H A Dcma.h42 struct mutex alloc_mutex; member
H A Dcma.c177 mutex_init(&cma->alloc_mutex); in cma_activate_area()
823 mutex_lock(&cma->alloc_mutex); in cma_range_alloc()
825 mutex_unlock(&cma->alloc_mutex); in cma_range_alloc()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dalloc.c64 mutex_lock(&priv->alloc_mutex); in mlx5_dma_zalloc_coherent_node()
70 mutex_unlock(&priv->alloc_mutex); in mlx5_dma_zalloc_coherent_node()
H A Dmain.c1868 mutex_init(&priv->alloc_mutex); in mlx5_mdev_init()
1933 mutex_destroy(&priv->alloc_mutex); in mlx5_mdev_init()
1956 mutex_destroy(&priv->alloc_mutex); in mlx5_mdev_uninit()
/linux-6.15/include/linux/mlx5/
H A Ddriver.h584 struct mutex alloc_mutex; member