Home
last modified time | relevance | path

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

/linux/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()
/linux/mm/
H A Dcma.h44 struct mutex alloc_mutex; member
H A Dcma.c175 mutex_init(&cma->alloc_mutex); in cma_activate_area()
843 mutex_lock(&cma->alloc_mutex); in cma_range_alloc()
845 mutex_unlock(&cma->alloc_mutex); in cma_range_alloc()