Home
last modified time | relevance | path

Searched refs:block_lock (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/md/persistent-data/
Ddm-block-manager.c43 struct block_lock { struct
60 static unsigned __find_holder(struct block_lock *lock, in __find_holder() argument
74 static void __add_holder(struct block_lock *lock, struct task_struct *task) in __add_holder()
91 static void __del_holder(struct block_lock *lock, struct task_struct *task) in __del_holder()
98 static int __check_holder(struct block_lock *lock) in __check_holder()
148 static void __wake_many(struct block_lock *lock) in __wake_many()
173 static void bl_init(struct block_lock *lock) in bl_init()
184 static int __available_for_read(struct block_lock *lock) in __available_for_read()
191 static int bl_down_read(struct block_lock *lock) in bl_down_read()
222 static int bl_down_read_nonblock(struct block_lock *lock) in bl_down_read_nonblock()
[all …]
/linux-6.1.9/sound/soc/intel/atom/sst/
Dsst_ipc.c41 spin_lock_bh(&ctx->block_lock); in sst_create_block()
43 spin_unlock_bh(&ctx->block_lock); in sst_create_block()
70 spin_lock_bh(&ctx->block_lock); in sst_wake_up_block()
80 spin_unlock_bh(&ctx->block_lock); in sst_wake_up_block()
85 spin_unlock_bh(&ctx->block_lock); in sst_wake_up_block()
97 spin_lock_bh(&ctx->block_lock); in sst_free_block()
103 spin_unlock_bh(&ctx->block_lock); in sst_free_block()
110 spin_unlock_bh(&ctx->block_lock); in sst_free_block()
Dsst_pvt.c339 spin_lock(&drv->block_lock); in sst_assign_pvt_id()
344 spin_unlock(&drv->block_lock); in sst_assign_pvt_id()
350 spin_unlock(&drv->block_lock); in sst_assign_pvt_id()
Dsst.h387 spinlock_t block_lock; member
Dsst.c221 spin_lock_init(&ctx->block_lock); in sst_init_locks()
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dflowring.c190 spin_lock_irqsave(&flow->block_lock, flags); in brcmf_flowring_block()
194 spin_unlock_irqrestore(&flow->block_lock, flags); in brcmf_flowring_block()
214 spin_unlock_irqrestore(&flow->block_lock, flags); in brcmf_flowring_block()
223 spin_unlock_irqrestore(&flow->block_lock, flags); in brcmf_flowring_block()
367 spin_lock_init(&flow->block_lock); in brcmf_flowring_attach()
Dflowring.h42 spinlock_t block_lock; member