Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbio.h36 #define BIO_BUG_ON BUG_ON macro
38 #define BIO_BUG_ON macro
/Linux-v4.19/block/
Dbio.c170 BIO_BUG_ON(idx >= BVEC_POOL_NR); in bvec_free()
563 BIO_BUG_ON(!atomic_read(&bio->__bi_cnt)); in bio_put()