"Thomas De Schampheleire" <[EMAIL PROTECTED]> wrote:
In uts/common/disp/disp.c, above setbackdq() there is this comment:

/*
 * setbackdq() keeps runqs balanced such that the difference in length
 * between the chosen runq and the next one is no more than RUNQ_MAX_DIFF.
 * For threads with priorities below RUNQ_MATCH_PRI levels, the runq's lengths
 * must match.  When per-thread TS_RUNQMATCH flag is set, setbackdq() will
 * try to keep runqs perfectly balanced regardless of the thread priority.
 */

Just a drive by question. the first line writes "runqs", later the
comment uses "runq's lengths". the "lengths" to me hints that "runq's"
is plural (which is fine), but I'm assuming that the earlier instance
is also plural. shouldn't they both be "runq's" ?

:)
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to