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 309 struct tcp_hptsi *pace = (struct tcp_hptsi*)tp->t_tfo_pending; in test_tcp_output() local 337 struct tcp_hptsi *pace = (struct tcp_hptsi*)tp->t_tfo_pending; in test_tfb_do_queued_segments() local 371 test_hpts_create_tcpcb(struct ktest_test_context *ctx, struct tcp_hptsi *pace) in test_hpts_create_tcpcb() 432 struct tcp_hptsi *pace; in KTEST_FUNC() local 465 struct tcp_hptsi *pace; in KTEST_FUNC() local 527 struct tcp_hptsi *pace; in KTEST_FUNC() local [all …]
|
| H A D | tcp_hpts.c | 397 tcp_hptsi_random_cpu(struct tcp_hptsi *pace) in tcp_hptsi_random_cpu() 453 struct tcp_hptsi *pace; in tcp_hpts_sleep_timeout() local 472 struct tcp_hptsi *pace; in tcp_hpts_sleep() local 497 struct tcp_hptsi *pace; in tcp_hpts_wake() local 544 tcp_hpts_lock(struct tcp_hptsi *pace, struct tcpcb *tp) in tcp_hpts_lock() 577 __tcp_hpts_init(struct tcp_hptsi *pace, struct tcpcb *tp) in __tcp_hpts_init() 592 __tcp_hpts_remove(struct tcp_hptsi *pace, struct tcpcb *tp) in __tcp_hpts_remove() 833 __tcp_hpts_insert(struct tcp_hptsi *pace, struct tcpcb *tp, uint32_t usecs, in __tcp_hpts_insert() 1002 hpts_cpuid(struct tcp_hptsi *pace, struct tcpcb *tp, int *failed) in hpts_cpuid() 1096 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
|