Searched refs:cpucount (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | bootgraph.py | 92 if self.cpucount > 0: 93 bs = min(self.memtotal // 2, 2*1024*1024) // self.cpucount
|
H A 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)
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.h | 1196 u16 cpucount[NUM_TX_QUEUES]; member
|
H A D | ucc_geth.c | 2628 /* Set pointers to cpucount registers in scheduler */ in ucc_geth_startup() 3135 ugeth->cpucount[txQ]++; in ucc_geth_start_xmit() 3140 out_be16(ugeth->p_cpucount[txQ], ugeth->cpucount[txQ]); in ucc_geth_start_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.h | 1189 u16 cpucount[NUM_TX_QUEUES]; member
|
H A D | ucc_geth.c | 2493 /* Set pointers to cpucount registers in scheduler */ in ucc_geth_startup() 2973 ugeth->cpucount[txQ]++; in ucc_geth_start_xmit() 2978 out_be16(ugeth->p_cpucount[txQ], ugeth->cpucount[txQ]); in ucc_geth_start_xmit()
|
Completed in 46 milliseconds