Searched refs:gp (Results 201 - 203 of 203) sorted by relevance

123456789

/freebsd-current/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h96 unw_word_t gp; /* not used */ member in struct:unw_proc_info_t
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dfil.c3551 frgroup_t **gp; local
3553 for (gp = group->fg_set; *gp != NULL; gp = &(*gp)->fg_next) {
3554 if (*gp == group) {
3555 *gp = group->fg_next;
/freebsd-current/sys/netinet/tcp_stacks/
H A Drack.c314 static uint32_t rack_max_drain_wait = 2; /* How man gp srtt's before we give up draining */
361 static int32_t rack_do_dyn_mul = 0; /* Are the rack gp multipliers dynamic */
986 "How to set cwnd at exit, 0 - dynamic, 1 - use min-rtt, 2 - use curgprtt, 3 - entry gp-rtt");
4425 /* Set to current gp rtt */
4429 /* Set to entry gp rtt */
4499 /* We do not do p-rtt unless we have gp measurements */
4832 * the gp range or up to it.
5136 /* We store gp for b/w in bytes per second */
5292 * growth of gp outside of that period all we need to do is
5390 /* reset the gp srt
18093 uint64_t lt_bw, gp, rate; local
[all...]

Completed in 183 milliseconds

123456789