Searched refs:expecting_more (Results 1 – 2 of 2) sorted by relevance
25 bool (*expecting_more)(void); member215 if (tracer->expecting_more) { in tracer_thread_func()217 if (!tracer->expecting_more()) in tracer_thread_func()292 if (!tracer->expecting_more) in final_wait_for_events()300 while (tracer->expecting_more() && ret != ETIMEDOUT) in final_wait_for_events()335 bool (*expecting_more)(void), in create_ftracer()381 tracer->expecting_more = expecting_more; in create_ftracer()
668 bool (*expecting_more)(void),