We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966944f commit b3c5ec8Copy full SHA for b3c5ec8
kernel/locking/rtmutex_common.h
@@ -59,8 +59,8 @@ struct rt_mutex_waiter {
59
};
60
61
/**
62
- * rt_wake_q_head - Wrapper around regular wake_q_head to support
63
- * "sleeping" spinlocks on RT
+ * struct rt_wake_q_head - Wrapper around regular wake_q_head to support
+ * "sleeping" spinlocks on RT
64
* @head: The regular wake_q_head for sleeping lock variants
65
* @rtlock_task: Task pointer for RT lock (spin/rwlock) wakeups
66
*/
0 commit comments