Searched refs:cpucount (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.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 | 108 cpucount = 0 variable in SystemValues 415 (m, p, c, b, r, self.cpucount, self.memtotal, self.memfree) 424 print(fmt % ('cpucount', ('%d' % self.cpucount))) 428 self.cpucount = 0 432 self.cpucount += 1 748 cpus = max(1, self.cpucount)
|
/linux-5.19.10/drivers/net/ethernet/freescale/ |
D | ucc_geth.h | 1189 u16 cpucount[NUM_TX_QUEUES]; member
|
D | ucc_geth.c | 2972 ugeth->cpucount[txQ]++; in ucc_geth_start_xmit() 2977 out_be16(ugeth->p_cpucount[txQ], ugeth->cpucount[txQ]); in ucc_geth_start_xmit()
|