/linux-3.4.99/arch/x86/kernel/apic/ |
D | es7000_32.c | 350 int spin; in es7000_mip_write() local 352 spin = MIP_SPIN; in es7000_mip_write() 354 if (--spin <= 0) { in es7000_mip_write() 364 spin = MIP_SPIN; in es7000_mip_write() 367 if (--spin <= 0) { in es7000_mip_write()
|
/linux-3.4.99/drivers/net/can/softing/ |
D | softing_main.c | 46 spin_lock_bh(&card->spin); in softing_set_reset_dpram() 49 spin_unlock_bh(&card->spin); in softing_set_reset_dpram() 56 spin_lock_bh(&card->spin); in softing_clr_reset_dpram() 59 spin_unlock_bh(&card->spin); in softing_clr_reset_dpram() 78 spin_lock(&card->spin); in softing_netdev_start_xmit() 127 spin_unlock(&card->spin); in softing_netdev_start_xmit() 338 spin_lock_bh(&card->spin); in softing_irq_thread() 343 spin_unlock_bh(&card->spin); in softing_irq_thread() 795 spin_lock_init(&card->spin); in softing_pdev_probe()
|
D | softing.h | 40 spinlock_t spin; /* protect this structure & DPRAM access */ member
|
/linux-3.4.99/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-3.4.99/arch/powerpc/platforms/powermac/ |
D | time.c | 201 #define smu_get_rtc_time(tm, spin) argument 202 #define smu_set_rtc_time(tm, spin) 0 argument
|
/linux-3.4.99/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
|
D | lm85 | 174 * temp#_auto_temp_min - temperature over which fans start to spin. 175 * temp#_auto_temp_max - temperature when fans spin at full speed.
|
/linux-3.4.99/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-3.4.99/Documentation/usb/ |
D | dwc3.txt | 8 As it turns out some DWC3-commands ~1ms to complete. Currently we spin
|
/linux-3.4.99/Documentation/ |
D | spinlocks.txt | 38 NOTE! The spin-lock is safe only when you _also_ use the lock itself 91 The single spin-lock primitives above are by no means the only ones. They
|
D | rt-mutex-design.txt | 84 PI and spin locks that are used in the PI code, from now on 88 referring to spin locks that are used to protect parts of the PI 93 spin lock - Same as lock above. 209 a spin lock that is located in the struct of the mutex. This lock is called 228 pi_list. This list is protected by a spin lock also in the task structure, 304 PI chain, and have the code holding spin locks while looking at a large 512 wait_lock, the unlocking code would spin on the new owner's pi_lock
|
D | hwspinlock.txt | 172 /* take the lock, spin for 1 sec if it's already taken */ 205 /* try to take it, but don't spin on it */
|
D | preempt-locking.txt | 131 is done. They may also be called within a spin-lock protected region, however,
|
/linux-3.4.99/arch/arm/mach-omap2/ |
D | sram242x.S | 275 mov r4, #100 @ dead spin a bit 289 mov r0, #1000 @ dead spin a bit
|
D | sram243x.S | 275 mov r4, #100 @ dead spin a bit 289 mov r0, #1000 @ dead spin a bit
|
/linux-3.4.99/arch/ia64/kernel/ |
D | mca.c | 112 #define NOTIFY_INIT(event, regs, arg, spin) \ argument 115 == NOTIFY_STOP) && ((spin) == 1)) \ 119 #define NOTIFY_MCA(event, regs, arg, spin) \ argument 122 == NOTIFY_STOP) && ((spin) == 1)) \
|
/linux-3.4.99/kernel/ |
D | spinlock.c | 112 BUILD_LOCK_OPS(spin, raw_spinlock);
|
/linux-3.4.99/Documentation/scheduler/ |
D | sched-arch.txt | 81 without doing spin waiting.
|
/linux-3.4.99/Documentation/networking/ |
D | netdevices.txt | 73 for this and return NETDEV_TX_LOCKED when the spin lock fails.
|
D | netdev-features.txt | 137 NETDEV_TX_LOCKED when the spin lock fails. The locking should also properly
|
/linux-3.4.99/Documentation/vm/ |
D | locking | 77 The page_table_lock is a spin lock.
|
/linux-3.4.99/Documentation/ioctl/ |
D | cdrom.txt | 229 but most seem to spin the drive down. 247 but most seem to spin the drive up and/or close the tray.
|
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nva3_copy.fuc | 167 spin: 169 bra #spin
|
/linux-3.4.99/kernel/power/ |
D | Kconfig | 204 This driver does not spin down disk drives (see the hdparm(8)
|