Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ubifs/
Dcommit.c217 spin_lock(&c->cs_lock); in do_commit()
221 spin_unlock(&c->cs_lock); in do_commit()
228 spin_lock(&c->cs_lock); in do_commit()
231 spin_unlock(&c->cs_lock); in do_commit()
245 spin_lock(&c->cs_lock); in run_bg_commit()
253 spin_unlock(&c->cs_lock); in run_bg_commit()
256 spin_lock(&c->cs_lock); in run_bg_commit()
263 spin_unlock(&c->cs_lock); in run_bg_commit()
270 spin_unlock(&c->cs_lock); in run_bg_commit()
339 spin_lock(&c->cs_lock); in ubifs_commit_required()
[all …]
Dubifs.h1305 spinlock_t cs_lock; member
Dsuper.c2142 spin_lock_init(&c->cs_lock); in alloc_ubifs_info()
/linux-6.12.1/drivers/accel/habanalabs/common/
Dcontext.c210 spin_lock_init(&ctx->cs_lock); in hl_ctx_init()
365 spin_lock(&ctx->cs_lock); in hl_ctx_get_fence()
369 spin_unlock(&ctx->cs_lock); in hl_ctx_get_fence()
390 spin_lock(&ctx->cs_lock); in hl_ctx_get_fences()
406 spin_unlock(&ctx->cs_lock); in hl_ctx_get_fences()
Dcommand_submission.c968 spin_lock(&ctx->cs_lock); in allocate_cs()
1009 spin_unlock(&ctx->cs_lock); in allocate_cs()
1016 spin_unlock(&ctx->cs_lock); in allocate_cs()
Dhabanalabs.h1950 spinlock_t cs_lock; member
/linux-6.12.1/drivers/net/wireless/ath/ath6kl/
Dusb.c66 spinlock_t cs_lock; member
140 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags); in ath6kl_usb_alloc_urb_from_pipe()
148 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags); in ath6kl_usb_alloc_urb_from_pipe()
162 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags); in ath6kl_usb_free_urb_to_pipe()
166 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags); in ath6kl_usb_free_urb_to_pipe()
647 spin_lock_init(&(ar_usb->cs_lock)); in ath6kl_usb_create()
/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dusb.h95 spinlock_t cs_lock; member
Dusb.c45 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags); in ath10k_usb_alloc_urb_from_pipe()
52 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags); in ath10k_usb_alloc_urb_from_pipe()
66 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags); in ath10k_usb_free_urb_to_pipe()
71 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags); in ath10k_usb_free_urb_to_pipe()
942 spin_lock_init(&ar_usb->cs_lock); in ath10k_usb_create()