Searched refs:timeout (Results 1 - 25 of 2970) sorted by last modified time

1234567891011>>

/linux-master/sound/pci/emu10k1/
H A Dio.c217 int timeout = 0; local
246 timeout++;
250 if (timeout > 1000) {
252 "emu10k1:I2C:timeout status=0x%x\n",
/linux-master/net/mptcp/
H A Dprotocol.c1402 * additionally updates the rtx timeout
1734 * case of any error, except timeout or signal
2244 pr_debug("block timeout %ld", timeo);
2485 * closing them, e.g. due to timeout.
2486 * For established sockets, allow an additional timeout before closing,
2680 /* schedule the timeout timer for the relevant event: either close timeout
2681 * or mp_fail timeout. The close timeout takes precedence on the mp_fail one
2686 unsigned long timeout, close_timeou local
3041 __mptcp_close(struct sock *sk, long timeout) argument
3112 mptcp_close(struct sock *sk, long timeout) argument
3469 unsigned long timeout; local
[all...]
/linux-master/net/ipv4/
H A Draw.c682 static void raw_close(struct sock *sk, long timeout) argument
1055 "rx_queue tr tm->when retrnsmt uid timeout "
H A Daf_inet.c418 long timeout; local
433 timeout = 0;
436 timeout = sk->sk_lingertime;
437 sk->sk_prot->close(sk, timeout);
718 /* Connection was closed by RST, timeout, ICMP error
/linux-master/net/core/
H A Dfilter.c5226 unsigned long timeout; local
5248 timeout = usecs_to_jiffies(val);
5249 if (timeout > TCP_DELACK_MAX ||
5250 timeout < TCP_TIMEOUT_MIN)
5252 inet_csk(sk)->icsk_delack_max = timeout;
5255 timeout = usecs_to_jiffies(val);
5256 if (timeout > TCP_RTO_MIN ||
5257 timeout < TCP_TIMEOUT_MIN)
5259 inet_csk(sk)->icsk_rto_min = timeout;
/linux-master/include/linux/
H A Dskmsg.h100 void (*saved_close)(struct sock *sk, long timeout);
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c927 unsigned int ccws, long timeout)
949 iob->timeout = timeout;
1302 (addr_t)iob, 0, 0, iob->timeout);
2032 long timeout = iob->timeout; local
2040 timeout = wait_event_interruptible_timeout(card->wait_q,
2042 timeout);
2043 if (timeout <= 0) {
2045 return (timeout
925 qeth_alloc_cmd(struct qeth_channel *channel, unsigned int length, unsigned int ccws, long timeout) argument
[all...]
/linux-master/drivers/nvme/target/
H A Dconfigfs.c907 unsigned int timeout; local
909 if (kstrtouint(page, 0, &timeout))
911 subsys->admin_timeout = timeout;
926 unsigned int timeout; local
928 if (kstrtouint(page, 0, &timeout))
930 subsys->io_timeout = timeout;
/linux-master/drivers/nvme/host/
H A Dtcp.c48 * TLS handshake timeout
54 "nvme TLS handshake timeout in seconds (default 10)");
1702 /* Set 10 seconds timeout for icresp recvmsg */
2447 "I/O tag %d (%04x) type %d opcode %#x (%s) QID %d timeout\n",
2638 .timeout = nvme_tcp_timeout,
2649 .timeout = nvme_tcp_timeout,
H A Dpci.c1317 "I/O tag %d (%04x) QID %d timeout, completion polled\n",
1334 "I/O tag %d (%04x) QID %d timeout, disable controller\n",
1353 "I/O tag %d (%04x) opcode %#x (%s) QID %d timeout, reset controller\n",
1371 "I/O tag %d (%04x) opcode %#x (%s) QID %d timeout, aborting req_op:%s(%u) size:%u\n",
1670 .timeout = nvme_timeout,
1681 .timeout = nvme_timeout,
2429 unsigned long timeout; local
2432 timeout = NVME_ADMIN_TIMEOUT;
2442 timeout = wait_for_completion_io_timeout(&nvmeq->delete_done,
2443 timeout);
[all...]
H A Dnvme.h816 int nvme_wait_freeze_timeout(struct nvme_ctrl *ctrl, long timeout);
H A Dcore.c47 MODULE_PARM_DESC(admin_timeout, "timeout in seconds for admin commands");
52 MODULE_PARM_DESC(io_timeout, "timeout in seconds for I/O");
57 MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown");
75 "primary APST timeout in ms");
80 "secondary APST timeout in ms");
446 * req->deadline - req->timeout is the command submission time
450 req->deadline - req->timeout >= ctrl->ka_last_check_time)
705 req->timeout = NVME_IO_TIMEOUT;
708 req->timeout = NVME_ADMIN_TIMEOUT;
1260 unsigned long rtt = jiffies - (rq->deadline - rq->timeout);
2286 nvme_wait_ready(struct nvme_ctrl *ctrl, u32 mask, u32 val, u32 timeout, const char *op) argument
2342 u32 timeout; local
4723 nvme_wait_freeze_timeout(struct nvme_ctrl *ctrl, long timeout) argument
[all...]
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c2810 unsigned long timeout; local
2818 timeout = f->used + vxlan->cfg.age_interval * HZ;
2819 if (time_before_eq(timeout, jiffies)) {
2825 } else if (time_before(timeout, next_timer))
2826 next_timer = timeout;
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c884 /* Base system clock is 125Mhz, DMA timeout is this reference clock
897 /* GENET TDMA hardware does not support a configurable timeout, but will
2969 int timeout = 0; local
2980 while (timeout++ < DMA_TIMEOUT_VAL) {
2988 if (timeout == DMA_TIMEOUT_VAL) {
3001 timeout = 0;
3003 while (timeout++ < DMA_TIMEOUT_VAL) {
3011 if (timeout == DMA_TIMEOUT_VAL) {
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c89 const unsigned long timeout = jiffies + msecs_to_jiffies(50); local
98 for (i = 0; time_before(jiffies, timeout) || (i < 2); i++) {
/linux-master/drivers/gpu/drm/xe/
H A Dxe_vm.c232 long timeout = dma_fence_wait(q->compute.pfence, false); local
234 if (timeout < 0)
443 * driver can do is retry with a timeout. Check if that is necessary, and
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c178 static long vmw_fence_wait(struct dma_fence *f, bool intr, signed long timeout) argument
186 long ret = timeout;
189 return timeout;
221 if (ret == 0 && timeout > 0)
523 bool interruptible, unsigned long timeout)
525 long ret = dma_fence_wait_timeout(&fence->base, interruptible, timeout);
728 unsigned long timeout; local
754 timeout = jiffies;
755 if (time_after_eq(timeout, (unsigned long)arg->kernel_cookie)) {
761 timeout
522 vmw_fence_obj_wait(struct vmw_fence_obj *fence, bool lazy, bool interruptible, unsigned long timeout) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c1481 u32 usec = cmd->payload.regPoll.timeout ?: 4000000;
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_dpia_bw.c434 uint8_t timeout = 10; local
448 if (timeout > 0)
449 timeout--;
455 if (!timeout)
470 uint8_t timeout = 10; local
481 if (timeout > 0)
482 timeout--;
488 if (timeout)
492 DC_LOG_DEBUG("%s: EXIT: timeout(%d), ret(%d)\n", __func__, timeout, re
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5159 cmd.dp_aux_access.aux_control.timeout = 0;
/linux-master/drivers/block/
H A Dublk_drv.c144 bool timeout; member in struct:ublk_queue
1194 if (!ubq->timeout) {
1196 ubq->timeout = true;
1276 .timeout = ublk_timeout,
2641 ubq->timeout = false;
/linux-master/net/sunrpc/
H A Dxprtsock.c178 * The reestablish timeout allows clients to delay for a bit before attempting
183 * connection when they are overworked, so we start with a short timeout and
189 * TCP idle timeout; client drops the transport socket if it is idle
190 * for this long. Note that we also timeout UDP sockets to prevent
196 * TLS handshake timeout.
1681 * xs_udp_timer - called when a retransmit timeout occurs on a UDP transport
1685 * Adjust the congestion window after a retransmit timeout has occurred.
2269 keepidle = DIV_ROUND_UP(xprt->timeout->to_initval, HZ);
2270 keepcnt = xprt->timeout->to_retries + 1;
2271 timeo = jiffies_to_msecs(xprt->timeout
[all...]
/linux-master/drivers/scsi/
H A Dsd.c915 rq->timeout = SD_TIMEOUT;
942 rq->timeout = unmap ? SD_TIMEOUT : SD_WRITE_SAME_TIMEOUT;
969 rq->timeout = unmap ? SD_TIMEOUT : SD_WRITE_SAME_TIMEOUT;
1080 rq->timeout = rq->q->rq_timeout * SD_FLUSH_TIMEOUT_MULTIPLIER;
1677 const int timeout = sdp->request_queue->rq_timeout local
1702 res = scsi_execute_cmd(sdp, cmd, REQ_OP_DRV_IN, NULL, 0, timeout,
2109 "Medium access timeout failure. Offlining disk!\n");
/linux-master/fs/smb/client/
H A Dtransport.c487 const int timeout, const int flags,
496 if (timeout < 0)
499 t = msecs_to_jiffies(timeout);
559 timeout);
602 timeout);
486 wait_for_free_credits(struct TCP_Server_Info *server, const int num_credits, const int timeout, const int flags, unsigned int *instance) argument
/linux-master/drivers/misc/eeprom/
H A Dat24.c341 unsigned long timeout, read_time; local
351 timeout = jiffies + msecs_to_jiffies(at24_write_timeout);
355 * to avoid a premature timeout in case of high CPU load.
366 } while (time_before(read_time, timeout));
400 unsigned long timeout, write_time; local
406 timeout = jiffies + msecs_to_jiffies(at24_write_timeout);
411 * to avoid a premature timeout in case of high CPU load.
422 } while (time_before(write_time, timeout));

Completed in 513 milliseconds

1234567891011>>