Symbol: retry_timeout
drivers/char/ipmi/ipmi_ssif.c
1862
timer_setup(&ssif_info->retry_timer, retry_timeout, 0);
drivers/infiniband/hw/ionic/ionic_controlpath.c
1412
.retry_timeout = attr->timeout,
drivers/infiniband/hw/ionic/ionic_controlpath.c
1641
attr->timeout = query_sqbuf->retry_timeout;
drivers/infiniband/hw/ionic/ionic_fw.h
804
__u8 retry_timeout;
drivers/infiniband/hw/ionic/ionic_fw.h
869
__u8 retry_timeout;
drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c
474
u32 retry_timeout;
drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c
493
retry_timeout = res_timeout;
drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c
494
while (err && retry_timeout && res_timeout) {
drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c
496
retry_timeout = (retry_timeout > delay) ?
drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c
497
retry_timeout - delay : 0;
fs/xfs/xfs_buf.c
1057
if (cfg->retry_timeout != XFS_ERR_RETRY_FOREVER &&
fs/xfs/xfs_buf.c
1058
time_after(jiffies, cfg->retry_timeout + bp->b_first_retry_time))
fs/xfs/xfs_buf.c
1123
if (cfg->retry_timeout != XFS_ERR_RETRY_FOREVER &&
fs/xfs/xfs_mount.h
57
long retry_timeout; /* in jiffies, -1 = infinite */
fs/xfs/xfs_sysfs.c
543
if (cfg->retry_timeout == XFS_ERR_RETRY_FOREVER)
fs/xfs/xfs_sysfs.c
546
timeout = jiffies_to_msecs(cfg->retry_timeout) / MSEC_PER_SEC;
fs/xfs/xfs_sysfs.c
570
cfg->retry_timeout = XFS_ERR_RETRY_FOREVER;
fs/xfs/xfs_sysfs.c
572
cfg->retry_timeout = secs_to_jiffies(val);
fs/xfs/xfs_sysfs.c
638
int retry_timeout; /* in seconds */
fs/xfs/xfs_sysfs.c
644
.retry_timeout = XFS_ERR_RETRY_FOREVER,
fs/xfs/xfs_sysfs.c
648
.retry_timeout = XFS_ERR_RETRY_FOREVER,
fs/xfs/xfs_sysfs.c
652
.retry_timeout = XFS_ERR_RETRY_FOREVER,
fs/xfs/xfs_sysfs.c
656
.retry_timeout = 0,
fs/xfs/xfs_sysfs.c
687
if (init[i].retry_timeout == XFS_ERR_RETRY_FOREVER)
fs/xfs/xfs_sysfs.c
688
cfg->retry_timeout = XFS_ERR_RETRY_FOREVER;
fs/xfs/xfs_sysfs.c
690
cfg->retry_timeout =
fs/xfs/xfs_sysfs.c
691
secs_to_jiffies(init[i].retry_timeout);
net/sunrpc/clnt.c
2074
goto retry_timeout;
net/sunrpc/clnt.c
2083
goto retry_timeout;
net/sunrpc/clnt.c
2086
goto retry_timeout;
net/sunrpc/clnt.c
2088
goto retry_timeout;
net/sunrpc/clnt.c
2091
goto retry_timeout;
net/sunrpc/clnt.c
2098
goto retry_timeout;
net/sunrpc/clnt.c
2114
goto retry_timeout;
net/sunrpc/clnt.c
2127
retry_timeout:
sound/pci/cs46xx/cs46xx_lib.c
586
static int cs46xx_wait_for_fifo(struct snd_cs46xx * chip,int retry_timeout)
sound/pci/cs46xx/cs46xx_lib.c
598
mdelay(retry_timeout);