Searched refs:SPINLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
12 #define SPINLOCK_SIZE 4 /* sizeof(spinlock_t) */ macro
24 DEFINE(SPINLOCK_SIZE, sizeof(spinlock_t)); in main()
23 IS_ENABLED(CONFIG_SMP) && SPINLOCK_SIZE <= 4)
25 #define ALLOC_SPLIT_PTLOCKS (SPINLOCK_SIZE > BITS_PER_LONG/8)
Completed in 9 milliseconds