Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_main.c166 int expect_size = 0; in tl_release() local
183 expect_size ++; in tl_release()
191 expect_size++; in tl_release()
207 if (expect_size != set_size) { in tl_release()
209 barrier_nr, set_size, expect_size); in tl_release()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c8265 int test_size, expect_size;
8270 expect_size = btf_type_size(expect_type);
8272 if (CHECK(test_size != expect_size,
8273 "type #%d: test_size:%d != expect_size:%u",
8274 i, test_size, expect_size)) {
8185 int test_size, expect_size; do_test_dedup() local