Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/ata/
Dlibata-eh.c479 WARN_ON_ONCE(ap->host->eh_owner); in ata_eh_acquire()
480 ap->host->eh_owner = current; in ata_eh_acquire()
495 WARN_ON_ONCE(ap->host->eh_owner != current); in ata_eh_release()
496 ap->host->eh_owner = NULL; in ata_eh_release()
Dlibata-core.c6516 bool owns_eh = ap && ap->host->eh_owner == current; in ata_msleep()
/linux-2.6.39/include/linux/
Dlibata.h535 struct task_struct *eh_owner; member