Searched defs:pace (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_hpts_test.c | 57 #define tcp_hpts_init(pace, tp) __tcp_hpts_init((pace), (tp)) argument 58 #define tcp_hpts_remove(pace, tp) __tcp_hpts_remove((pace), (tp)) argument 59 #define tcp_hpts_insert(pace, tp, usecs, diag) \ argument 61 #define tcp_set_hpts(pace, tp) __tcp_set_hpts((pace), (tp)) argument 308 struct tcp_hptsi *pace = (struct tcp_hptsi*)tp->t_tfo_pending; in test_tcp_output() local 336 struct tcp_hptsi *pace = (struct tcp_hptsi*)tp->t_tfo_pending; in test_tfb_do_queued_segments() local 370 test_hpts_create_tcpcb(struct ktest_test_context *ctx, struct tcp_hptsi *pace) in test_hpts_create_tcpcb() 431 struct tcp_hptsi *pace; in KTEST_FUNC() local 464 struct tcp_hptsi *pace; in KTEST_FUNC() local 526 struct tcp_hptsi *pace; in KTEST_FUNC() local [all …]
|
| H A D | tcp_hpts.c | 396 tcp_hptsi_random_cpu(struct tcp_hptsi *pace) in tcp_hptsi_random_cpu() 452 struct tcp_hptsi *pace; in tcp_hpts_sleep_timeout() local 471 struct tcp_hptsi *pace; in tcp_hpts_sleep() local 496 struct tcp_hptsi *pace; in tcp_hpts_wake() local 543 tcp_hpts_lock(struct tcp_hptsi *pace, struct tcpcb *tp) in tcp_hpts_lock() 576 __tcp_hpts_init(struct tcp_hptsi *pace, struct tcpcb *tp) in __tcp_hpts_init() 591 __tcp_hpts_remove(struct tcp_hptsi *pace, struct tcpcb *tp) in __tcp_hpts_remove() 832 __tcp_hpts_insert(struct tcp_hptsi *pace, struct tcpcb *tp, uint32_t usecs, in __tcp_hpts_insert() 1001 hpts_cpuid(struct tcp_hptsi *pace, struct tcpcb *tp, int *failed) in hpts_cpuid() 1095 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
|