Searched refs:threshold_interval (Results 1 – 3 of 3) sorted by relevance
131 extern uint32_t threshold_interval; /* in seconds */
328 uint32_t threshold_interval = 2; /* in seconds */; variable329 SYSCTL_UINT(_net_link_generic_system, OID_AUTO, threshold_interval,330 CTLFLAG_RW | CTLFLAG_LOCKED, &threshold_interval, 0, "");
7747 uint64_t tival = (threshold_interval * NSEC_PER_SEC); in ifnet_notify_data_threshold()