Searched refs:rotor (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/sparc/mm/ |
D | io-unit.c | 57 iounit->rotor[1] = IOUNIT_BMAP2_START; in iounit_iommu_init() 58 iounit->rotor[2] = IOUNIT_BMAPM_START; in iounit_iommu_init() 98 unsigned long rotor, scan, limit; in iounit_get_area() local 113 rotor = iounit->rotor[j - 1]; in iounit_get_area() 115 scan = rotor; in iounit_get_area() 118 if (limit != rotor) { in iounit_get_area() 119 limit = rotor; in iounit_get_area() 131 iounit->rotor[j - 1] = (scan < limit) ? scan : iounit->limit[j - 1]; in iounit_get_area()
|
/Linux-v5.4/Documentation/hwmon/ |
D | max31785.rst | 24 For dual-rotor configurations the MAX31785A exposes the second rotor tachometer 26 the slowest rotor measurement, and does so in the fan[1-4]_input attributes. 41 second rotor of fans 1-4
|
/Linux-v5.4/arch/sparc/kernel/ |
D | pci_msi.c | 78 u32 ret, rotor; in pick_msiq() local 82 rotor = pbm->msiq_rotor; in pick_msiq() 83 ret = pbm->msiq_first + rotor; in pick_msiq() 85 if (++rotor >= pbm->msiq_num) in pick_msiq() 86 rotor = 0; in pick_msiq() 87 pbm->msiq_rotor = rotor; in pick_msiq()
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | io-unit.h | 48 unsigned long rotor[3]; member
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | aspeed-bmc-opp-swift.dts | 349 maxim,fan-rotor-input = "tach"; 361 maxim,fan-rotor-input = "tach"; 373 maxim,fan-rotor-input = "tach"; 385 maxim,fan-rotor-input = "tach"; 397 maxim,fan-rotor-input = "tach";
|
/Linux-v5.4/kernel/cgroup/ |
D | cpuset.c | 3478 static int cpuset_spread_node(int *rotor) in cpuset_spread_node() argument 3480 return *rotor = next_node_in(*rotor, current->mems_allowed); in cpuset_spread_node()
|
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
D | cpusets.rst | 362 value of a per-task rotor cpuset_mem_spread_rotor to select the next
|