Lines Matching refs:filler
55 if (filler) \
87 test_mutex (long iters, int filler) in test_mutex() argument
107 test_mutex_trylock (long iters, int filler) in test_mutex_trylock() argument
128 test_rwlock_read (long iters, int filler) in test_rwlock_read() argument
148 test_rwlock_tryread (long iters, int filler) in test_rwlock_tryread() argument
169 test_rwlock_write (long iters, int filler) in test_rwlock_write() argument
189 test_rwlock_trywrite (long iters, int filler) in test_rwlock_trywrite() argument
210 test_spin_lock (long iters, int filler) in test_spin_lock() argument
230 test_spin_trylock (long iters, int filler) in test_spin_trylock() argument
251 test_sem_wait (long iters, int filler) in test_sem_wait() argument
271 test_sem_trywait (long iters, int filler) in test_sem_trywait() argument
304 test_condvar (long iters, int filler) in test_condvar() argument
337 int filler; member
349 int filler = p->filler; in test_producer_thread() local
373 test_consumer_producer (long iters, int filler) in test_consumer_producer() argument
380 p.filler = filler; in test_consumer_producer()
419 do_bench_2 (const char *name, test_t func, int filler, json_ctx_t *js) in do_bench_2() argument
434 cur = func(iters, filler); in do_bench_2()
461 curs[i] = func(iters, filler); in do_bench_2()
491 snprintf (buf, sizeof buf, "%s-%s", name, filler ? "filler" : "empty"); in do_bench_2()