Home
last modified time | relevance | path

Searched refs:spin (Results 1 – 25 of 44) sorted by relevance

12

/linux-3.4.99/arch/x86/kernel/apic/
Des7000_32.c350 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/
Dsofting_main.c46 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()
Dsofting.h40 spinlock_t spin; /* protect this structure & DPRAM access */ member
/linux-3.4.99/arch/powerpc/boot/dts/
Diss4xx-mpic.dts61 enable-method = "spin-table";
77 enable-method = "spin-table";
93 enable-method = "spin-table";
Dcurrituck.dts13 /memreserve/ 0x01f00000 0x00100000; // spin table
57 enable-method = "spin-table";
/linux-3.4.99/arch/powerpc/platforms/powermac/
Dtime.c201 #define smu_get_rtc_time(tm, spin) argument
202 #define smu_set_rtc_time(tm, spin) 0 argument
/linux-3.4.99/Documentation/hwmon/
Dlm93218 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
Dlm85174 * 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/
Dlaptop-mode.txt83 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/
Ddwc3.txt8 As it turns out some DWC3-commands ~1ms to complete. Currently we spin
/linux-3.4.99/Documentation/
Dspinlocks.txt38 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
Drt-mutex-design.txt84 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
Dhwspinlock.txt172 /* take the lock, spin for 1 sec if it's already taken */
205 /* try to take it, but don't spin on it */
Dpreempt-locking.txt131 is done. They may also be called within a spin-lock protected region, however,
/linux-3.4.99/arch/arm/mach-omap2/
Dsram242x.S275 mov r4, #100 @ dead spin a bit
289 mov r0, #1000 @ dead spin a bit
Dsram243x.S275 mov r4, #100 @ dead spin a bit
289 mov r0, #1000 @ dead spin a bit
/linux-3.4.99/arch/ia64/kernel/
Dmca.c112 #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/
Dspinlock.c112 BUILD_LOCK_OPS(spin, raw_spinlock);
/linux-3.4.99/Documentation/scheduler/
Dsched-arch.txt81 without doing spin waiting.
/linux-3.4.99/Documentation/networking/
Dnetdevices.txt73 for this and return NETDEV_TX_LOCKED when the spin lock fails.
Dnetdev-features.txt137 NETDEV_TX_LOCKED when the spin lock fails. The locking should also properly
/linux-3.4.99/Documentation/vm/
Dlocking77 The page_table_lock is a spin lock.
/linux-3.4.99/Documentation/ioctl/
Dcdrom.txt229 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/
Dnva3_copy.fuc167 spin:
169 bra #spin
/linux-3.4.99/kernel/power/
DKconfig204 This driver does not spin down disk drives (see the hdparm(8)

12