Searched refs:cpucount (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/power/pm-graph/ |
D | bootgraph.py | 92 if self.cpucount > 0: 93 bs = min(self.memtotal // 2, 2*1024*1024) // self.cpucount
|
D | sleepgraph.py | 107 cpucount = 0 variable in SystemValues 413 (m, p, c, b, r, self.cpucount, self.memtotal, self.memfree) 422 print(fmt % ('cpucount', ('%d' % self.cpucount))) 426 self.cpucount = 0 430 self.cpucount += 1 752 cpus = max(1, self.cpucount)
|
/Linux-v5.10/drivers/net/ethernet/freescale/ |
D | ucc_geth.h | 1189 u16 cpucount[NUM_TX_QUEUES]; member
|
D | ucc_geth.c | 3135 ugeth->cpucount[txQ]++; in ucc_geth_start_xmit() 3140 out_be16(ugeth->p_cpucount[txQ], ugeth->cpucount[txQ]); in ucc_geth_start_xmit()
|