Home
last modified time | relevance | path

Searched refs:cpucount (Results 1 – 3 of 3) sorted by relevance

/linux/tools/power/pm-graph/
H A Dbootgraph.py94 if self.cpucount > 0:
95 bs = min(self.memtotal // 2, 2*1024*1024) // self.cpucount
H A Dsleepgraph.py116 cpucount = 0
457 (m, p, c, b, r, self.cpucount, self.memtotal, self.memfree)
470 print(fmt % ('cpucount', ('%d' % self.cpucount)))
474 self.cpucount = 0
479 self.cpucount += 1
804 cpus = max(1, self.cpucount)
115 cpucount = 0 global() variable in SystemValues
/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.h1189 u16 cpucount[NUM_TX_QUEUES]; member