Lines Matching defs:done
113 static volatile int done;
160 if (record__output_max_size_exceeded(rec) && !done) {
164 done = 1;
303 * Coping can be done in two steps in case the chunk of profiling data
324 * perf_mmap__put() is done at record__aio_complete()
558 done = 1;
563 * It is possible for this signal handler to run after done is checked
565 * happens, the poll() will continue to wait even though done is set,
568 * done is set, use an eventfd (done_fd) to wake up the poll().
1345 done = 1;
1861 * BKW_MMAP_EMPTY here: when done == true and
1867 if (trigger_is_hit(&switch_output_trigger) || done || draining)
1927 if (done || draining)
1966 if (done && !disabled && !target__none(&opts->target)) {