Searched refs:running (Results 1 – 15 of 15) sorted by relevance
| /net/core/ |
| A D | gen_stats.c | 151 struct gnet_stats_basic_sync *b, bool running) in gnet_stats_add_basic() argument 157 WARN_ON_ONCE((cpu || running) && in_hardirq()); in gnet_stats_add_basic() 164 if (running) in gnet_stats_add_basic() 168 } while (running && u64_stats_fetch_retry(&b->syncp, start)); in gnet_stats_add_basic() 176 struct gnet_stats_basic_sync *b, bool running) in gnet_stats_read_basic() argument 203 if (running) in gnet_stats_read_basic() 207 } while (running && u64_stats_fetch_retry(&b->syncp, start)); in gnet_stats_read_basic() 214 int type, bool running) in ___gnet_stats_copy_basic() argument 263 bool running) in gnet_stats_copy_basic() argument 265 return ___gnet_stats_copy_basic(d, cpu, b, TCA_STATS_BASIC, running); in gnet_stats_copy_basic() [all …]
|
| A D | gen_estimator.c | 45 bool running; member 69 gnet_stats_add_basic(b, e->cpu_bstats, e->bstats, e->running); in est_fetch_counters() 134 bool running, in gen_new_estimator() argument 163 est->running = running; in gen_new_estimator() 237 bool running, struct nlattr *opt) in gen_replace_estimator() argument 240 lock, running, opt); in gen_replace_estimator()
|
| A D | pktgen.c | 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() 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() [all …]
|
| /net/mac80211/ |
| A D | led.c | 266 if (!tpt_trig->running) in tpt_trig_timer() 327 if (tpt_trig->running) in ieee80211_start_tpt_led_trig() 332 tpt_trig->running = true; in ieee80211_start_tpt_led_trig() 342 if (!tpt_trig->running) in ieee80211_stop_tpt_led_trig() 345 tpt_trig->running = false; in ieee80211_stop_tpt_led_trig()
|
| A D | ieee80211_i.h | 1341 bool running; member
|
| /net/tipc/ |
| A D | Kconfig | 19 can be inserted in and removed from the running kernel whenever you 29 Saying Y here will enable support for running TIPC on 37 Saying Y here will enable support for running TIPC over IP/UDP
|
| /net/ipv4/netfilter/ |
| A D | Kconfig | 85 (e.g. when running oldconfig). It selects CONFIG_NF_LOG_SYSLOG. 93 (e.g. when running oldconfig). It selects CONFIG_NF_LOG_SYSLOG. 160 (e.g. when running oldconfig). It selects 180 (e.g. when running oldconfig). It selects 242 (e.g. when running oldconfig). It selects NETFILTER_XT_TARGET_MASQUERADE. 250 (e.g. when running oldconfig). It selects 259 (e.g. when running oldconfig). It selects 297 (e.g. when running oldconfig). It selects
|
| /net/ipv6/netfilter/ |
| A D | Kconfig | 78 (e.g. when running oldconfig). It selects CONFIG_NF_LOG_SYSLOG. 138 (e.g. when running oldconfig). It selects 194 (e.g. when running oldconfig). It selects 288 (e.g. when running oldconfig). It selects NETFILTER_XT_TARGET_MASQUERADE.
|
| /net/mptcp/ |
| A D | Kconfig | 31 Only useful for kernel devs running KUnit test harness and are not
|
| /net/hsr/ |
| A D | Kconfig | 50 Only useful for kernel devs running KUnit test harness and are not
|
| /net/sunrpc/ |
| A D | Kconfig | 84 kernel devs running KUnit test harness and are not for inclusion
|
| /net/ |
| A D | Kconfig | 14 when running on a stand-alone machine that isn't connected to any 106 kernel devs running KUnit test harness and are not for inclusion 178 firewalls often require changes to the programs running on the local
|
| /net/netfilter/ |
| A D | Kconfig | 229 If you are running the Amanda backup package <http://www.amanda.org/> 330 If you are running PPTP sessions over a stateful firewall or NAT 860 (e.g. when running oldconfig). It selects 985 (e.g. when running oldconfig). It selects 1261 (e.g. when running oldconfig). It selects 1446 (e.g. when running oldconfig). It selects 1646 the packet arrival time (at the machine which netfilter is running)
|
| /net/ipv4/ |
| A D | Kconfig | 177 be inserted in and removed from the running kernel whenever you 641 All switches in the data center network running DCTCP must support
|
| /net/sched/ |
| A D | Kconfig | 353 packets. This qdisc doesn't do anything else besides running classifiers,
|
Completed in 39 milliseconds