Lines Matching refs:by
17 as per_cpu elements but can be mostly handled by CPU local actions
28 - by expensive access to all CPUs locks - effectively
43 One can relax the migration constraints by acquiring the current
63 On -RT this deadlock scenario is resolved by the arch_spin_locks in the
64 lglocks being replaced by rt_mutexes which resolve the above deadlock
65 by boosting the lock-holder.
73 turned into a set of functions by Andi Kleen [7]. The change to functions
74 was motivated by the presence of multiple lock users and also by them
151 The 'Big Reader' read-write spinlocks were originally introduced by
153 later were introduced by the VFS scalability patch set in 2.6 series
155 been replaced by seqlock primitives or by RCU based primitives in the