search for: t_start

Displaying 8 results from an estimated 8 matches for "t_start".

Did you mean: _start
2018 Dec 09
2
[PATCH] Enable ConnectTimeout with ConnectionAttempts
...ow_bug.cgi?id=2918 --- sshconnect.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sshconnect.c b/sshconnect.c index 4862da5e..b837a83a 100644 --- a/sshconnect.c +++ b/sshconnect.c @@ -454,11 +454,12 @@ waitrfd(int fd, int *timeoutp) { struct pollfd pfd; struct timeval t_start; - int oerrno, r; + int oerrno, r, next_timeout; monotime_tv(&t_start); pfd.fd = fd; pfd.events = POLLIN; + next_timeout = *timeoutp; for (; *timeoutp >= 0;) { r = poll(&pfd, 1, *timeoutp); oerrno = errno; @@ -473,6 +474,7 @@ waitrfd(int fd, int *timeoutp) } /* timeou...
2017 Jan 12
3
proposed change to ssh_connect_direct()
On Sat, Jan 7, 2017 at 2:30 PM, Peter Moody <mindrot at hda3.com> wrote: > so I spent a bit of time looking at this and it seems like the only > way to go, at least if I want to keep it in ssh_connect_direct(), is > to use pthreads. further, it seems like getting that accepted is > something of a long shot: Sorry, pthreads is a non-starter. I would have thought that using
2007 Aug 06
2
multiple cores?
A question that someone asked me, cut and pasted from another board: >>I've got 8 cores on my machine and while encoding only one processor is used, and maxed out. Is there any way to distribute the load across multi-cores?<< I have no idea what the answer to this is. The question was about flac on OS X Scott
2011 Jul 18
5
[PATCH v3 0/5] btrfs-progs: scrub interface
This is the next patch series for scrub userland tools. Change log v1->v2: - commands now reachable as "btrfs scrub ..." instead of "btrfs filesystem scrub ..." - ability to scrub a single device instead of a whole file system - superfluous command line options removed - resume is now a separate command ("scrub resume") instead of "scrub start -r" -
2018 Apr 18
2
Event-triggered change in value with a time-delay
...q(0, 100, length = 101) # define function bit <- function(t,y,parms){ with(as.list(c(parms,y)),{ # How I would implement the change if there was no time delay # m <- ifelse(D>=D_T, m*.68, m) # Option 1: nested if statements with time delay # if (D >= D_T) { # t_start1 <- t + delay # if (t >= t_start1){ # m <- 6.8 # } # } # if (D < D_T) { # t_start2<- t + delay # if (t >= t_start2){ # m <- 10 # } # } dD <- D_0 * (R_1 / (R_1 - R_2)) * (-R_2 * exp(-R_2 * t) + R_1 * exp(-R_1 * t...
2018 Apr 18
0
Event-triggered change in value with a time-delay
...gt; bit <- function(t,y,parms){ > with(as.list(c(parms,y)),{ > > > # How I would implement the change if there was no time delay > # m <- ifelse(D>=D_T, m*.68, m) > > # Option 1: nested if statements with time delay > # if (D >= D_T) { > # t_start1 <- t + delay > # if (t >= t_start1){ > # m <- 6.8 > # } > # } > # if (D < D_T) { > # t_start2<- t + delay > # if (t >= t_start2){ > # m <- 10 > # } > # } > > > dD <- D_0 * (R_1 / (R_...
2010 Aug 04
6
[PATCH -v2 0/3] jbd2 scalability patches
This version fixes three bugs in the 2nd patch of this series that caused kernel BUG when the system was under race. We weren't accounting with t_oustanding_credits correctly, and there were race conditions caused by the fact the I had overlooked the fact that __jbd2_log_wait_for_space() and jbd2_get_transaction() requires j_state_lock to be write locked. Theodore Ts'o (3): jbd2: Use
2013 Jan 08
10
kernel BUG at fs/btrfs/volumes.c:3707 still not fixed in 3.7.1 (btrfs-zero-log required) but shown as "RIP btrfs_num_copies"
Unfortunately my laptop deadlocks from time to time, and too often it triggers this bug in btrfs which is quite hard to recover from. The bigger problem is that all the user sees (if anything) is seemingly unrelated info, namely, "RIP: btrfs_num_copies+0x42/0x0b" or somesuch http://marc.merlins.org/tmp/btrfs_num_copies.jpg It''s only if you have serial console, or netconsole,