Searched refs:ttw (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_tcp4.c | 147 static int dump_tw_sock(struct seq_file *seq, struct tcp_timewait_sock *ttw, in dump_tw_sock() argument 150 struct inet_timewait_sock *tw = &ttw->tw_sk; in dump_tw_sock()
|
H A D | bpf_iter_tcp6.c | 152 static int dump_tw_sock(struct seq_file *seq, struct tcp_timewait_sock *ttw, in dump_tw_sock() argument 155 struct inet_timewait_sock *tw = &ttw->tw_sk; in dump_tw_sock()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 45301 + trace_time_wait_t ttw; 45359 + printf("Jobs:%d, Total time=" T_FMT "\n", ttw->jcount, T_ARG(now - ttw->start0)); 45360 + tto_print(&ttw->active, now, ttw->start0, "Active"); 45361 + tto_print(&ttw->wait, now, ttw->start0, " Wait"); 45603 + trace_time_wait_t * const ttw = &ge->ttw; 45605 + ++ttw->jcount; 45606 + tto_end(&ttw->wait, now); 45608 + if (ttw->start0 == 0) 45610 + ttw->start0 = ttw->active.start[0]; 45611 + ttw->last_update = ttw->start0; [all …]
|