Searched refs:eh_owner (Results 1 - 3 of 3) sorted by last modified time

/linux-master/include/linux/
H A Dlibata.h589 struct task_struct *eh_owner; member in struct:ata_host
/linux-master/drivers/ata/
H A Dlibata-core.c6572 bool owns_eh = ap && ap->host->eh_owner == current;
H A Dlibata-eh.c476 WARN_ON_ONCE(ap->host->eh_owner);
477 ap->host->eh_owner = current;
492 WARN_ON_ONCE(ap->host->eh_owner != current);
493 ap->host->eh_owner = NULL;

Completed in 229 milliseconds