Searched refs:T_STOP (Results 1 – 2 of 2) sorted by relevance
33 #define T_STOP 4 macro
225 #define T_STOP (1<<0) /* Stop run */ macro3238 t->control &= ~(T_STOP); in pktgen_run()3257 pktgen_handle_all_threads(pn, T_STOP); in pktgen_stop_all_threads()3313 t->control |= (T_STOP); in pktgen_wait_all_threads_run()3738 if (t->control & T_STOP) { in pktgen_thread_worker()3740 t->control &= ~(T_STOP); in pktgen_thread_worker()