Lines Matching defs:running
63 * for running devices in the if_list and sends packets until count is 0 it
266 int running; /* if false, the test will stop */
665 /* not really stopped, more like last-running-at */
666 stopped = pkt_dev->running ? ktime_get() : pkt_dev->stopped_at;
1729 if (pkt_dev->running)
1735 if (!pkt_dev->running)
2181 } while (t.task && pkt_dev->running && !signal_pending(current));
3020 pkt_dev->running = 1; /* Cranke yeself! */
3050 if (pkt_dev->running) {
3171 /* Set stopped-at timer, remove from running list, do counters & statistics */
3176 if (!pkt_dev->running) {
3182 pkt_dev->running = 0;
3198 if (!pkt_dev->running)
3578 pkt_dev->running = 0;
3752 if (pkt_dev->running) {
3753 pr_warn("WARNING: trying to remove a running interface, stopping it now\n");