Home
last modified time | relevance | path

Searched refs:DEVFL_TKILL (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/block/aoe/
Daoedev.c153 if (d->flags & DEVFL_TKILL) in dummy_timer()
267 if (d->flags & DEVFL_TKILL in freedev()
313 skipflags = DEVFL_GDALLOC | DEVFL_NEWSIZE | DEVFL_TKILL; in flush()
331 if (d->flags & DEVFL_TKILL) in flush()
348 d->flags |= DEVFL_TKILL; in flush()
362 if (d->flags & DEVFL_TKILL in flush()
452 if (d->flags & DEVFL_TKILL) { in aoedev_by_aoeaddr()
Daoeblk.c231 if (!(d->flags & DEVFL_UP) || d->flags & DEVFL_TKILL) in aoeblk_open()
236 if (d->flags & DEVFL_UP && !(d->flags & DEVFL_TKILL)) { in aoeblk_open()
356 && !(d->flags & DEVFL_TKILL) in aoeblk_gdalloc()
405 WARN_ON(d->flags & DEVFL_TKILL); in aoeblk_gdalloc()
Daoe.h75 DEVFL_TKILL = (1<<1), /* flag for timer to know when to kill self */ enumerator
Daoecmd.c750 if (d->flags & DEVFL_TKILL) { in rexmit_timer()