We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d109028 commit 58cbe24Copy full SHA for 58cbe24
kernel/sched.c
@@ -661,10 +661,9 @@ static void update_rq_clock(struct rq *rq)
661
#endif
662
663
/**
664
- * runqueue_is_locked
+ * runqueue_is_locked - Returns true if the current cpu runqueue is locked
665
* @cpu: the processor in question.
666
*
667
- * Returns true if the current cpu runqueue is locked.
668
* This interface allows printk to be called with the runqueue lock
669
* held and know whether or not it is OK to wake up the klogd.
670
*/
0 commit comments