Searched refs:abort_lock (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/s390/scsi/
H A Dzfcp_scsi.c179 write_lock_irqsave(&adapter->abort_lock, flags);
183 write_unlock_irqrestore(&adapter->abort_lock, flags);
189 /* don't access old fsf_req after releasing the abort_lock */
190 write_unlock_irqrestore(&adapter->abort_lock, flags);
274 * abort_lock secures against other processings - in the abort-function
277 write_lock_irqsave(&adapter->abort_lock, flags);
280 write_unlock_irqrestore(&adapter->abort_lock, flags);
H A Dzfcp_def.h169 rwlock_t abort_lock; /* Protects against SCSI member in struct:zfcp_adapter
H A Dzfcp_aux.c407 rwlock_init(&adapter->abort_lock);
H A Dzfcp_fsf.c2468 read_lock_irqsave(&req->adapter->abort_lock, flags);
2472 read_unlock_irqrestore(&req->adapter->abort_lock, flags);
2514 read_unlock_irqrestore(&req->adapter->abort_lock, flags);
/linux-master/fs/bcachefs/
H A Dbtree_locking.c170 static int abort_lock(struct lock_graph *g, struct trans_waiting_for_lock *i) function
240 ret = abort_lock(g, abort);

Completed in 220 milliseconds