Home
last modified time | relevance | path

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

/Linux-v5.10/net/sunrpc/
Dxprtsock.c694 clear_bit(XPRT_SOCK_DATA_READY, &transport->sock_state); in xs_poll_check_readable()
697 if (!test_and_set_bit(XPRT_SOCK_DATA_READY, &transport->sock_state)) in xs_poll_check_readable()
1013 if (test_bit(XPRT_SOCK_UPD_TIMEOUT, &transport->sock_state)) in xs_tcp_send_request()
1108 clear_bit(XPRT_SOCK_DATA_READY, &transport->sock_state); in xs_sock_reset_state_flags()
1109 clear_bit(XPRT_SOCK_WAKE_ERROR, &transport->sock_state); in xs_sock_reset_state_flags()
1110 clear_bit(XPRT_SOCK_WAKE_WRITE, &transport->sock_state); in xs_sock_reset_state_flags()
1111 clear_bit(XPRT_SOCK_WAKE_DISCONNECT, &transport->sock_state); in xs_sock_reset_state_flags()
1116 set_bit(nr, &transport->sock_state); in xs_run_error_worker()
1364 if (!test_and_set_bit(XPRT_SOCK_DATA_READY, &transport->sock_state)) in xs_data_ready()
1412 clear_bit(XPRT_SOCK_CONNECTING, &transport->sock_state); in xs_tcp_state_change()
[all …]
/Linux-v5.10/include/linux/sunrpc/
Dxprtsock.h55 unsigned long sock_state; member
/Linux-v5.10/include/trace/events/
Dsunrpc.h823 __field(unsigned int, sock_state)
834 __entry->sock_state = socket->sk->sk_state;
848 __entry->sock_state,
849 rpc_show_sock_state(__entry->sock_state)
873 __field(unsigned int, sock_state)
884 __entry->sock_state = socket->sk->sk_state;
900 __entry->sock_state,
901 rpc_show_sock_state(__entry->sock_state)
2035 __field(unsigned long, sock_state)
2042 __entry->sock_state = socket->sk->sk_state;
[all …]
/Linux-v5.10/include/linux/ceph/
Dmessenger.h261 atomic_t sock_state; member
/Linux-v5.10/net/ceph/
Dmessenger.c306 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CLOSED); in con_sock_state_init()
317 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CONNECTING); in con_sock_state_connecting()
328 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CONNECTED); in con_sock_state_connected()
339 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CLOSING); in con_sock_state_closing()
352 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CLOSED); in con_sock_state_closed()