Home
last modified time | relevance | path

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

/linux-4.4.14/sound/usb/usx2y/
Dusbus428ctldefs.h46 #define T_STOP 4 macro
/linux-4.4.14/net/core/
Dpktgen.c208 #define T_STOP (1<<0) /* Stop run */ macro
3105 t->control &= ~(T_STOP); in pktgen_run()
3117 t->control |= T_STOP; in pktgen_stop_all_threads_ifs()
3165 t->control |= (T_STOP); in pktgen_wait_all_threads_run()
3540 if (t->control & T_STOP) { in pktgen_thread_worker()
3542 t->control &= ~(T_STOP); in pktgen_thread_worker()