Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbio.h17 #define BIO_BUG_ON BUG_ON macro
19 #define BIO_BUG_ON macro
/kernel/linux/linux-5.10/block/
Dbio.c160 BIO_BUG_ON(idx >= BVEC_POOL_NR); in bvec_free()
653 BIO_BUG_ON(!atomic_read(&bio->__bi_cnt)); in bio_put()