| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_strp.c | 29 recvd = recv_timeout(p, rcv, sizeof(rcv), 0, 1); in sockmap_strp_consume_pre_data() 144 recvd = recv_timeout(*send_dir[i].receiver, rcv, in test_sockmap_strp_dispatch_pkt() 207 recvd = recv_timeout(p, rcv, total + 1, MSG_DONTWAIT, IO_TIMEOUT_SEC); in test_sockmap_strp_multiple_pkt() 253 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, 1); in test_sockmap_strp_partial_read() 259 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, IO_TIMEOUT_SEC); in test_sockmap_strp_partial_read() 270 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, 1); in test_sockmap_strp_partial_read() 276 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, IO_TIMEOUT_SEC); in test_sockmap_strp_partial_read() 333 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, in test_sockmap_strp_pass() 351 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, in test_sockmap_strp_pass() 401 recvd = recv_timeout(c1, rcv, sizeof(rcv), MSG_DONTWAIT, in test_sockmap_strp_verdict() [all …]
|
| H A D | sockmap_ktls.c | |
| H A D | socket_helpers.h | 128 ssize_t __ret = recv_timeout((fd), (buf), (len), (flags), \ 322 static inline int recv_timeout(int fd, void *buf, size_t len, int flags, in recv_timeout() function
|
| H A D | sockmap_basic.c | 552 recvd = recv_timeout(c1, &buf, sizeof(buf), MSG_DONTWAIT, IO_TIMEOUT_SEC); in do_test_sockmap_skb_verdict_fionread() 1102 recvd = recv_timeout(p1, rcv, sizeof(rcv), MSG_DONTWAIT, 1); in test_sockmap_zc() 1182 recvd = recv_timeout(p1, rcv, 1, MSG_DONTWAIT, 1); in test_sockmap_copied_seq() 1183 recvd += recv_timeout(p1, rcv + 1, sizeof(rcv) - 1, MSG_DONTWAIT, 1); in test_sockmap_copied_seq() 1299 recvd = recv_timeout(p1, rcv, expected, MSG_DONTWAIT, 1); in test_sockmap_multi_channels() 1310 recvd = recv_timeout(p1, rcv, expected, MSG_DONTWAIT, 1); in test_sockmap_multi_channels()
|
| H A D | sockmap_listen.c | 712 n = recv_timeout(c0, &b, 1, 0, IO_TIMEOUT_SEC); in redir_to_connected() 1125 n = recv_timeout(c1, &b, sizeof(b), 0, IO_TIMEOUT_SEC); in test_reuseport_select_connected() 1192 n = recv_timeout(c, &b, sizeof(b), 0, IO_TIMEOUT_SEC); in test_reuseport_mixed_groups()
|
| /linux/drivers/nfc/ |
| H A D | nfcsim.c | 44 u16 recv_timeout; member 187 skb = nfcsim_link_recv_skb(dev->link_in, dev->recv_timeout, in nfcsim_recv_wq() 212 dev->recv_timeout = timeout; in nfcsim_send()
|
| H A D | port100.c | 510 __le16 recv_timeout; member 1394 hdr->recv_timeout = cpu_to_le16(timeout); in port100_tg_send_cmd() 1450 hdr->recv_timeout = cpu_to_le16(timeout); in port100_listen_mdaa()
|
| /linux/drivers/scsi/ |
| H A D | libiscsi.c | 1084 mod_timer(&conn->transport_timer, jiffies + conn->recv_timeout); in iscsi_nop_out_rsp() 2069 time_before_eq(conn->last_recv + (conn->recv_timeout * HZ) + in iscsi_has_ping_timed_out() 2160 if (!conn->recv_timeout && !conn->ping_timeout) in iscsi_eh_cmd_timed_out() 2247 unsigned long recv_timeout, next_timeout = 0, last_recv; in iscsi_check_transport_timeouts() local 2253 recv_timeout = conn->recv_timeout; in iscsi_check_transport_timeouts() 2254 if (!recv_timeout) in iscsi_check_transport_timeouts() 2257 recv_timeout *= HZ; in iscsi_check_transport_timeouts() 2264 conn->ping_timeout, conn->recv_timeout, in iscsi_check_transport_timeouts() 2271 if (time_before_eq(last_recv + recv_timeout, jiffies)) { in iscsi_check_transport_timeouts() 2279 next_timeout = last_recv + recv_timeout; in iscsi_check_transport_timeouts() [all …]
|