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

/net/mac80211/
H A Doffchannel.c222 if (!roc->started)
269 if (WARN_ON_ONCE(roc->started))
282 roc->started = true;
336 bool started; local
354 if (!roc->started) {
374 roc->started = true;
381 started = roc->started;
384 if (started) {
395 if (started)
[all...]
H A Dieee80211_i.h312 bool started, abort, hw_begun, notified; member in struct:ieee80211_roc_work
939 /* device is started */
940 bool started; member in struct:ieee80211_local
/net/ceph/
H A Dceph_common.c546 int __ceph_open_session(struct ceph_client *client, unsigned long started) argument
558 if (timeout && time_after_eq(jiffies, started + timeout))
580 unsigned long started = jiffies; /* note the start time */ local
585 ret = __ceph_open_session(client, started);
/net/tipc/
H A Dlink.h100 * @started: indicates if link has been started
149 int started; member in struct:tipc_link
/net/core/
H A Dpktgen.c372 * started as it used to do.)
683 " started: %lluus stopped: %lluus idle: %lluus\n",
2900 int started = 0; local
2921 started++;
2926 if (started)

Completed in 70 milliseconds