Lines Matching defs:env
20 struct env { struct21 char *bench_name;22 int duration_sec;23 int warmup_sec;24 bool verbose;25 bool list;26 bool affinity;27 int consumer_cnt;28 int producer_cnt;29 struct cpu_set prod_cpus;53 extern struct env env; argument