Home
last modified time | relevance | path

Searched refs:latency_debug (Results 1 – 6 of 6) sorted by relevance

/dports/net/bird/bird-1.6.8/conf/
H A Dconf.h45 int latency_debug; /* I/O loop tracks duration of each event */ member
/dports/net/bird2/bird-2.0.8/conf/
H A Dconf.h46 int latency_debug; /* I/O loop tracks duration of each event */ member
/dports/net/bird2/bird-2.0.8/sysdep/unix/
H A Dconfig.Y107 DEBUG LATENCY bool { new_config->latency_debug = $3; }
H A Dio.c2064 if (config->latency_debug) in io_log_event()
2078 event_open = config->latency_debug ? en : NULL; in io_log_event()
/dports/net/bird/bird-1.6.8/sysdep/unix/
H A Dconfig.Y113 DEBUG LATENCY bool { new_config->latency_debug = $3; } in CF_ADDTO()
H A Dio.c2003 if (config->latency_debug) in io_log_event()
2017 event_open = config->latency_debug ? en : NULL; in io_log_event()