Home
last modified time | relevance | path

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

/linux/arch/s390/lib/
H A Dspinlock.c22 int spin_retry = -1; variable
26 if (spin_retry < 0) in spin_retry_init()
27 spin_retry = 1000; in spin_retry_init()
37 spin_retry = simple_strtoul(str, &str, 0); in spin_retry_setup()
45 .data = &spin_retry,
206 count = spin_retry; in arch_spin_lock_queued()
210 count = spin_retry; in arch_spin_lock_queued()
219 count = spin_retry; in arch_spin_lock_queued()
233 count = spin_retry; in arch_spin_lock_queued()
261 count = spin_retry; in arch_spin_lock_classic()
[all …]
/linux/arch/s390/include/asm/
H A Dspinlock.h37 extern int spin_retry;
/linux/arch/s390/kernel/
H A Dprocessor.c74 if (__this_cpu_inc_return(cpu_relax_retry) >= spin_retry) { in stop_machine_yield()