Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/ata/
A Dlibata-eh.c474 WARN_ON_ONCE(ap->host->eh_owner); in ata_eh_acquire()
475 ap->host->eh_owner = current; in ata_eh_acquire()
490 WARN_ON_ONCE(ap->host->eh_owner != current); in ata_eh_release()
491 ap->host->eh_owner = NULL; in ata_eh_release()
A Dlibata-core.c6454 bool owns_eh = ap && ap->host->eh_owner == current; in ata_msleep()
/linux-6.3-rc2/include/linux/
A Dlibata.h576 struct task_struct *eh_owner; member

Completed in 23 milliseconds