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

/net/mac80211/
H A Doffchannel.c224 if (!roc->started)
271 if (WARN_ON_ONCE(roc->started))
284 roc->started = true;
338 bool started, on_channel; local
356 if (!roc->started) {
363 * treat it as though the ROC operation started properly, so
389 roc->started = true;
396 started = roc->started;
400 if (started
[all...]
H A Dieee80211_i.h332 bool started, abort, hw_begun, notified; member in struct:ieee80211_roc_work
1105 /* device is started */
1106 bool started; member in struct:ieee80211_local
/net/ceph/
H A Dceph_common.c571 int __ceph_open_session(struct ceph_client *client, unsigned long started) argument
583 if (timeout && time_after_eq(jiffies, started + timeout))
605 unsigned long started = jiffies; /* note the start time */ local
610 ret = __ceph_open_session(client, started);
H A Dmon_client.c304 unsigned long started = jiffies; local
311 if (timeout != 0 && time_after_eq(jiffies, started + timeout))
/net/core/
H A Dpktgen.c378 * started as it used to do.)
701 " started: %lluus stopped: %lluus idle: %lluus\n",
3024 int started = 0; local
3045 started++;
3050 if (started)

Completed in 71 milliseconds