Searched refs:block_lock (Results 1 – 3 of 3) sorted by relevance
43 struct block_lock { struct60 static unsigned int __find_holder(struct block_lock *lock, in __find_holder() argument74 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 …]
190 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()
42 spinlock_t block_lock; member