Home
last modified time | relevance | path

Searched refs:error_lock (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/edac/
H A Ddmc520_edac.c170 spinlock_t error_lock; member
384 spin_lock(&pvt->error_lock); in dmc520_handle_dram_ecc_errors()
389 spin_unlock(&pvt->error_lock); in dmc520_handle_dram_ecc_errors()
531 spin_lock_init(&pvt->error_lock); in dmc520_edac_probe()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dprints.c202 static DEFINE_SPINLOCK(error_lock);
211 spin_lock(&error_lock); in prepare_error_buf()
262 spin_unlock(&error_lock); in prepare_error_buf()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dadmin-cmd.c56 spin_lock_irqsave(&ctrl->error_lock, flags); in nvmet_execute_get_log_page_error()
70 spin_unlock_irqrestore(&ctrl->error_lock, flags); in nvmet_execute_get_log_page_error()
159 spin_lock_irqsave(&req->sq->ctrl->error_lock, flags); in nvmet_execute_get_log_page_smart()
162 spin_unlock_irqrestore(&req->sq->ctrl->error_lock, flags); in nvmet_execute_get_log_page_smart()
H A Dcore.c713 spin_lock_irqsave(&ctrl->error_lock, flags); in nvmet_set_error()
725 spin_unlock_irqrestore(&ctrl->error_lock, flags); in nvmet_set_error()
1395 spin_lock_init(&ctrl->error_lock); in nvmet_alloc_ctrl()
H A Dnvmet.h205 spinlock_t error_lock; member
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_fs.c1011 goto error_lock; in ffs_epfile_io()
1081 goto error_lock; in ffs_epfile_io()
1089 goto error_lock; in ffs_epfile_io()
1136 goto error_lock; in ffs_epfile_io()
1147 error_lock: in ffs_epfile_io()
/OK3568_Linux_fs/kernel/include/target/iscsi/
H A Discsi_target_core.h455 spinlock_t error_lock; member
/OK3568_Linux_fs/kernel/drivers/target/iscsi/
H A Discsi_target_util.c198 spin_lock_init(&cmd->error_lock); in iscsit_allocate_cmd()