Searched refs:T_STOP (Results 1 – 2 of 2) sorted by relevance
46 #define T_STOP 4 macro
202 #define T_STOP (1<<0) /* Stop run */ macro3033 t->control &= ~(T_STOP); in pktgen_run()3045 t->control |= T_STOP; in pktgen_stop_all_threads_ifs()3095 t->control |= (T_STOP); in pktgen_wait_all_threads_run()3446 if (t->control & T_STOP) { in pktgen_thread_worker()3448 t->control &= ~(T_STOP); in pktgen_thread_worker()