Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
Dblk-rq-qos.h204 bio_set_flag(bio, BIO_TRACKED); in rq_qos_throttle()
Dblk-iolatency.c600 if (!blkg || !bio_flagged(bio, BIO_TRACKED)) in blkcg_iolatency_done_bio()
Dbio.c1437 if (bio->bi_disk && bio_flagged(bio, BIO_TRACKED)) in bio_endio()
/kernel/linux/linux-5.10/include/linux/
Dblk_types.h286 BIO_TRACKED, /* set if bio goes through the rq_qos path */ enumerator