Lines Matching refs:delays
65 static struct lock_delay *delays;
2007 .delays = delays,
2552 tmp = realloc(delays, (nr_delays + 1) * sizeof(*delays));
2557 delays = tmp;
2559 delays[nr_delays].sym = strdup(at + 1);
2560 if (delays[nr_delays].sym == NULL) {
2564 delays[nr_delays].time = duration;
2668 "Inject delays to specific locks", parse_lock_delay),