Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dpsock_fanout.c411 const int expect0[] = { 0, 0 }; in test_datapath() local
435 sock_fanout_read(fds, rings, expect0); in test_datapath()
/linux/lib/
H A Dtest_scanf.c606 #define test_number_prefix(T, str, scan_fmt, expect0, expect1, n_args, fn) \ argument
608 const T expect[2] = { expect0, expect1 }; \