git: kernel - MPSAFE work - Add global tokens

看板DFBSD_commit作者時間15年前 (2010/06/09 13:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit c9aa7a821dc01d4a649d667165ccf73c946aace6 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Jun 8 21:37:24 2010 -0700 kernel - MPSAFE work - Add global tokens * Add global tokens for various subsystems but do not use them (yet). Tie in mpsafe and collision count sysctls. * Add a collision counter to the lwkt_token structure. * Simplify the lwkt_token initializer macros. * Minor namespace cleanup for sys/thread.h, place an #ifdef _KERNEL around the procedure prototypes. Summary of changes: sys/kern/lwkt_token.c | 68 +++++++++++++++++++++- sys/platform/pc32/i386/busdma_machdep.c | 3 +- sys/platform/pc64/x86_64/busdma_machdep.c | 3 +- sys/platform/vkernel/platform/busdma_machdep.c | 3 +- sys/platform/vkernel64/platform/busdma_machdep.c | 3 +- sys/sys/thread.h | 34 ++++++++--- 6 files changed, 97 insertions(+), 17 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c9aa7a821dc01d4a649d667165ccf73c946aace6 -- DragonFly BSD source repository
文章代碼(AID): #1C3o0IzD (DFBSD_commit)