Searched refs:rotor (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/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() 100 unsigned long rotor, scan, limit; in iounit_get_area() local 115 rotor = iounit->rotor[j - 1]; in iounit_get_area() 117 scan = rotor; in iounit_get_area() 120 if (limit != rotor) { in iounit_get_area() 121 limit = rotor; in iounit_get_area() 133 iounit->rotor[j - 1] = (scan < limit) ? scan : iounit->limit[j - 1]; in iounit_get_area()
|
/linux-6.12.1/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.12.1/arch/sparc/kernel/ |
D | pci_msi.c | 80 u32 ret, rotor; in pick_msiq() local 84 rotor = pbm->msiq_rotor; in pick_msiq() 85 ret = pbm->msiq_first + rotor; in pick_msiq() 87 if (++rotor >= pbm->msiq_num) in pick_msiq() 88 rotor = 0; in pick_msiq() 89 pbm->msiq_rotor = rotor; in pick_msiq()
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | io-unit.h | 48 unsigned long rotor[3]; member
|
/linux-6.12.1/arch/arm/boot/dts/aspeed/ |
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.12.1/drivers/md/dm-vdo/ |
D | funnel-workqueue.c | 577 unsigned int rotor = this_cpu_inc_return(service_queue_rotor); in vdo_enqueue_work_queue() local 578 unsigned int index = rotor % round_robin->num_service_queues; in vdo_enqueue_work_queue()
|
/linux-6.12.1/kernel/cgroup/ |
D | cpuset.c | 4197 static int cpuset_spread_node(int *rotor) in cpuset_spread_node() argument 4199 return *rotor = next_node_in(*rotor, current->mems_allowed); in cpuset_spread_node()
|
/linux-6.12.1/Documentation/admin-guide/cgroup-v1/ |
D | cpusets.rst | 375 value of a per-task rotor cpuset_mem_spread_rotor to select the next
|