Home
last modified time | relevance | path

Searched refs:EBUG_ON (Results 1 – 3 of 3) sorted by relevance

/drivers/md/bcache/
A Dutil.h21 #define EBUG_ON(cond) BUG_ON(cond) macro
27 #define EBUG_ON(cond) do { if (cond) do {} while (0); } while (0) macro
A Dalloc.c642 EBUG_ON(ptr_stale(c, &b->key, i)); in bch_alloc_sectors()
A Dbset.c1312 EBUG_ON(oldsize >= 0 && bch_count_data(b) != oldsize); in bch_btree_sort_partial()

Completed in 12 milliseconds