Home
last modified time | relevance | path

Searched refs:T_STOP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/usb/usx2y/
H A Dusbus428ctldefs.h33 #define T_STOP 4 macro
/kernel/linux/linux-6.6/sound/usb/usx2y/
H A Dusbus428ctldefs.h33 #define T_STOP 4 macro
/kernel/linux/linux-5.10/net/core/
H A 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()
3498 if (t->control & T_STOP) { in pktgen_thread_worker()
3500 t->control &= ~(T_STOP); in pktgen_thread_worker()
/kernel/linux/linux-6.6/net/core/
H A Dpktgen.c224 #define T_STOP (1<<0) /* Stop run */ macro
3166 t->control &= ~(T_STOP); in pktgen_run()
3185 pktgen_handle_all_threads(pn, T_STOP); in pktgen_stop_all_threads()
3241 t->control |= (T_STOP); in pktgen_wait_all_threads_run()
3639 if (t->control & T_STOP) { in pktgen_thread_worker()
3641 t->control &= ~(T_STOP); in pktgen_thread_worker()

Completed in 9 milliseconds