Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-benchmark.c101 unsigned n_copying, n_memfd; in client_bisect() local
126 for (n_memfd = 0;; n_memfd++) { in client_bisect()
131 printf("%u\n", (unsigned) ((n_memfd * USEC_PER_SEC) / arg_loop_usec)); in client_bisect()
133 if (n_copying == n_memfd) in client_bisect()
136 if (n_copying > n_memfd) in client_bisect()
187 unsigned n_memfd; in client_chart() local
192 for (n_memfd = 0;; n_memfd++) { in client_chart()
198 printf("%u\n", (unsigned) ((n_memfd * USEC_PER_SEC) / arg_loop_usec)); in client_chart()