Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/block/aoe/
Daoedev.c153 if (d->flags & DEVFL_TKILL) in dummy_timer()
267 if (d->flags & DEVFL_TKILL in freedev()
312 skipflags = DEVFL_GDALLOC | DEVFL_NEWSIZE | DEVFL_TKILL; in flush()
330 if (d->flags & DEVFL_TKILL) in flush()
347 d->flags |= DEVFL_TKILL; in flush()
361 if (d->flags & DEVFL_TKILL in flush()
451 if (d->flags & DEVFL_TKILL) { in aoedev_by_aoeaddr()
Daoeblk.c218 if (!(d->flags & DEVFL_UP) || d->flags & DEVFL_TKILL) in aoeblk_open()
223 if (d->flags & DEVFL_UP && !(d->flags & DEVFL_TKILL)) { in aoeblk_open()
348 && !(d->flags & DEVFL_TKILL) in aoeblk_gdalloc()
389 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.c757 if (d->flags & DEVFL_TKILL) { in rexmit_timer()