Lines Matching refs:running
274 int running; /* if false, the test will stop */ member
693 stopped = pkt_dev->running ? ktime_get() : pkt_dev->stopped_at; in pktgen_if_show()
1894 if (pkt_dev->running) in pktgen_thread_show()
1900 if (!pkt_dev->running) in pktgen_thread_show()
2350 } while (t.task && pkt_dev->running && !signal_pending(current)); in spin()
3228 pkt_dev->running = 1; /* Cranke yeself! */ in pktgen_run()
3263 if (pkt_dev->running) { in thread_is_running()
3387 if (!pkt_dev->running) { in pktgen_stop_device()
3393 pkt_dev->running = 0; in pktgen_stop_device()
3409 if (!pkt_dev->running) in next_to_run()
3816 pkt_dev->running = 0; in add_dev_to_thread()
3988 if (pkt_dev->running) { in pktgen_remove_device()