Source
235
235
def_bool y
236
236
depends on MUTEX_SPIN_ON_OWNER || RWSEM_SPIN_ON_OWNER
237
237
238
238
config ARCH_USE_QUEUED_SPINLOCKS
239
239
bool
240
240
241
241
config QUEUED_SPINLOCKS
242
242
def_bool y if ARCH_USE_QUEUED_SPINLOCKS
243
243
depends on SMP
244
244
245
+
config BPF_ARCH_SPINLOCK
246
+
bool
247
+
245
248
config ARCH_USE_QUEUED_RWLOCKS
246
249
bool
247
250
248
251
config QUEUED_RWLOCKS
249
252
def_bool y if ARCH_USE_QUEUED_RWLOCKS
250
253
depends on SMP