Searched refs:cpucount (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/power/pm-graph/ |
D | bootgraph.py | 87 if self.cpucount > 0: 88 bs = min(self.memtotal / 2, 2*1024*1024) / self.cpucount
|
D | sleepgraph.py | 92 cpucount = 0 variable in SystemValues 324 (m, p, c, b, self.cpucount, self.memtotal, self.memfree) 333 print fmt % ('cpucount', ('%d' % self.cpucount)) 337 self.cpucount = 0 341 self.cpucount += 1 648 cpus = max(1, self.cpucount)
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | ucc_geth.h | 1194 u16 cpucount[NUM_TX_QUEUES]; member
|
D | ucc_geth.c | 3145 ugeth->cpucount[txQ]++; in ucc_geth_start_xmit() 3150 out_be16(ugeth->p_cpucount[txQ], ugeth->cpucount[txQ]); in ucc_geth_start_xmit()
|