/openbmc/linux/net/atm/ |
H A D | svc.c | 61 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_disconnect() 66 finish_wait(sk_sleep(sk), &wait); in svc_disconnect() 137 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_bind() 142 finish_wait(sk_sleep(sk), &wait); in svc_bind() 219 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_connect() 223 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect() 242 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect() 249 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect() 260 finish_wait(sk_sleep(sk), &wait); in svc_connect() 308 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_listen() [all …]
|
H A D | common.c | 603 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vcc_sendmsg() 622 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vcc_sendmsg() 624 finish_wait(sk_sleep(sk), &wait); in vcc_sendmsg()
|
/openbmc/linux/net/core/ |
H A D | stream.c | 73 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() 128 add_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_memory() 165 remove_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_memory()
|
/openbmc/linux/net/bluetooth/ |
H A D | af_bluetooth.c | 379 add_wait_queue(sk_sleep(sk), &wait); in bt_sock_data_wait() 400 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_data_wait() 531 poll_wait(file, sk_sleep(sk), wait); in bt_sock_poll() 615 add_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_state() 638 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_state() 654 add_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_ready() 677 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_ready()
|
/openbmc/linux/net/vmw_vsock/ |
H A D | af_vsock.c | 1073 poll_wait(file, sk_sleep(sk), wait); in vsock_poll() 1486 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_connect() 1529 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_connect() 1541 finish_wait(sk_sleep(sk), &wait); in vsock_connect() 1576 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); in vsock_accept() 1582 finish_wait(sk_sleep(listener), &wait); in vsock_accept() 1593 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); in vsock_accept() 1595 finish_wait(sk_sleep(listener), &wait); in vsock_accept() 1892 add_wait_queue(sk_sleep(sk), &wait); in vsock_connectible_sendmsg() 1901 remove_wait_queue(sk_sleep(sk), &wait); in vsock_connectible_sendmsg() [all …]
|
H A D | vsock_bpf.c | 49 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()
|
/openbmc/linux/net/bluetooth/cmtp/ |
H A D | core.c | 289 add_wait_queue(sk_sleep(sk), &wait); in cmtp_session() 312 remove_wait_queue(sk_sleep(sk), &wait); in cmtp_session() 401 wake_up_interruptible(sk_sleep(session->sock->sk)); in cmtp_add_connection() 444 wake_up_interruptible(sk_sleep(session->sock->sk)); in cmtp_del_connection()
|
/openbmc/linux/net/ipv4/ |
H A D | udp_bpf.c | 50 add_wait_queue(sk_sleep(sk), &wait); in udp_msg_wait_data() 58 remove_wait_queue(sk_sleep(sk), &wait); in udp_msg_wait_data()
|
/openbmc/linux/net/bluetooth/bnep/ |
H A D | netdev.c | 105 wake_up_interruptible(sk_sleep(sk)); in bnep_net_set_mc_list() 193 wake_up_interruptible(sk_sleep(sk)); in bnep_net_xmit()
|
H A D | core.c | 491 add_wait_queue(sk_sleep(sk), &wait); in bnep_session() 519 remove_wait_queue(sk_sleep(sk), &wait); in bnep_session() 530 wake_up_interruptible(sk_sleep(s->sock->sk)); in bnep_session() 667 wake_up_interruptible(sk_sleep(s->sock->sk)); in bnep_del_connection()
|
/openbmc/linux/net/unix/ |
H A D | unix_bpf.c | 28 add_wait_queue(sk_sleep(sk), &wait); in unix_msg_wait_data() 37 remove_wait_queue(sk_sleep(sk), &wait); in unix_msg_wait_data()
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.h | 151 wake_up_interruptible(sk_sleep(sk)); in sk_wakeup_sleepers() 153 wake_up_all(sk_sleep(sk)); in sk_wakeup_sleepers()
|
/openbmc/linux/net/caif/ |
H A D | caif_socket.c | 310 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in caif_stream_data_wait() 332 finish_wait(sk_sleep(sk), &wait); in caif_stream_data_wait() 475 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in caif_wait_for_flow_on() 487 finish_wait(sk_sleep(sk), &wait); in caif_wait_for_flow_on() 862 timeo = wait_event_interruptible_timeout(*sk_sleep(sk), in caif_connect() 919 wake_up_interruptible_poll(sk_sleep(sk), EPOLLERR|EPOLLHUP); in caif_release()
|
/openbmc/linux/net/bluetooth/hidp/ |
H A D | core.c | 126 wake_up_interruptible(sk_sleep(sk)); in hidp_send_message() 421 wake_up_interruptible(sk_sleep(session->intr_sock->sk)); in hidp_idle_timeout() 422 wake_up_interruptible(sk_sleep(session->ctrl_sock->sk)); in hidp_idle_timeout() 1277 add_wait_queue(sk_sleep(session->ctrl_sock->sk), &ctrl_wait); in hidp_session_thread() 1278 add_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait); in hidp_session_thread() 1291 remove_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait); in hidp_session_thread() 1292 remove_wait_queue(sk_sleep(session->ctrl_sock->sk), &ctrl_wait); in hidp_session_thread()
|
/openbmc/linux/net/llc/ |
H A D | af_llc.c | 586 add_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_disc() 599 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_disc() 607 add_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_conn() 615 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_conn() 625 add_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_busy_core() 641 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_busy_core()
|
/openbmc/linux/net/rxrpc/ |
H A D | recvmsg.c | 319 prepare_to_wait_exclusive(sk_sleep(&rx->sk), &wait, in rxrpc_recvmsg() 331 finish_wait(sk_sleep(&rx->sk), &wait); in rxrpc_recvmsg() 464 finish_wait(sk_sleep(&rx->sk), &wait); in rxrpc_recvmsg()
|
/openbmc/linux/drivers/atm/ |
H A D | atmtcp.c | 72 add_wait_queue(sk_sleep(sk_atm(vcc)), &wait); in atmtcp_send_control() 84 remove_wait_queue(sk_sleep(sk_atm(vcc)), &wait); in atmtcp_send_control() 109 wake_up(sk_sleep(sk_atm(vcc))); in atmtcp_recv_control()
|
/openbmc/linux/net/phonet/ |
H A D | socket.c | 274 prepare_to_wait_exclusive(sk_sleep(sk), &wait, in pn_socket_connect() 279 finish_wait(sk_sleep(sk), &wait); in pn_socket_connect() 337 poll_wait(file, sk_sleep(sk), wait); in pn_socket_poll()
|
/openbmc/linux/net/nfc/ |
H A D | llcp_sock.c | 24 add_wait_queue(sk_sleep(sk), &wait); in sock_wait_state() 49 remove_wait_queue(sk_sleep(sk), &wait); in sock_wait_state() 469 add_wait_queue_exclusive(sk_sleep(sk), &wait); in llcp_sock_accept() 488 remove_wait_queue(sk_sleep(sk), &wait); in llcp_sock_accept()
|
/openbmc/linux/net/smc/ |
H A D | smc_close.c | 64 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 D | smc_rx.c | 269 add_wait_queue(sk_sleep(sk), &wait); in smc_rx_wait() 277 remove_wait_queue(sk_sleep(sk), &wait); in smc_rx_wait()
|
/openbmc/linux/crypto/ |
H A D | af_alg.c | 817 add_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_wmem() 827 remove_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_wmem() 876 add_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_data() 889 remove_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_data()
|
/openbmc/linux/drivers/net/ |
H A D | tap.c | 391 wake_up_interruptible_poll(sk_sleep(&q->sk), EPOLLIN | EPOLLRDNORM | EPOLLRDBAND); in tap_handle_frame() 499 wqueue = sk_sleep(sk); in tap_sock_write_space() 865 prepare_to_wait(sk_sleep(&q->sk), &wait, in tap_do_read() 884 finish_wait(sk_sleep(&q->sk), &wait); in tap_do_read()
|
/openbmc/linux/net/netrom/ |
H A D | af_netrom.c | 743 prepare_to_wait(sk_sleep(sk), &wait, in nr_connect() 756 finish_wait(sk_sleep(sk), &wait); in nr_connect() 803 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in nr_accept() 821 finish_wait(sk_sleep(sk), &wait); in nr_accept()
|
/openbmc/linux/net/dccp/ |
H A D | output.c | 224 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dccp_wait_for_ccid() 232 finish_wait(sk_sleep(sk), &wait); in dccp_wait_for_ccid()
|