Searched refs:is_writable (Results 1 – 2 of 2) sorted by relevance
193 static int test_wait_fds(int sk[], size_t nr, bool is_writable[], in test_wait_fds() argument205 if (is_writable) in test_wait_fds()206 is_writable[i] = false; in test_wait_fds()241 if (is_writable) in test_wait_fds()242 is_writable[i] = true; in test_wait_fds()260 bool is_writable[ARRAY_SIZE(sk)] = {false}; in test_client_active_rst() local280 err = test_wait_fds(sk, last, is_writable, last, TEST_TIMEOUT_SEC); in test_client_active_rst()312 if (is_writable[i] && err != ECONNRESET) { in test_client_active_rst()317 is_writable[i] ? ", connection was reset" : ""); in test_client_active_rst()
68 static void set_sysctl(bool is_writable) in set_sysctl() argument74 if (is_writable) in set_sysctl()80 static inline void set_sysctl(bool is_writable) { } in set_sysctl() argument