Home
last modified time | relevance | path

Searched refs:rotor (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/device-tree/src/arm/
H A Daspeed-bmc-opp-swift.dts350 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";
H A Daspeed-bmc-opp-tacoma.dts476 maxim,fan-rotor-input = "tach";
489 maxim,fan-rotor-input = "tach";
502 maxim,fan-rotor-input = "tach";
515 maxim,fan-rotor-input = "tach";
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dmetaslab.c1200 metaslab_group_allocatable(metaslab_group_t *mg, metaslab_group_t *rotor, in metaslab_group_allocatable() argument
1271 mgp != rotor; mgp = mgp->mg_next) { in metaslab_group_allocatable()
5065 metaslab_group_t *mg, *fast_mg, *rotor; in metaslab_alloc_dva() local
5148 rotor = mg; in metaslab_alloc_dva()
5175 allocatable = metaslab_group_allocatable(mg, rotor, in metaslab_alloc_dva()
5284 } while ((mg = mg->mg_next) != rotor); in metaslab_alloc_dva()
5299 metaslab_trace_add(zal, rotor, NULL, psize, d, TRACE_ENOSPC, allocator); in metaslab_alloc_dva()