/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | intel_lrc.c | 20 static int spinner_init(struct spinner *spin, struct drm_i915_private *i915) in spinner_init() argument 28 memset(spin, 0, sizeof(*spin)); in spinner_init() 29 spin->i915 = i915; in spinner_init() 31 spin->hws = i915_gem_object_create_internal(i915, PAGE_SIZE); in spinner_init() 32 if (IS_ERR(spin->hws)) { in spinner_init() 33 err = PTR_ERR(spin->hws); in spinner_init() 37 spin->obj = i915_gem_object_create_internal(i915, PAGE_SIZE); in spinner_init() 38 if (IS_ERR(spin->obj)) { in spinner_init() 39 err = PTR_ERR(spin->obj); in spinner_init() 43 i915_gem_object_set_cache_level(spin->hws, I915_CACHE_LLC); in spinner_init() [all …]
|
/Linux-v4.19/arch/arm64/boot/dts/arm/ |
D | foundation-v8-spin-table.dtsi | 4 * ARMv8 Foundation model DTS (spin table configuration) 8 enable-method = "spin-table"; 13 enable-method = "spin-table"; 18 enable-method = "spin-table"; 23 enable-method = "spin-table";
|
D | rtsm_ve-aemv8a.dts | 41 enable-method = "spin-table"; 49 enable-method = "spin-table"; 57 enable-method = "spin-table"; 65 enable-method = "spin-table";
|
D | foundation-v8-gicv3.dts | 10 #include "foundation-v8-spin-table.dtsi"
|
D | foundation-v8.dts | 10 #include "foundation-v8-spin-table.dtsi"
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | cpus.txt | 197 "spin-table" 230 property value of "spin-table". 359 enable-method = "spin-table"; 367 enable-method = "spin-table"; 375 enable-method = "spin-table"; 383 enable-method = "spin-table"; 391 enable-method = "spin-table"; 399 enable-method = "spin-table"; 407 enable-method = "spin-table"; 415 enable-method = "spin-table"; [all …]
|
D | topology.txt | 261 enable-method = "spin-table"; 269 enable-method = "spin-table"; 277 enable-method = "spin-table"; 285 enable-method = "spin-table"; 293 enable-method = "spin-table"; 301 enable-method = "spin-table"; 309 enable-method = "spin-table"; 317 enable-method = "spin-table"; 325 enable-method = "spin-table"; 333 enable-method = "spin-table"; [all …]
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | bcm2837.dtsi | 45 enable-method = "spin-table"; 53 enable-method = "spin-table"; 61 enable-method = "spin-table"; 69 enable-method = "spin-table";
|
/Linux-v4.19/drivers/of/unittest-data/ |
D | overlay_base.dts | 32 spin = "clockwise"; 56 spin-controller = < &spin_ctrl_2 5 &spin_ctrl_2 7 >; 57 spin-controller-names = "track_1", "track_2";
|
D | overlay.dts | 44 spin-controller = < &spin_ctrl_1 3 >; 45 spin-rph = < 30 >;
|
/Linux-v4.19/drivers/net/can/softing/ |
D | softing_main.c | 44 spin_lock_bh(&card->spin); in softing_set_reset_dpram() 47 spin_unlock_bh(&card->spin); in softing_set_reset_dpram() 54 spin_lock_bh(&card->spin); in softing_clr_reset_dpram() 57 spin_unlock_bh(&card->spin); in softing_clr_reset_dpram() 76 spin_lock(&card->spin); in softing_netdev_start_xmit() 125 spin_unlock(&card->spin); in softing_netdev_start_xmit() 337 spin_lock_bh(&card->spin); in softing_irq_thread() 342 spin_unlock_bh(&card->spin); in softing_irq_thread() 783 spin_lock_init(&card->spin); in softing_pdev_probe()
|
D | softing.h | 41 spinlock_t spin; /* protect this structure & DPRAM access */ member
|
/Linux-v4.19/arch/powerpc/boot/dts/ |
D | iss4xx-mpic.dts | 61 enable-method = "spin-table"; 77 enable-method = "spin-table"; 93 enable-method = "spin-table";
|
D | currituck.dts | 13 /memreserve/ 0x01f00000 0x00100000; // spin table 57 enable-method = "spin-table";
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | time.c | 197 #define smu_get_rtc_time(tm, spin) argument 198 #define smu_set_rtc_time(tm, spin) 0 argument
|
/Linux-v4.19/arch/arm64/boot/dts/apm/ |
D | apm-shadowcat.dtsi | 26 enable-method = "spin-table"; 36 enable-method = "spin-table"; 46 enable-method = "spin-table"; 56 enable-method = "spin-table"; 66 enable-method = "spin-table"; 76 enable-method = "spin-table"; 86 enable-method = "spin-table"; 96 enable-method = "spin-table";
|
D | apm-storm.dtsi | 26 enable-method = "spin-table"; 34 enable-method = "spin-table"; 42 enable-method = "spin-table"; 50 enable-method = "spin-table"; 58 enable-method = "spin-table"; 66 enable-method = "spin-table"; 74 enable-method = "spin-table"; 82 enable-method = "spin-table";
|
/Linux-v4.19/Documentation/hwmon/ |
D | lm93 | 218 A spin-up cycle occurs when a PWM output is commanded from 0% duty cycle to 219 some value > 0%. The LM93 supports a minimum duty cycle during spin-up. These 222 duration of the spin-up cycle is also configurable. These values are found in 224 the spin-up time in seconds. The available spin-up times are constrained by 288 pwm<n>_auto_spinup_min minimum duty cycle during spin-up 290 pwm<n>_auto_spinup_time duration of spin-up
|
/Linux-v4.19/Documentation/trace/ |
D | hwlat_detector.rst | 55 for every 1,000,000 usecs (1s) the hwlat detector will spin for 500,000 usecs 77 - hwlat_detector/width - specified amount of time to spin within window (usecs)
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ux500/ |
D | boards.txt | 18 backupram: (used for CPU spin tables and for storing data
|
/Linux-v4.19/Documentation/laptops/ |
D | laptop-mode.txt | 83 have caused the hard disk to spin up) causes Linux to flush all dirty blocks. The 99 occurs only once every 10 minutes, or whenever the disk is forced to spin up by 102 If you want to find out which process caused the disk to spin up, you can 106 needs to spin up, and to increase battery life even more. The output of 202 * You can spin down the disk while playing MP3, by setting disk readahead 204 once, and will then spin down while the MP3 is playing. (Thanks to Bartek 214 spin down, this is a likely culprit. 246 # Read-ahead, in 512-byte sectors. You can spin down the disk while playing MP3/OGG 248 # will read a complete MP3 at once, and will then spin down while the MP3/OGG is
|
/Linux-v4.19/Documentation/usb/ |
D | dwc3.txt | 8 As it turns out some DWC3-commands ~1ms to complete. Currently we spin
|
/Linux-v4.19/Documentation/translations/zh_CN/arm64/ |
D | booting.txt | 219 - enable-method 为 “spin-table” 的 CPU 必须在它们的 CPU
|
/Linux-v4.19/Documentation/locking/ |
D | mutex-design.txt | 42 (ii) midpath: aka optimistic spinning, tries to spin for acquisition 58 waiting to spin on mutex owner, only to go directly to slowpath upon
|
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
D | palmas-pmic.txt | 6 spin devices should use the tps659038 as it's compatible value.
|