Searched refs:qstat (Results 1 – 3 of 3) sorted by relevance
103 qstat = get_qstat(cfg)104 if qstat is None:108 ksft_in(key, qstat, "Drivers should always report basic keys")113 def stat_cmp(rstat, qstat): argument115 if rstat[key] != qstat[key]:116 return rstat[key] - qstat[key]121 if stat_cmp(rtstat, qstat) < 0:123 qstat = get_qstat(cfg)124 if stat_cmp(rtstat, qstat) > 0:205 qstat = netfam.qstats_get({"ifindex": cfg.ifindex}, dump=True)[0][all …]
177 DEFINE_SHOW_ATTRIBUTE(qstat);
363 "qstat" ops are invoked under the instance lock for "ops locked" drivers,