.. | .. |
---|
472 | 472 | u32 sk_ack_backlog; |
---|
473 | 473 | u32 sk_max_ack_backlog; |
---|
474 | 474 | kuid_t sk_uid; |
---|
475 | | -#if IS_ENABLED(CONFIG_DEBUG_SPINLOCK) || IS_ENABLED(CONFIG_DEBUG_LOCK_ALLOC) |
---|
| 475 | +#if IS_ENABLED(CONFIG_DEBUG_SPINLOCK) || IS_ENABLED(CONFIG_DEBUG_LOCK_ALLOC) || IS_ENABLED(CONFIG_PREEMPT_RT) |
---|
476 | 476 | spinlock_t sk_peer_lock; |
---|
477 | 477 | #else |
---|
478 | 478 | /* sk_peer_lock is in the ANDROID_KABI_RESERVE(1) field below */ |
---|
.. | .. |
---|
517 | 517 | struct sock_reuseport __rcu *sk_reuseport_cb; |
---|
518 | 518 | struct rcu_head sk_rcu; |
---|
519 | 519 | |
---|
520 | | -#if IS_ENABLED(CONFIG_DEBUG_SPINLOCK) || IS_ENABLED(CONFIG_DEBUG_LOCK_ALLOC) |
---|
| 520 | +#if IS_ENABLED(CONFIG_DEBUG_SPINLOCK) || IS_ENABLED(CONFIG_DEBUG_LOCK_ALLOC) || IS_ENABLED(CONFIG_PREEMPT_RT) |
---|
521 | 521 | ANDROID_KABI_RESERVE(1); |
---|
522 | 522 | #else |
---|
523 | 523 | ANDROID_KABI_USE(1, spinlock_t sk_peer_lock); |
---|