Home
last modified time | relevance | path

Searched refs:get_duration (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgraph-build-time98 def get_duration(self, step=None): member in Package
116 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)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dmodels.py116 def get_duration(self): member in BuildRequest
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dhw-ops.h72 return ath9k_hw_ops(ah)->get_duration(ah, ds, index); in ath9k_hw_get_duration()
H A Dar9002_mac.c427 ops->get_duration = ar9002_hw_get_duration; in ar9002_hw_attach_mac_ops()
H A Dar9003_mac.c461 ops->get_duration = ar9003_hw_get_duration; in ar9003_hw_attach_mac_ops()
H A Dhw.h736 int (*get_duration)(struct ath_hw *ah, const void *ds, int index); member