Home
last modified time | relevance | path

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

/linux-6.12.1/sound/usb/usx2y/
Dusbus428ctldefs.h33 #define T_STOP 4 macro
/linux-6.12.1/net/core/
Dpktgen.c225 #define T_STOP (1<<0) /* Stop run */ macro
3187 t->control &= ~(T_STOP); in pktgen_run()
3206 pktgen_handle_all_threads(pn, T_STOP); in pktgen_stop_all_threads()
3262 t->control |= (T_STOP); in pktgen_wait_all_threads_run()
3686 if (t->control & T_STOP) { in pktgen_thread_worker()
3688 t->control &= ~(T_STOP); in pktgen_thread_worker()