tag | line | file | source code |
PR_SLOWHZ | 35 | include/net/netrom.h | #define NR_DEFAULT_T1 (120 * PR_SLOWHZ) /* Outstanding frames - 10 seconds */ |
PR_SLOWHZ | 36 | include/net/netrom.h | #define NR_DEFAULT_T2 (5 * PR_SLOWHZ) /* Response delay - 3 seconds */ |
PR_SLOWHZ | 38 | include/net/netrom.h | #define NR_DEFAULT_T4 (180 * PR_SLOWHZ) /* Transport Busy Delay */ |
PR_SLOWHZ | 527 | net/ax25/af_ax25.c | ax25->rtt = (AX25_DEF_T1 * PR_SLOWHZ) / 2; |
PR_SLOWHZ | 528 | net/ax25/af_ax25.c | ax25->t1 = AX25_DEF_T1 * PR_SLOWHZ; |
PR_SLOWHZ | 529 | net/ax25/af_ax25.c | ax25->t2 = AX25_DEF_T2 * PR_SLOWHZ; |
PR_SLOWHZ | 530 | net/ax25/af_ax25.c | ax25->t3 = AX25_DEF_T3 * PR_SLOWHZ; |
PR_SLOWHZ | 723 | net/ax25/af_ax25.c | sk->ax25->rtt = (opt * PR_SLOWHZ) / 2; |
PR_SLOWHZ | 729 | net/ax25/af_ax25.c | sk->ax25->t2 = opt * PR_SLOWHZ; |
PR_SLOWHZ | 741 | net/ax25/af_ax25.c | sk->ax25->t3 = opt * PR_SLOWHZ; |
PR_SLOWHZ | 782 | net/ax25/af_ax25.c | val = (sk->ax25->t1 * 2) / PR_SLOWHZ; |
PR_SLOWHZ | 786 | net/ax25/af_ax25.c | val = sk->ax25->t2 / PR_SLOWHZ; |
PR_SLOWHZ | 794 | net/ax25/af_ax25.c | val = sk->ax25->t3 / PR_SLOWHZ; |
PR_SLOWHZ | 2055 | net/ax25/af_ax25.c | ax25->t1timer / PR_SLOWHZ, |
PR_SLOWHZ | 2056 | net/ax25/af_ax25.c | ax25->t1 / PR_SLOWHZ, |
PR_SLOWHZ | 2057 | net/ax25/af_ax25.c | ax25->t2timer / PR_SLOWHZ, |
PR_SLOWHZ | 2058 | net/ax25/af_ax25.c | ax25->t2 / PR_SLOWHZ, |
PR_SLOWHZ | 2059 | net/ax25/af_ax25.c | ax25->t3timer / PR_SLOWHZ, |
PR_SLOWHZ | 2060 | net/ax25/af_ax25.c | ax25->t3 / PR_SLOWHZ, |
PR_SLOWHZ | 2062 | net/ax25/af_ax25.c | ax25->rtt / PR_SLOWHZ, |
PR_SLOWHZ | 475 | net/ax25/ax25_route.c | ax25_dev->values[AX25_VALUES_T1] = (AX25_DEF_T1 * PR_SLOWHZ) / 2; |
PR_SLOWHZ | 476 | net/ax25/ax25_route.c | ax25_dev->values[AX25_VALUES_T2] = AX25_DEF_T2 * PR_SLOWHZ; |
PR_SLOWHZ | 477 | net/ax25/ax25_route.c | ax25_dev->values[AX25_VALUES_T3] = AX25_DEF_T3 * PR_SLOWHZ; |
PR_SLOWHZ | 566 | net/ax25/ax25_route.c | ax25_dev->values[AX25_VALUES_T1] *= (PR_SLOWHZ / 2); |
PR_SLOWHZ | 567 | net/ax25/ax25_route.c | ax25_dev->values[AX25_VALUES_T2] *= PR_SLOWHZ; |
PR_SLOWHZ | 568 | net/ax25/ax25_route.c | ax25_dev->values[AX25_VALUES_T3] *= PR_SLOWHZ; |
PR_SLOWHZ | 580 | net/ax25/ax25_route.c | ax25_parms.values[AX25_VALUES_T1] /= (PR_SLOWHZ * 2); |
PR_SLOWHZ | 581 | net/ax25/ax25_route.c | ax25_parms.values[AX25_VALUES_T2] /= PR_SLOWHZ; |
PR_SLOWHZ | 582 | net/ax25/ax25_route.c | ax25_parms.values[AX25_VALUES_T3] /= PR_SLOWHZ; |
PR_SLOWHZ | 299 | net/ax25/ax25_subr.c | if (ax25->rtt < 1 * PR_SLOWHZ) |
PR_SLOWHZ | 300 | net/ax25/ax25_subr.c | ax25->rtt = 1 * PR_SLOWHZ; |
PR_SLOWHZ | 319 | net/netrom/af_netrom.c | sk->nr->rtt = (opt * PR_SLOWHZ) / 2; |
PR_SLOWHZ | 325 | net/netrom/af_netrom.c | sk->nr->t2 = opt * PR_SLOWHZ; |
PR_SLOWHZ | 360 | net/netrom/af_netrom.c | val = (sk->nr->t1 * 2) / PR_SLOWHZ; |
PR_SLOWHZ | 364 | net/netrom/af_netrom.c | val = sk->nr->t2 / PR_SLOWHZ; |
PR_SLOWHZ | 993 | net/netrom/af_netrom.c | if (timeout * PR_SLOWHZ < make->nr->rtt * 2) |
PR_SLOWHZ | 994 | net/netrom/af_netrom.c | make->nr->rtt = (timeout * PR_SLOWHZ) / 2; |
PR_SLOWHZ | 1371 | net/netrom/af_netrom.c | s->nr->t1timer / PR_SLOWHZ, |
PR_SLOWHZ | 1372 | net/netrom/af_netrom.c | s->nr->t1 / PR_SLOWHZ, |
PR_SLOWHZ | 1373 | net/netrom/af_netrom.c | s->nr->t2timer / PR_SLOWHZ, |
PR_SLOWHZ | 1374 | net/netrom/af_netrom.c | s->nr->t2 / PR_SLOWHZ, |
PR_SLOWHZ | 1376 | net/netrom/af_netrom.c | s->nr->rtt / PR_SLOWHZ, |
PR_SLOWHZ | 190 | net/netrom/nr_subr.c | timeout = (sk->nr->rtt / PR_SLOWHZ) * 2; |
PR_SLOWHZ | 315 | net/netrom/nr_subr.c | if (sk->nr->rtt < 1 * PR_SLOWHZ) |
PR_SLOWHZ | 316 | net/netrom/nr_subr.c | sk->nr->rtt = 1 * PR_SLOWHZ; |