Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_sockmap.c111 int prod_run_time; member
120 .prod_run_time = 0,
473 if (ctx.prod_run_time) { in producer()
475 if (ts2.tv_sec - ts1.tv_sec > ctx.prod_run_time) in producer()
570 ctx.prod_run_time = strtol(arg, NULL, 10); in parse_arg()