Home
last modified time | relevance | path

Searched refs:BIO_BUG_ON (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dbio.h19 #define BIO_BUG_ON BUG_ON macro
21 #define BIO_BUG_ON macro
/Linux-v5.4/block/
Dbio.c158 BIO_BUG_ON(idx >= BVEC_POOL_NR); in bvec_free()
551 BIO_BUG_ON(!atomic_read(&bio->__bi_cnt)); in bio_put()