Searched refs:spinlock (Results 1 – 17 of 17) sorted by relevance
6 csumcpfruser.o spinlock.o delay.o strcmp.o
1 ;; Core of the spinlock implementation
9 lib-$(CONFIG_SMP) += spinlock.o
145 if (spin_trylock(&bte->spinlock)) { in bte_copy()149 spin_unlock(&bte->spinlock); in bte_copy()208 spin_unlock_irqrestore(&bte->spinlock, irq_flags); in bte_copy()462 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()
21 obj-$(CONFIG_PARAVIRT_SPINLOCKS)+= spinlock.o
26 generic-y += spinlock.h
97 *(.spinlock.literal .spinlock.text)
504 struct spinlock;521 struct spinlock *cop_lockp; /* guard acop and cop_pid */
227 struct spinlock *cop_lockp; /* guard cop related stuff */
56 and restore instructions. It's useful for tracking down spinlock
197 spinlock_t spinlock; member
125 bool "Enable spinlock timing tests in debugfs"129 Add several files to the debugfs to test spinlock speed.
221 plus a spinlock, but in some cases the performance hit is
79 ; spinlock if CONFIG_PREEMPT.
314 occurrences of this problem, at the cost of much heavier spinlock and
636 spinlock implementation with something virtualization-friendly