Searched refs:eh_owner (Results 1 – 3 of 3) sorted by relevance
480 WARN_ON_ONCE(ap->host->eh_owner); in ata_eh_acquire()481 ap->host->eh_owner = current; in ata_eh_acquire()496 WARN_ON_ONCE(ap->host->eh_owner != current); in ata_eh_release()497 ap->host->eh_owner = NULL; in ata_eh_release()
6592 bool owns_eh = ap && ap->host->eh_owner == current; in ata_msleep()
547 struct task_struct *eh_owner; member