Searched refs:cpucount (Results 1 – 4 of 4) sorted by relevance
/openbmc/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 | 115 cpucount = 0 variable in SystemValues 446 (m, p, c, b, r, self.cpucount, self.memtotal, self.memfree) 459 print(fmt % ('cpucount', ('%d' % self.cpucount))) 463 self.cpucount = 0 468 self.cpucount += 1 793 cpus = max(1, self.cpucount)
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.h | 1189 u16 cpucount[NUM_TX_QUEUES]; member
|
H A D | ucc_geth.c | 2973 ugeth->cpucount[txQ]++; in ucc_geth_start_xmit() 2978 out_be16(ugeth->p_cpucount[txQ], ugeth->cpucount[txQ]); in ucc_geth_start_xmit()
|