Home
last modified time | relevance | path

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

/net/mptcp/
A Dprotocol.h909 static inline bool mptcp_stream_memory_free(const struct sock *sk, int wake) in mptcp_stream_memory_free() argument
915 return (notsent_bytes << wake) < mptcp_notsent_lowat(sk); in mptcp_stream_memory_free()
918 static inline bool __mptcp_stream_is_writeable(const struct sock *sk, int wake) in __mptcp_stream_is_writeable() argument
920 return mptcp_stream_memory_free(sk, wake) && in __mptcp_stream_is_writeable()
921 __sk_stream_is_writeable(sk, wake); in __mptcp_stream_is_writeable()
/net/phonet/
A Dpep.c256 int wake = 0; in pipe_rcv_status() local
277 atomic_set(&pn->tx_credits, wake = 1); in pipe_rcv_status()
283 atomic_set(&pn->tx_credits, wake = 1); in pipe_rcv_status()
291 atomic_add(wake = hdr->data[3], &pn->tx_credits); in pipe_rcv_status()
299 if (wake) in pipe_rcv_status()
/net/rxrpc/
A Dinput.c792 bool wake = false; in rxrpc_input_ack_trailer() local
802 wake = true; in rxrpc_input_ack_trailer()
803 trace_rxrpc_rx_rwind_change(call, sp->hdr.serial, rwind, wake); in rxrpc_input_ack_trailer()
831 if (wake) in rxrpc_input_ack_trailer()
/net/core/
A Dnetdev-genl.c634 netdev_stat_put(rsp, NETDEV_A_QSTATS_TX_WAKE, tx->wake)) in netdev_nl_stats_write_tx()
/net/ceph/
A Dosdmap.c1109 goto wake; in put_workspace()
1115 wake: in put_workspace()
/net/ipv4/
A Dtcp_ipv4.c3485 bool tcp_stream_memory_free(const struct sock *sk, int wake) argument
3491 return (notsent_bytes << wake) < tcp_notsent_lowat(tp);

Completed in 29 milliseconds