Searched refs:time_constant (Results 1 - 4 of 4) sorted by relevance
/external/iproute2/misc/ |
H A D | rtacct.c | 41 int time_constant = 0; variable 324 if (interval >= time_constant) { 374 scan_interval/1000, time_constant/1000); 464 if (sscanf(optarg, "%d", &time_constant) != 1 || 465 time_constant <= 0) { 511 if (time_constant == 0) 512 time_constant = 60; 513 time_constant *= 1000; 514 W = 1 - 1/exp(log(10)*(double)scan_interval/time_constant);
|
H A D | ifstat.c | 43 int time_constant = 0; variable 458 if (interval >= time_constant) { 493 getpid(), (unsigned long)random(), scan_interval/1000, time_constant/1000); 621 time_constant = atoi(optarg); 622 if (time_constant <= 0) { 646 if (time_constant == 0) 647 time_constant = 60; 648 time_constant *= 1000; 649 W = 1 - 1/exp(log(10)*(double)scan_interval/time_constant);
|
H A D | nstat.c | 38 int time_constant = 0; variable 344 if (interval >= time_constant) { 378 getpid(), (unsigned long)random(), scan_interval/1000, time_constant/1000); 475 if (sscanf(optarg, "%d", &time_constant) != 1 || 476 time_constant <= 0) { 500 if (time_constant == 0) 501 time_constant = 60; 502 time_constant *= 1000; 503 W = 1 - 1/exp(log(10)*(double)scan_interval/time_constant);
|
/external/strace/ |
H A D | time.c | 445 tprintf("time_constant=%ld, precision=%lu, ", 446 tx.time_constant, tx.precision);
|
Completed in 284 milliseconds