Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/
A Dxprtsock.c706 clear_bit(XPRT_SOCK_DATA_READY, &transport->sock_state); in xs_poll_check_readable()
785 set_bit(XPRT_SOCK_NOSPACE, &transport->sock_state); in xs_nospace()
1129 clear_bit(XPRT_SOCK_DATA_READY, &transport->sock_state); in xs_sock_reset_state_flags()
1130 clear_bit(XPRT_SOCK_WAKE_ERROR, &transport->sock_state); in xs_sock_reset_state_flags()
1131 clear_bit(XPRT_SOCK_WAKE_WRITE, &transport->sock_state); in xs_sock_reset_state_flags()
1133 clear_bit(XPRT_SOCK_NOSPACE, &transport->sock_state); in xs_sock_reset_state_flags()
1138 set_bit(nr, &transport->sock_state); in xs_run_error_worker()
1504 &transport->sock_state)) in xs_tcp_state_change()
2222 set_bit(XPRT_SOCK_UPD_TIMEOUT, &transport->sock_state); in xs_tcp_set_connect_timeout()
2279 set_bit(XPRT_SOCK_CONNECTING, &transport->sock_state); in xs_tcp_finish_connecting()
[all …]
/linux-6.3-rc2/include/linux/sunrpc/
A Dxprtsock.h55 unsigned long sock_state; member
/linux-6.3-rc2/include/trace/events/
A Dsunrpc.h819 __field(unsigned int, sock_state)
836 __entry->sock_state = socket->sk->sk_state;
849 __entry->sock_state,
850 rpc_show_sock_state(__entry->sock_state)
874 __field(unsigned int, sock_state)
891 __entry->sock_state = socket->sk->sk_state;
905 __entry->sock_state,
906 rpc_show_sock_state(__entry->sock_state)
2200 __field(unsigned long, sock_state)
2207 __entry->sock_state = socket->sk->sk_state;
[all …]
/linux-6.3-rc2/net/ceph/
A Dmessenger.c284 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CLOSED); in con_sock_state_init()
295 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CONNECTING); in con_sock_state_connecting()
306 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CONNECTED); in con_sock_state_connected()
317 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CLOSING); in con_sock_state_closing()
330 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CLOSED); in con_sock_state_closed()
/linux-6.3-rc2/include/linux/ceph/
A Dmessenger.h440 atomic_t sock_state; member

Completed in 21 milliseconds