Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_queue.c42 #define BATCH_TIME_NSEC (400 * 1000) /* 400us */ macro
510 double budget = BATCH_TIME_NSEC / ns_per_cost; in claim_batch()