Date: Thu, 23 Sep 2004 21:07:13 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h Message-ID: <200409232107.i8NL7D49065687@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004-09-23 21:07:13 UTC
FreeBSD src repository
Modified files:
sys/sys proc.h
Log:
Update locking notes on several fields to reflect locking already in the
tree:
- td_standin is (k + a) as it is only touched by either curthread or when
a thread is being created.
- td_upcall is (k + j)
- td_sticks is (k) rather than the earlier (j) note.
- td_uuticks and td_usticks are both (k).
- td_intrval is (j)
- Neither kg_nextupcall or kg_upquantum seem to be locked and that seems
to be on purpose, so mark those as (n).
Revision Changes Path
1.403 +8 -9 src/sys/sys/proc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409232107.i8NL7D49065687>
