Searched refs:randomize (Results 1 – 3 of 3) sorted by relevance
| /tools/perf/bench/ |
| A D | epoll-wait.c | 93 static bool wdone, done, __verbose, randomize, nonblocking; variable 132 OPT_BOOLEAN('R', "randomize", &randomize, "Enable random write behaviour (default is lineal)"), 390 randomize? "random":"lineal"); in writerfn() 393 if (randomize) { in writerfn() 400 if (randomize) { in writerfn() 536 if (randomize) in bench_epoll_wait()
|
| A D | epoll-ctl.c | 38 static bool done, __verbose, randomize; variable 80 OPT_BOOLEAN( 'R', "randomize", &randomize, "Perform random operations on random fds"), 188 if (randomize) { in workerfn() 259 if (randomize) in do_threads()
|
| /tools/testing/selftests/net/ |
| A D | tcp_mmap.c | 426 static void randomize(void *target, size_t count) in randomize() function 582 randomize(buffer, buffer_sz); in main()
|
Completed in 8 milliseconds