Searched defs:n_memfd (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dtest-bus-benchmark.c117 unsigned n_copying, n_memfd; local
142 for (n_memfd = 0;; n_memfd++) {
147 printf("%u\n", (unsigned) ((n_memfd * USEC_PER_SEC) / arg_loop_usec));
149 if (n_copying == n_memfd)
152 if (n_copying > n_memfd)
206 unsigned n_copying, n_memfd; local
226 for (n_memfd = 0;; n_memfd++) {
232 printf("%u\n", (unsigned) ((n_memfd * USEC_PER_SE
[all...]

Completed in 974 milliseconds