Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/
Dpsock_fanout.c409 const int expect1[], const int expect2[]) in test_datapath() argument
440 ret = sock_fanout_read(fds, rings, expect1); in test_datapath()
/linux-6.12.1/lib/
Dtest_scanf.c606 #define test_number_prefix(T, str, scan_fmt, expect0, expect1, n_args, fn) \ argument
608 const T expect[2] = { expect0, expect1 }; \