Searched refs:min_burst (Results 1 – 3 of 3) sorted by relevance
97 * ``min_burst`` specifies the minimum number of inflight events that can be110 --vdev="event_sw0,min_burst=8,deq_burst=64,refill_once=1"
143 uint64_t min_burst, max_burst; in nix_tm_shaper_profile_add() local158 min_burst = NIX_TM_MIN_SHAPER_BURST; in nix_tm_shaper_profile_add()174 if (commit_sz < min_burst || commit_sz > max_burst) in nix_tm_shaper_profile_add()183 if (peak_sz < min_burst || peak_sz > max_burst) in nix_tm_shaper_profile_add()
275 uint64_t min_burst, max_burst; in nix_tm_shaper_burst_conv() local279 min_burst = NIX_TM_MIN_SHAPER_BURST; in nix_tm_shaper_burst_conv()282 if (value < min_burst || value > max_burst) in nix_tm_shaper_burst_conv()