Searched defs:running (Results 1 - 5 of 5) sorted by relevance

/net/irda/irnet/
H A Dirnet_irda.h47 int running; /* Are we operational ? */ member in struct:irnet_root
/net/mac802154/
H A Dmac802154.h57 /* SoftMAC device is registered and running. One can add subinterfaces.
61 bool running; member in struct:mac802154_priv
80 bool running; member in struct:mac802154_sub_if_data
/net/packet/
H A Dinternal.h103 unsigned int running:1, /* prot_hook is attached*/ member in struct:packet_sock
/net/core/
H A Dpktgen.c69 * for running devices in the if_list and sends packets until count is 0 it
248 int running; /* if false, the test will stop */ member in struct:pktgen_dev
690 /* not really stopped, more like last-running-at */
691 stopped = pkt_dev->running ? ktime_get() : pkt_dev->stopped_at;
1765 if (pkt_dev->running)
1771 if (!pkt_dev->running)
2219 } while (t.task && pkt_dev->running && !signal_pending(current));
3044 pkt_dev->running = 1; /* Cranke yeself! */
3074 if (pkt_dev->running) {
3184 /* Set stopped-at timer, remove from running lis
[all...]
/net/mac80211/
H A Dieee80211_i.h680 * @SDATA_STATE_RUNNING: virtual interface is up & running; this
972 bool running; member in struct:tpt_led_trigger

Completed in 1529 milliseconds