Home
last modified time | relevance | path

Searched refs:timeo (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/net/bluetooth/
H A Dl2cap_sock.c349 long timeo; in l2cap_sock_accept() local
354 timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK); in l2cap_sock_accept()
356 BT_DBG("sk %p timeo %ld", sk, timeo); in l2cap_sock_accept()
371 if (!timeo) { in l2cap_sock_accept()
377 err = sock_intr_errno(timeo); in l2cap_sock_accept()
383 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in l2cap_sock_accept()
1293 int timeo = L2CAP_WAIT_ACK_POLL_PERIOD; in __l2cap_wait_ack() local
1303 if (!timeo) { in __l2cap_wait_ack()
[all...]
H A Dsco.c665 long timeo; in sco_sock_accept() local
670 timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK); in sco_sock_accept()
672 BT_DBG("sk %p timeo %ld", sk, timeo); in sco_sock_accept()
687 if (!timeo) { in sco_sock_accept()
693 err = sock_intr_errno(timeo); in sco_sock_accept()
699 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in sco_sock_accept()

Completed in 4 milliseconds