Home
last modified time | relevance | path

Searched refs:T_STOP (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/sound/usb/usx2y/
Dusbus428ctldefs.h33 #define T_STOP 4 macro
/Linux-v5.4/net/core/
Dpktgen.c221 #define T_STOP (1<<0) /* Stop run */ macro
3027 t->control &= ~(T_STOP); in pktgen_run()
3039 t->control |= T_STOP; in pktgen_stop_all_threads_ifs()
3097 t->control |= (T_STOP); in pktgen_wait_all_threads_run()
3499 if (t->control & T_STOP) { in pktgen_thread_worker()
3501 t->control &= ~(T_STOP); in pktgen_thread_worker()