Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A 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 …]
/linux/drivers/accel/habanalabs/common/
H A Dcontext.c209 spin_lock_init(&ctx->cs_lock); in hl_ctx_init()
363 spin_lock(&ctx->cs_lock); in hl_ctx_get_fence()
367 spin_unlock(&ctx->cs_lock); in hl_ctx_get_fence()
388 spin_lock(&ctx->cs_lock); in hl_ctx_get_fences()
404 spin_unlock(&ctx->cs_lock); in hl_ctx_get_fences()
H A 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()
/linux/drivers/net/wireless/ath/ath10k/
H A Dusb.h95 spinlock_t cs_lock; member