Home
last modified time | relevance | path

Searched refs:sock_state (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/net/sunrpc/
Dxprtsock.c704 clear_bit(XPRT_SOCK_DATA_READY, &transport->sock_state); in xs_poll_check_readable()
707 if (!test_and_set_bit(XPRT_SOCK_DATA_READY, &transport->sock_state)) in xs_poll_check_readable()
1025 if (test_bit(XPRT_SOCK_UPD_TIMEOUT, &transport->sock_state)) in xs_tcp_send_request()
1123 clear_bit(XPRT_SOCK_DATA_READY, &transport->sock_state); in xs_sock_reset_state_flags()
1124 clear_bit(XPRT_SOCK_WAKE_ERROR, &transport->sock_state); in xs_sock_reset_state_flags()
1125 clear_bit(XPRT_SOCK_WAKE_WRITE, &transport->sock_state); in xs_sock_reset_state_flags()
1126 clear_bit(XPRT_SOCK_WAKE_DISCONNECT, &transport->sock_state); in xs_sock_reset_state_flags()
1131 set_bit(nr, &transport->sock_state); in xs_run_error_worker()
1379 if (!test_and_set_bit(XPRT_SOCK_DATA_READY, &transport->sock_state)) in xs_data_ready()
1427 clear_bit(XPRT_SOCK_CONNECTING, &transport->sock_state); in xs_tcp_state_change()
[all …]
/Linux-v5.15/include/linux/sunrpc/
Dxprtsock.h56 unsigned long sock_state; member
/Linux-v5.15/include/trace/events/
Dsunrpc.h801 __field(unsigned int, sock_state)
812 __entry->sock_state = socket->sk->sk_state;
826 __entry->sock_state,
827 rpc_show_sock_state(__entry->sock_state)
851 __field(unsigned int, sock_state)
862 __entry->sock_state = socket->sk->sk_state;
878 __entry->sock_state,
879 rpc_show_sock_state(__entry->sock_state)
2075 __field(unsigned long, sock_state)
2082 __entry->sock_state = socket->sk->sk_state;
[all …]
/Linux-v5.15/net/ceph/
Dmessenger.c283 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CLOSED); in con_sock_state_init()
294 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CONNECTING); in con_sock_state_connecting()
305 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CONNECTED); in con_sock_state_connected()
316 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CLOSING); in con_sock_state_closing()
329 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CLOSED); in con_sock_state_closed()
/Linux-v5.15/include/linux/ceph/
Dmessenger.h437 atomic_t sock_state; member