Searched defs:pace (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_hpts_test.c | 58 #define tcp_hpts_init(pace, tp) __tcp_hpts_init((pace), (tp)) argument 59 #define tcp_hpts_remove(pace, tp) __tcp_hpts_remove((pace), (tp)) argument 60 #define tcp_hpts_insert(pace, tp, usecs, diag) \ argument 62 #define tcp_set_hpts(pace, tp) __tcp_set_hpts((pace), (tp)) argument 320 struct tcp_hptsi *pace = (struct tcp_hptsi*)tp->t_tfo_pending; in test_tcp_output() local 348 struct tcp_hptsi *pace = (struct tcp_hptsi*)tp->t_tfo_pending; in test_tfb_do_queued_segments() local 382 test_hpts_create_tcpcb(struct ktest_test_context *ctx, struct tcp_hptsi *pace) in test_hpts_create_tcpcb() 450 struct tcp_hptsi *pace; in KTEST_FUNC() local 483 struct tcp_hptsi *pace; in KTEST_FUNC() local 545 struct tcp_hptsi *pace; in KTEST_FUNC() local [all …]
|
| H A D | tcp_hpts.c | 385 tcp_hptsi_random_cpu(struct tcp_hptsi *pace) in tcp_hptsi_random_cpu() 441 struct tcp_hptsi *pace; in tcp_hpts_sleep_timeout() local 460 struct tcp_hptsi *pace; in tcp_hpts_sleep() local 485 struct tcp_hptsi *pace; in tcp_hpts_wake() local 532 tcp_hpts_lock(struct tcp_hptsi *pace, struct tcpcb *tp) in tcp_hpts_lock() 565 __tcp_hpts_init(struct tcp_hptsi *pace, struct tcpcb *tp) in __tcp_hpts_init() 580 __tcp_hpts_remove(struct tcp_hptsi *pace, struct tcpcb *tp) in __tcp_hpts_remove() 823 __tcp_hpts_insert(struct tcp_hptsi *pace, struct tcpcb *tp, uint32_t usecs, in __tcp_hpts_insert() 992 hpts_cpuid(struct tcp_hptsi *pace, struct tcpcb *tp, int *failed) in hpts_cpuid() 1086 struct tcp_hptsi *pace; in tcp_hptsi() local [all …]
|
| /freebsd/sys/geom/ |
| H A D | geom_io.c | 90 static volatile u_int __read_mostly pace; variable
|