Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2010 09:31:57 +0000 (UTC)
From:      David Xu <davidxu@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_umtx.c
Message-ID:  <201001100932.o0A9W8I6030792@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2010-01-10 09:31:57 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_umtx.c 
  Log:
  SVN rev 201991 on 2010-01-10 09:31:57Z by davidxu
  
  Make a chain be a list of queues, and make threads waiting
  for same key coalesce to same queue, this makes searching
  path shorter and improves performance.
  Also fix comments about shared PI-mutex.
  
  Revision  Changes    Path
  1.79      +93 -33    src/sys/kern/kern_umtx.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001100932.o0A9W8I6030792>