Home
last modified time | relevance | path

Searched refs:completion_lock (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c410 spinlock_t completion_lock; member
1351 spin_lock_init(&ctx->completion_lock); in io_ring_ctx_alloc()
1509 __must_hold(&req->ctx->completion_lock) in io_kill_timeout()
1540 __must_hold(&ctx->completion_lock) in io_flush_timeouts()
1676 spin_lock(&ctx->completion_lock); in __io_cqring_overflow_flush()
1704 spin_unlock(&ctx->completion_lock); in __io_cqring_overflow_flush()
1838 spin_lock(&ctx->completion_lock); in io_req_complete_post()
1862 spin_unlock(&ctx->completion_lock); in io_req_complete_post()
1932 spin_lock(&ctx->completion_lock); in io_flush_cached_locked_reqs()
1935 spin_unlock(&ctx->completion_lock); in io_flush_cached_locked_reqs()
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Daio.c161 spinlock_t completion_lock; member
437 spin_lock_irqsave(&ctx->completion_lock, flags); in aio_migratepage()
441 spin_unlock_irqrestore(&ctx->completion_lock, flags); in aio_migratepage()
742 spin_lock_init(&ctx->completion_lock); in ioctx_alloc()
988 spin_lock_irq(&ctx->completion_lock); in user_refill_reqs_available()
1009 spin_unlock_irq(&ctx->completion_lock); in user_refill_reqs_available()
1102 spin_lock_irqsave(&ctx->completion_lock, flags); in aio_complete()
1138 spin_unlock_irqrestore(&ctx->completion_lock, flags); in aio_complete()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.megaraid_sas74 1. Removed un-needed completion_lock spinlock calls.
/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_sas.h2359 spinlock_t completion_lock; member
H A Dmegaraid_sas_base.c2275 spin_lock_irqsave(&instance->completion_lock, flags); in megasas_complete_cmd_dpc()
2300 spin_unlock_irqrestore(&instance->completion_lock, flags); in megasas_complete_cmd_dpc()
7332 spin_lock_init(&instance->completion_lock); in megasas_init_ctrl_params()