Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dcpus.txt187 "spin-table"
204 property value of "spin-table".
308 enable-method = "spin-table";
316 enable-method = "spin-table";
324 enable-method = "spin-table";
332 enable-method = "spin-table";
340 enable-method = "spin-table";
348 enable-method = "spin-table";
356 enable-method = "spin-table";
364 enable-method = "spin-table";
[all …]
Dtopology.txt261 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-4.1.27/arch/arm64/boot/dts/arm/
Drtsm_ve-aemv8a.dts38 enable-method = "spin-table";
46 enable-method = "spin-table";
54 enable-method = "spin-table";
62 enable-method = "spin-table";
Dfoundation-v8.dts35 enable-method = "spin-table";
43 enable-method = "spin-table";
51 enable-method = "spin-table";
59 enable-method = "spin-table";
/linux-4.1.27/drivers/net/can/softing/
Dsofting_main.c44 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()
Dsofting.h40 spinlock_t spin; /* protect this structure & DPRAM access */ member
/linux-4.1.27/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";
Dakebono.dts14 /memreserve/ 0x01f00000 0x00100000; // spin table
58 enable-method = "spin-table";
/linux-4.1.27/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-4.1.27/arch/arm64/boot/dts/apm/
Dapm-storm.dtsi26 enable-method = "spin-table";
33 enable-method = "spin-table";
40 enable-method = "spin-table";
47 enable-method = "spin-table";
54 enable-method = "spin-table";
61 enable-method = "spin-table";
68 enable-method = "spin-table";
75 enable-method = "spin-table";
/linux-4.1.27/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-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h84 spinlock_t spin; /**< spinlock */ member
530 return atomic_dec_and_lock(condition, &hs->hs_lock.spin); in cfs_hash_dec_and_lock()
621 &bd->bd_bucket->hsb_lock.spin); in cfs_hash_bd_dec_and_lock()
/linux-4.1.27/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
Dthinkpad-acpi.txt1180 normal, and the EC will spin the fan up if the various thermal readings
/linux-4.1.27/Documentation/usb/
Ddwc3.txt8 As it turns out some DWC3-commands ~1ms to complete. Currently we spin
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c129 __acquires(&lock->spin) in cfs_hash_spin_lock()
131 spin_lock(&lock->spin); in cfs_hash_spin_lock()
136 __releases(&lock->spin) in cfs_hash_spin_unlock()
138 spin_unlock(&lock->spin); in cfs_hash_spin_unlock()
217 spin_lock_init(&hs->hs_lock.spin); in cfs_hash_lock_setup()
949 spin_lock_init(&new_bkts[i]->hsb_lock.spin); in cfs_hash_buckets_realloc()
/linux-4.1.27/Documentation/zh_CN/arm64/
Dbooting.txt192 - enable-method 为 “spin-table” 的 CPU 必须在它们的 CPU
/linux-4.1.27/Documentation/locking/
Dmutex-design.txt56 (ii) midpath: aka optimistic spinning, tries to spin for acquisition
72 waiting to spin on mutex owner, only to go directly to slowpath upon
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
Dlglock.txt61 spin on cpu 0 lock
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt256 achieve up to 40% better performance per watt. (measured by a spin
280 If the system is busy (spin test below) and has less than 25% natural
294 3352 jacob 20 0 262m 644 428 S 286 0.0 0:17.16 spin
/linux-4.1.27/arch/arm/mach-omap2/
Dsram243x.S274 mov r4, #100 @ dead spin a bit
288 mov r0, #1000 @ dead spin a bit
Dsram242x.S274 mov r4, #100 @ dead spin a bit
288 mov r0, #1000 @ dead spin a bit
/linux-4.1.27/block/
Dbsg.c452 bool spin; in bsg_complete() local
465 spin = !test_bit(BSG_F_BLOCK, &bd->flags); in bsg_complete()
468 } while (!ret && spin); in bsg_complete()
/linux-4.1.27/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-4.1.27/kernel/locking/
Dspinlock.c126 BUILD_LOCK_OPS(spin, raw_spinlock);
/linux-4.1.27/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-4.1.27/Documentation/arm64/
Dbooting.txt194 - CPUs with a "spin-table" enable-method must have a 'cpu-release-addr'
198 These CPUs should spin outside of the kernel in a reserved area of
/linux-4.1.27/Documentation/
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,
Dkernel-docs.txt368 URL: http://lse.sourceforge.net/lockhier/global-spin-lock
DIPMI.txt465 microseconds, that kipmid will spin before sleeping for a tick. This
Dmemory-barriers.txt1770 (*) spin locks
1771 (*) R/W spin locks
1874 If there is a deadlock, this lock operation will simply spin (or
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s129 spin:
131 bra #spin
/linux-4.1.27/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-4.1.27/Documentation/crypto/
Dasync-tx-api.txt103 1/ Call dma_wait_for_async_tx(). This call causes the CPU to spin while
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc160 spin:
162 bra #spin
/linux-4.1.27/kernel/power/
DKconfig242 This driver does not spin down disk drives (see the hdparm(8)
/linux-4.1.27/Documentation/ia64/
Dmca.txt106 of SAL cannot even cope with returning from the OS, they spin inside
/linux-4.1.27/Documentation/RCU/
Drcubarrier.txt300 causing this latter to spin until the cross-CPU invocation of
DRTFP.txt1847 LWN article describing Promela and spin, and also using Oleg
/linux-4.1.27/drivers/media/dvb-frontends/
Ddrxk_hard.c817 const char *spin = ""; in get_device_capabilities() local
871 spin = "A1"; in get_device_capabilities()
875 spin = "A2"; in get_device_capabilities()
879 spin = "A3"; in get_device_capabilities()
1000 ((sio_top_jtagid_lo >> 12) & 0xFF), spin, in get_device_capabilities()
/linux-4.1.27/drivers/usb/gadget/
DKconfig125 save often and spin up occasionally to move data within VFS.
/linux-4.1.27/kernel/trace/
Dring_buffer.c3571 spin: in rb_get_reader_page()
3620 goto spin; in rb_get_reader_page()
/linux-4.1.27/net/core/
Dpktgen.c2188 static void spin(struct pktgen_dev *pkt_dev, ktime_t spin_until) in spin() function
3355 spin(pkt_dev, pkt_dev->next_tx); in pktgen_xmit()
/linux-4.1.27/Documentation/trace/
Dring-buffer-design.txt575 must spin, and this is why the reader cannot preempt the writer.
/linux-4.1.27/Documentation/filesystems/
Dxfs-delayed-logging-design.txt642 items, it will get held for a significant time and so spin contention is a
657 held for a very short time and so a spin lock is appropriate here. It is
/linux-4.1.27/Documentation/vm/
Dnuma_memory_policy.txt346 to the shared policy during lookup while holding a spin lock on the shared
/linux-4.1.27/Documentation/scsi/
DChangeLog.1992-19971681 resulting in processes hanging. Add messages when we spin up a
1720 * sd.c: Add code to spin up a drive if it is not already spinning.
Dncr53c8xx.txt1168 Tagged command queuing for devices that are able to spin down. The
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt243 CPUs in some sleep loop or spin loop in ROM where you can get
/linux-4.1.27/arch/x86/
DKconfig2111 This driver does not spin down disk drives (see the hdparm(8)