Home
last modified time | relevance | path

Searched refs:cs_lock (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/fs/ubifs/
Dcommit.c206 spin_lock(&c->cs_lock); in do_commit()
210 spin_unlock(&c->cs_lock); in do_commit()
217 spin_lock(&c->cs_lock); in do_commit()
220 spin_unlock(&c->cs_lock); in do_commit()
234 spin_lock(&c->cs_lock); in run_bg_commit()
242 spin_unlock(&c->cs_lock); in run_bg_commit()
245 spin_lock(&c->cs_lock); in run_bg_commit()
252 spin_unlock(&c->cs_lock); in run_bg_commit()
259 spin_unlock(&c->cs_lock); in run_bg_commit()
328 spin_lock(&c->cs_lock); in ubifs_commit_required()
[all …]
Dubifs.h1284 spinlock_t cs_lock; member
Dsuper.c2088 spin_lock_init(&c->cs_lock); in alloc_ubifs_info()
/Linux-v5.4/drivers/misc/habanalabs/
Dcontext.c126 spin_lock_init(&ctx->cs_lock); in hl_ctx_init()
176 spin_lock(&ctx->cs_lock); in hl_ctx_get_fence()
182 spin_unlock(&ctx->cs_lock); in hl_ctx_get_fence()
191 spin_unlock(&ctx->cs_lock); in hl_ctx_get_fence()
197 spin_unlock(&ctx->cs_lock); in hl_ctx_get_fence()
Dcommand_submission.c314 spin_lock(&ctx->cs_lock); in allocate_cs()
319 spin_unlock(&ctx->cs_lock); in allocate_cs()
339 spin_unlock(&ctx->cs_lock); in allocate_cs()
Dhabanalabs.h659 spinlock_t cs_lock; member
/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
Dusb.c66 spinlock_t cs_lock; member
139 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags); in ath6kl_usb_alloc_urb_from_pipe()
147 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags); in ath6kl_usb_alloc_urb_from_pipe()
161 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags); in ath6kl_usb_free_urb_to_pipe()
165 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags); in ath6kl_usb_free_urb_to_pipe()
634 spin_lock_init(&(ar_usb->cs_lock)); in ath6kl_usb_create()
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dusb.h94 spinlock_t cs_lock; member
Dusb.c41 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags); in ath10k_usb_alloc_urb_from_pipe()
48 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags); in ath10k_usb_alloc_urb_from_pipe()
58 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags); in ath10k_usb_free_urb_to_pipe()
63 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags); in ath10k_usb_free_urb_to_pipe()
932 spin_lock_init(&ar_usb->cs_lock); in ath10k_usb_create()