Searched refs:bandwidth_init (Results 1 – 2 of 2) sorted by relevance
40 inline static void bandwidth_init(bandwidth_st* b, size_t kb_per_sec) in bandwidth_init() function
2832 bandwidth_init(&ws->b_rx, ws->user_config->rx_per_sec); in worker_event_loop()2833 bandwidth_init(&ws->b_tx, ws->user_config->tx_per_sec); in worker_event_loop()