Home
last modified time | relevance | path

Searched refs:eh_owner (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/ata/
H A Dlibata-eh.c483 WARN_ON_ONCE(ap->host->eh_owner); in ata_eh_acquire()
484 ap->host->eh_owner = current; in ata_eh_acquire()
500 WARN_ON_ONCE(ap->host->eh_owner != current); in ata_eh_release()
501 ap->host->eh_owner = NULL; in ata_eh_release()
H A Dlibata-core.c1543 const bool owns_eh_mutex = ap->host->eh_owner == current; in ata_exec_internal()
6941 bool owns_eh = ap && ap->host->eh_owner == current; in ata_msleep()
/linux/include/linux/
H A Dlibata.h641 struct task_struct *eh_owner; member