Searched refs:rotor (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/sparc/mm/ |
D | io-unit.c | 56 iounit->rotor[1] = IOUNIT_BMAP2_START; in iounit_iommu_init() 57 iounit->rotor[2] = IOUNIT_BMAPM_START; in iounit_iommu_init() 99 unsigned long rotor, scan, limit; in iounit_get_area() local 114 rotor = iounit->rotor[j - 1]; in iounit_get_area() 116 scan = rotor; in iounit_get_area() 119 if (limit != rotor) { in iounit_get_area() 120 limit = rotor; in iounit_get_area() 132 iounit->rotor[j - 1] = (scan < limit) ? scan : iounit->limit[j - 1]; in iounit_get_area()
|
/linux-6.1.9/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-6.1.9/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-6.1.9/arch/sparc/include/asm/ |
D | io-unit.h | 48 unsigned long rotor[3]; member
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | aspeed-bmc-opp-swift.dts | 350 maxim,fan-rotor-input = "tach"; 362 maxim,fan-rotor-input = "tach"; 374 maxim,fan-rotor-input = "tach"; 386 maxim,fan-rotor-input = "tach"; 398 maxim,fan-rotor-input = "tach";
|
D | aspeed-bmc-opp-tacoma.dts | 487 maxim,fan-rotor-input = "tach"; 500 maxim,fan-rotor-input = "tach"; 513 maxim,fan-rotor-input = "tach"; 526 maxim,fan-rotor-input = "tach";
|
/linux-6.1.9/kernel/cgroup/ |
D | cpuset.c | 3883 static int cpuset_spread_node(int *rotor) in cpuset_spread_node() argument 3885 return *rotor = next_node_in(*rotor, current->mems_allowed); in cpuset_spread_node()
|
/linux-6.1.9/Documentation/admin-guide/cgroup-v1/ |
D | cpusets.rst | 375 value of a per-task rotor cpuset_mem_spread_rotor to select the next
|