Searched refs:rotor (Results 1 – 6 of 6) sorted by relevance
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() local113 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()
20 For dual-rotor configurations the MAX31785A exposes the second rotor tachometer22 the slowest rotor measurement, and does so in the fan[1-4]_input attributes.36 second rotor of fans 1-4
78 u32 ret, rotor; in pick_msiq() local82 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()
48 unsigned long rotor[3]; member
2614 static int cpuset_spread_node(int *rotor) in cpuset_spread_node() argument2616 return *rotor = next_node_in(*rotor, current->mems_allowed); in cpuset_spread_node()
359 value of a per-task rotor cpuset_mem_spread_rotor to select the next