Lines Matching refs:BUG_ON
293 BUG_ON((unsigned)iter.slot >= (1 << iter.table->bits)); in chash_iter_is_valid()
299 BUG_ON((unsigned)iter.slot >= (1 << iter.table->bits)); in chash_iter_is_empty()
306 BUG_ON((unsigned)iter.slot >= (1 << iter.table->bits)); in chash_iter_set_valid()
312 BUG_ON((unsigned)iter.slot >= (1 << iter.table->bits)); in chash_iter_set_invalid()
317 BUG_ON((unsigned)iter.slot >= (1 << iter.table->bits)); in chash_iter_set_empty()
323 BUG_ON(iter.table->key_size != 4); in chash_iter_key32()
324 BUG_ON((unsigned)iter.slot >= (1 << iter.table->bits)); in chash_iter_key32()
329 BUG_ON(iter.table->key_size != 8); in chash_iter_key64()
330 BUG_ON((unsigned)iter.slot >= (1 << iter.table->bits)); in chash_iter_key64()
335 BUG_ON((unsigned)iter.slot >= (1 << iter.table->bits)); in chash_iter_key()
342 BUG_ON(iter.table->key_size != 4); in chash_iter_hash32()
348 BUG_ON(iter.table->key_size != 8); in chash_iter_hash64()
361 BUG_ON((unsigned)iter.slot >= (1 << iter.table->bits)); in chash_iter_value()