Searched refs:cpucount (Results 1 – 3 of 3) sorted by relevance
/linux/tools/power/pm-graph/ |
H A D | bootgraph.py | 94 if self.cpucount > 0: 95 bs = min(self.memtotal // 2, 2*1024*1024) // self.cpucount
|
H A D | sleepgraph.py | 116 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 D | ucc_geth.h | 1189 u16 cpucount[NUM_TX_QUEUES]; member
|