Lines Matching defs:running
63 * for running devices in the if_list and sends packets until count is 0 it
275 int running; /* if false, the test will stop */
689 /* not really stopped, more like last-running-at */
690 stopped = pkt_dev->running ? ktime_get() : pkt_dev->stopped_at;
1836 if (pkt_dev->running)
1842 if (!pkt_dev->running)
2289 } while (t.task && pkt_dev->running && !signal_pending(current));
3159 pkt_dev->running = 1; /* Cranke yeself! */
3194 if (pkt_dev->running) {
3313 /* Set stopped-at timer, remove from running list, do counters & statistics */
3318 if (!pkt_dev->running) {
3324 pkt_dev->running = 0;
3340 if (!pkt_dev->running)
3719 pkt_dev->running = 0;
3893 if (pkt_dev->running) {
3894 pr_warn("WARNING: trying to remove a running interface, stopping it now\n");