Home
last modified time | relevance | path

Searched refs:timeout_end (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/kernel/bpf/
H A Drqspinlock.c81 u64 timeout_end; member
222 if (!ts->timeout_end) { in check_timeout()
224 ts->timeout_end = time + ts->duration; in check_timeout()
228 if (time > ts->timeout_end) in check_timeout()
269 #define RES_RESET_TIMEOUT(ts, _duration) ({ (ts).timeout_end = 0; (ts).duration = _duration; })
/linux-6.15/tools/testing/vsock/
H A Dcontrol.c138 timeout_end(); in control_writeln()
222 timeout_end(); in control_readln()
H A Dtimeout.h13 void timeout_end(void);
H A Dtimeout.c56 void timeout_end(void) in timeout_end() function
H A Dutil.c137 timeout_end(); in vsock_connect_fd()
228 timeout_end(); in vsock_accept()
293 timeout_end(); in send_buf()
345 timeout_end(); in recv_buf()
H A Dvsock_test.c58 timeout_end(); in test_stream_connection_reset()
97 timeout_end(); in test_stream_bind_only_client()
1198 timeout_end(); in test_double_bind_connect_server()
1285 timeout_end(); in test_unsent_bytes_client()