Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbio.h38 #define BIO_BUG_ON BUG_ON macro
40 #define BIO_BUG_ON macro
/linux-4.1.27/block/
Dbio.c163 BIO_BUG_ON(idx >= BIOVEC_NR_POOLS); in bvec_free()
527 BIO_BUG_ON(!atomic_read(&bio->bi_cnt)); in bio_put()