Home
last modified time | relevance | path

Searched refs:sk_sleep (Results 1 – 25 of 56) sorted by relevance

123

/Linux-v4.19/net/atm/
Dsvc.c56 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_disconnect()
61 finish_wait(sk_sleep(sk), &wait); in svc_disconnect()
132 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_bind()
137 finish_wait(sk_sleep(sk), &wait); in svc_bind()
214 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_connect()
218 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect()
237 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect()
244 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect()
255 finish_wait(sk_sleep(sk), &wait); in svc_connect()
303 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_listen()
[all …]
/Linux-v4.19/net/core/
Dstream.c73 add_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_connect()
79 remove_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_connect()
101 add_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_close()
108 remove_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_close()
129 add_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_memory()
166 remove_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_memory()
Ddatagram.c91 prepare_to_wait_exclusive(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in __skb_wait_for_more_packets()
120 finish_wait(sk_sleep(sk), &wait); in __skb_wait_for_more_packets()
/Linux-v4.19/net/vmw_vsock/
Daf_vsock.c866 poll_wait(file, sk_sleep(sk), wait); in vsock_poll()
1216 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_stream_connect()
1251 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_stream_connect()
1263 finish_wait(sk_sleep(sk), &wait); in vsock_stream_connect()
1298 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); in vsock_accept()
1304 finish_wait(sk_sleep(listener), &wait); in vsock_accept()
1315 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); in vsock_accept()
1317 finish_wait(sk_sleep(listener), &wait); in vsock_accept()
1591 add_wait_queue(sk_sleep(sk), &wait); in vsock_stream_sendmsg()
1600 remove_wait_queue(sk_sleep(sk), &wait); in vsock_stream_sendmsg()
[all …]
/Linux-v4.19/net/bluetooth/
Daf_bluetooth.c294 add_wait_queue(sk_sleep(sk), &wait); in bt_sock_data_wait()
315 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_data_wait()
448 poll_wait(file, sk_sleep(sk), wait); in bt_sock_poll()
539 add_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_state()
562 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_state()
578 add_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_ready()
601 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_ready()
/Linux-v4.19/net/bluetooth/cmtp/
Dcore.c289 add_wait_queue(sk_sleep(sk), &wait); in cmtp_session()
311 remove_wait_queue(sk_sleep(sk), &wait); in cmtp_session()
395 wake_up_interruptible(sk_sleep(session->sock->sk)); in cmtp_add_connection()
437 wake_up_interruptible(sk_sleep(session->sock->sk)); in cmtp_del_connection()
/Linux-v4.19/net/bluetooth/bnep/
Dnetdev.c105 wake_up_interruptible(sk_sleep(sk)); in bnep_net_set_mc_list()
193 wake_up_interruptible(sk_sleep(sk)); in bnep_net_xmit()
Dcore.c490 add_wait_queue(sk_sleep(sk), &wait); in bnep_session()
517 remove_wait_queue(sk_sleep(sk), &wait); in bnep_session()
528 wake_up_interruptible(sk_sleep(s->sock->sk)); in bnep_session()
665 wake_up_interruptible(sk_sleep(s->sock->sk)); in bnep_del_connection()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.h156 wake_up_interruptible(sk_sleep(sk)); in sk_wakeup_sleepers()
158 wake_up_all(sk_sleep(sk)); in sk_wakeup_sleepers()
/Linux-v4.19/net/decnet/
Daf_decnet.c836 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dn_confirm_accept()
854 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dn_confirm_accept()
856 finish_wait(sk_sleep(sk), &wait); in dn_confirm_accept()
877 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dn_wait_run()
895 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dn_wait_run()
897 finish_wait(sk_sleep(sk), &wait); in dn_wait_run()
1046 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dn_wait_for_connect()
1066 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dn_wait_for_connect()
1068 finish_wait(sk_sleep(sk), &wait); in dn_wait_for_connect()
1755 add_wait_queue(sk_sleep(sk), &wait); in dn_recvmsg()
[all …]
/Linux-v4.19/net/caif/
Dcaif_socket.c315 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in caif_stream_data_wait()
337 finish_wait(sk_sleep(sk), &wait); in caif_stream_data_wait()
480 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in caif_wait_for_flow_on()
492 finish_wait(sk_sleep(sk), &wait); in caif_wait_for_flow_on()
870 timeo = wait_event_interruptible_timeout(*sk_sleep(sk), in caif_connect()
927 wake_up_interruptible_poll(sk_sleep(sk), EPOLLERR|EPOLLHUP); in caif_release()
/Linux-v4.19/net/bluetooth/hidp/
Dcore.c121 wake_up_interruptible(sk_sleep(sk)); in hidp_send_message()
416 wake_up_interruptible(sk_sleep(session->intr_sock->sk)); in hidp_idle_timeout()
417 wake_up_interruptible(sk_sleep(session->ctrl_sock->sk)); in hidp_idle_timeout()
1270 add_wait_queue(sk_sleep(session->ctrl_sock->sk), &ctrl_wait); in hidp_session_thread()
1271 add_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait); in hidp_session_thread()
1284 remove_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait); in hidp_session_thread()
1285 remove_wait_queue(sk_sleep(session->intr_sock->sk), &ctrl_wait); in hidp_session_thread()
/Linux-v4.19/net/llc/
Daf_llc.c553 add_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_disc()
565 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_disc()
573 add_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_conn()
580 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_conn()
590 add_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_busy_core()
606 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_busy_core()
/Linux-v4.19/drivers/atm/
Datmtcp.c71 add_wait_queue(sk_sleep(sk_atm(vcc)), &wait); in atmtcp_send_control()
83 remove_wait_queue(sk_sleep(sk_atm(vcc)), &wait); in atmtcp_send_control()
108 wake_up(sk_sleep(sk_atm(vcc))); in atmtcp_recv_control()
/Linux-v4.19/net/rxrpc/
Drecvmsg.c469 prepare_to_wait_exclusive(sk_sleep(&rx->sk), &wait, in rxrpc_recvmsg()
482 finish_wait(sk_sleep(&rx->sk), &wait); in rxrpc_recvmsg()
605 finish_wait(sk_sleep(&rx->sk), &wait); in rxrpc_recvmsg()
/Linux-v4.19/net/smc/
Dsmc_rx.c211 add_wait_queue(sk_sleep(sk), &wait); in smc_rx_wait()
218 remove_wait_queue(sk_sleep(sk), &wait); in smc_rx_wait()
Dsmc_close.c46 add_wait_queue(sk_sleep(sk), &wait); in smc_close_stream_wait()
58 remove_wait_queue(sk_sleep(sk), &wait); in smc_close_stream_wait()
Dsmc_tx.c85 add_wait_queue(sk_sleep(sk), &wait); in smc_tx_wait()
120 remove_wait_queue(sk_sleep(sk), &wait); in smc_tx_wait()
/Linux-v4.19/net/nfc/
Dllcp_sock.c36 add_wait_queue(sk_sleep(sk), &wait); in sock_wait_state()
61 remove_wait_queue(sk_sleep(sk), &wait); in sock_wait_state()
465 add_wait_queue_exclusive(sk_sleep(sk), &wait); in llcp_sock_accept()
484 remove_wait_queue(sk_sleep(sk), &wait); in llcp_sock_accept()
/Linux-v4.19/net/phonet/
Dsocket.c287 prepare_to_wait_exclusive(sk_sleep(sk), &wait, in pn_socket_connect()
292 finish_wait(sk_sleep(sk), &wait); in pn_socket_connect()
350 poll_wait(file, sk_sleep(sk), wait); in pn_socket_poll()
/Linux-v4.19/crypto/
Daf_alg.c706 add_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_wmem()
716 remove_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_wmem()
765 add_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_data()
776 remove_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_data()
/Linux-v4.19/drivers/net/
Dtap.c380 wake_up_interruptible_poll(sk_sleep(&q->sk), EPOLLIN | EPOLLRDNORM | EPOLLRDBAND); in tap_handle_frame()
488 wqueue = sk_sleep(sk); in tap_sock_write_space()
843 prepare_to_wait(sk_sleep(&q->sk), &wait, in tap_do_read()
862 finish_wait(sk_sleep(&q->sk), &wait); in tap_do_read()
/Linux-v4.19/net/netrom/
Daf_netrom.c736 prepare_to_wait(sk_sleep(sk), &wait, in nr_connect()
749 finish_wait(sk_sleep(sk), &wait); in nr_connect()
796 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in nr_accept()
814 finish_wait(sk_sleep(sk), &wait); in nr_accept()
/Linux-v4.19/net/dccp/
Doutput.c226 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dccp_wait_for_ccid()
234 finish_wait(sk_sleep(sk), &wait); in dccp_wait_for_ccid()
/Linux-v4.19/net/tls/
Dtls_main.c75 add_wait_queue(sk_sleep(sk), &wait); in wait_on_pending_writer()
90 remove_wait_queue(sk_sleep(sk), &wait); in wait_on_pending_writer()

123