Home
last modified time | relevance | path

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

12

/linux/net/bluetooth/
H A Daf_bluetooth.c419 add_wait_queue(sk_sleep(sk), &wait); in bt_sock_data_wait()
440 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_data_wait()
581 poll_wait(file, sk_sleep(sk), wait); in bt_sock_poll()
749 add_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_state()
772 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_state()
788 add_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_ready()
811 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_ready()
H A Dl2cap_sock.c343 add_wait_queue_exclusive(sk_sleep(sk), &wait); in l2cap_sock_accept()
375 remove_wait_queue(sk_sleep(sk), &wait); in l2cap_sock_accept()
1367 add_wait_queue(sk_sleep(sk), &wait); in __l2cap_wait_ack()
1400 remove_wait_queue(sk_sleep(sk), &wait); in __l2cap_wait_ack()
H A Dsco.c787 add_wait_queue_exclusive(sk_sleep(sk), &wait); in sco_sock_accept()
818 remove_wait_queue(sk_sleep(sk), &wait); in sco_sock_accept()
/linux/net/vmw_vsock/
H A Dvsock_bpf.c49 add_wait_queue(sk_sleep(sk), &wait); in vsock_msg_wait_data()
57 remove_wait_queue(sk_sleep(sk), &wait); in vsock_msg_wait_data()
H A Daf_vsock.c1221 add_wait_queue(sk_sleep(sk), &wait); in vsock_linger()
1228 remove_wait_queue(sk_sleep(sk), &wait); in vsock_linger()
1312 poll_wait(file, sk_sleep(sk), wait); in vsock_poll()
1805 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_connect()
1874 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_connect()
1884 finish_wait(sk_sleep(sk), &wait); in vsock_connect()
1922 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); in vsock_accept()
1925 finish_wait(sk_sleep(listener), &wait); in vsock_accept()
2254 add_wait_queue(sk_sleep(sk), &wait); in vsock_connectible_sendmsg()
2263 remove_wait_queue(sk_sleep(sk), &wait); in vsock_connectible_sendmsg()
[all …]
/linux/net/unix/
H A Dunix_bpf.c29 add_wait_queue(sk_sleep(sk), &wait); in unix_msg_wait_data()
38 remove_wait_queue(sk_sleep(sk), &wait); in unix_msg_wait_data()
/linux/net/bluetooth/hidp/
H A Dcore.c123 wake_up_interruptible(sk_sleep(sk)); in hidp_send_message()
431 wake_up_interruptible(sk_sleep(session->intr_sock->sk)); in hidp_idle_timeout()
432 wake_up_interruptible(sk_sleep(session->ctrl_sock->sk)); in hidp_idle_timeout()
1325 add_wait_queue(sk_sleep(session->ctrl_sock->sk), &ctrl_wait); in hidp_session_thread()
1326 add_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait); in hidp_session_thread()
1339 remove_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait); in hidp_session_thread()
1340 remove_wait_queue(sk_sleep(session->ctrl_sock->sk), &ctrl_wait); in hidp_session_thread()
/linux/net/bluetooth/bnep/
H A Dcore.c510 add_wait_queue(sk_sleep(sk), &wait); in bnep_session()
538 remove_wait_queue(sk_sleep(sk), &wait); in bnep_session()
549 wake_up_interruptible(sk_sleep(s->sock->sk)); in bnep_session()
701 wake_up_interruptible(sk_sleep(s->sock->sk)); in bnep_del_connection()
/linux/net/llc/
H A Daf_llc.c584 add_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_disc()
597 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_disc()
605 add_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_conn()
613 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_conn()
623 add_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_busy_core()
639 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_busy_core()
/linux/net/rxrpc/
H A Drecvmsg.c450 prepare_to_wait_exclusive(sk_sleep(&rx->sk), &wait, in rxrpc_recvmsg()
463 finish_wait(sk_sleep(&rx->sk), &wait); in rxrpc_recvmsg()
619 finish_wait(sk_sleep(&rx->sk), &wait); in rxrpc_recvmsg()
/linux/net/phonet/
H A Dsocket.c280 prepare_to_wait_exclusive(sk_sleep(sk), &wait, in pn_socket_connect()
285 finish_wait(sk_sleep(sk), &wait); in pn_socket_connect()
342 poll_wait(file, sk_sleep(sk), wait); in pn_socket_poll()
/linux/net/nfc/
H A Dllcp_sock.c24 add_wait_queue(sk_sleep(sk), &wait); in sock_wait_state()
49 remove_wait_queue(sk_sleep(sk), &wait); in sock_wait_state()
477 add_wait_queue_exclusive(sk_sleep(sk), &wait); in llcp_sock_accept()
496 remove_wait_queue(sk_sleep(sk), &wait); in llcp_sock_accept()
/linux/net/smc/
H A Dsmc_close.c64 add_wait_queue(sk_sleep(sk), &wait); in smc_close_stream_wait()
77 remove_wait_queue(sk_sleep(sk), &wait); in smc_close_stream_wait()
H A Dsmc_rx.c276 add_wait_queue(sk_sleep(sk), &wait); in smc_rx_wait()
284 remove_wait_queue(sk_sleep(sk), &wait); in smc_rx_wait()
/linux/drivers/net/
H A Dtap.c326 wake_up_interruptible_poll(sk_sleep(&q->sk), EPOLLIN | EPOLLRDNORM | EPOLLRDBAND); in tap_handle_frame()
434 wqueue = sk_sleep(sk); in tap_sock_write_space()
773 prepare_to_wait(sk_sleep(&q->sk), &wait, in tap_do_read()
792 finish_wait(sk_sleep(&q->sk), &wait); in tap_do_read()
/linux/net/atm/
H A Dcommon.c589 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vcc_sendmsg()
607 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vcc_sendmsg()
609 finish_wait(sk_sleep(sk), &wait); in vcc_sendmsg()
/linux/net/dccp/
H A Doutput.c
/linux/net/x25/
H A Daf_x25.c713 add_wait_queue_exclusive(sk_sleep(sk), &wait); in x25_wait_for_connection_establishment()
738 remove_wait_queue(sk_sleep(sk), &wait); in x25_wait_for_connection_establishment()
846 add_wait_queue_exclusive(sk_sleep(sk), &wait); in x25_wait_for_data()
866 remove_wait_queue(sk_sleep(sk), &wait); in x25_wait_for_data()
/linux/net/core/
H A Ddatagram.c96 prepare_to_wait_exclusive(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in __skb_wait_for_more_packets()
125 finish_wait(sk_sleep(sk), &wait); in __skb_wait_for_more_packets()
/linux/net/ipv4/
H A Dtcp_bpf.c193 add_wait_queue(sk_sleep(sk), &wait); in tcp_msg_wait_data()
199 remove_wait_queue(sk_sleep(sk), &wait); in tcp_msg_wait_data()
H A Dinet_connection_sock.c622 prepare_to_wait_exclusive(sk_sleep(sk), &wait, in inet_csk_wait_for_connect()
642 finish_wait(sk_sleep(sk), &wait); in inet_csk_wait_for_connect()
/linux/net/tipc/
H A Dsocket.c437 add_wait_queue(sk_sleep(sk_), &wait_); \
442 remove_wait_queue(sk_sleep(sk_), &wait_); \
1849 add_wait_queue(sk_sleep(sk), &wait); in tipc_wait_for_rcvmsg()
1854 remove_wait_queue(sk_sleep(sk), &wait); in tipc_wait_for_rcvmsg()
2548 add_wait_queue(sk_sleep(sk), &wait); in tipc_wait_for_connect()
2551 remove_wait_queue(sk_sleep(sk), &wait); in tipc_wait_for_connect()
2694 add_wait_queue(sk_sleep(sk), &wait); in tipc_wait_for_accept()
2698 remove_wait_queue(sk_sleep(sk), &wait); in tipc_wait_for_accept()
/linux/net/bluetooth/rfcomm/
H A Dsock.c501 add_wait_queue_exclusive(sk_sleep(sk), &wait); in rfcomm_sock_accept()
533 remove_wait_queue(sk_sleep(sk), &wait); in rfcomm_sock_accept()
/linux/net/iucv/
H A Daf_iucv.c62 prepare_to_wait(sk_sleep(sk), &__wait, TASK_INTERRUPTIBLE); \
79 finish_wait(sk_sleep(sk), &__wait); \
836 add_wait_queue_exclusive(sk_sleep(sk), &wait); in iucv_sock_accept()
860 remove_wait_queue(sk_sleep(sk), &wait); in iucv_sock_accept()
/linux/net/tls/
H A Dtls_main.c144 add_wait_queue(sk_sleep(sk), &wait); in wait_on_pending_writer()
164 remove_wait_queue(sk_sleep(sk), &wait); in wait_on_pending_writer()

12