Searched refs:spinlock (Results 1 – 14 of 14) sorted by relevance
30 static inline __volatile__ smp_initlock(void *spinlock) in smp_initlock() argument33 *((unsigned char *) spinlock) = 0; in smp_initlock()
6 csumcpfruser.o spinlock.o delay.o
1 ;; Core of the spinlock implementation
8 lib-$(CONFIG_SMP) += spinlock.o
144 if (spin_trylock(&bte->spinlock)) { in bte_copy()148 spin_unlock(&bte->spinlock); in bte_copy()207 spin_unlock_irqrestore(&bte->spinlock, irq_flags); in bte_copy()461 spin_lock_init(&mynodepda->bte_if[i].spinlock); in bte_init_node()
195 spin_lock(&err_nodepda->bte_if[i].spinlock); in bte_error_handler()229 spin_unlock(&err_nodepda->bte_if[i].spinlock); in bte_error_handler()
11 obj-$(CONFIG_SMP) += smp.o spinlock.o
92 *(.spinlock.literal .spinlock.text)
56 and restore instructions. It's useful for tracking down spinlock
197 spinlock_t spinlock; member
187 three local register accesses plus a spinlock, but in some
78 ; spinlock if CONFIG_PREEMPT.
1171 asmlinkage int sys_bfin_spinlock(int *spinlock)__attribute__((l1_text));
328 occurances of this problem, at the cost of much heavier spinlock and