Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugpu.h199 bool vg_recv_msg(VuGpu *g, uint32_t expect_req, uint32_t expect_size,
H A Dvhost-user-gpu.c191 vg_recv_msg(VuGpu *g, uint32_t expect_req, uint32_t expect_size, in vg_recv_msg() argument
204 g_return_val_if_fail(size == expect_size, false); in vg_recv_msg()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_main.c175 int expect_size = 0; in tl_release() local
192 expect_size ++; in tl_release()
200 expect_size++; in tl_release()
216 if (expect_size != set_size) { in tl_release()
218 barrier_nr, set_size, expect_size); in tl_release()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c8122 int test_size, expect_size; in do_test_dedup() local
8127 expect_size = btf_type_size(expect_type); in do_test_dedup()
8129 if (CHECK(test_size != expect_size, in do_test_dedup()
8131 i, test_size, expect_size)) { in do_test_dedup()