Searched refs:get_duration (Results 1 – 6 of 6) sorted by relevance
98 def get_duration(self, step=None): member in Package116 data = sorted(data, key=lambda p: p.get_duration(), reverse=True)125 val.append(p.get_duration(step))183 total += p.get_duration()190 for p in sorted(data, key=lambda p: p.get_duration()):191 if p.get_duration() < (total * 0.01):192 other_value += p.get_duration()195 values.append(p.get_duration())224 val += p.get_duration(step)
116 def get_duration(self): member in BuildRequest
72 return ath9k_hw_ops(ah)->get_duration(ah, ds, index); in ath9k_hw_get_duration()
427 ops->get_duration = ar9002_hw_get_duration; in ar9002_hw_attach_mac_ops()
461 ops->get_duration = ar9003_hw_get_duration; in ar9003_hw_attach_mac_ops()
736 int (*get_duration)(struct ath_hw *ah, const void *ds, int index); member