Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2009 18:52:58 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern sched_4bsd.c sched_ule.c
Message-ID:  <200912311853.nBVIrCXs017272@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-12-31 18:52:58 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sched_4bsd.c sched_ule.c 
  Log:
  SVN rev 201347 on 2009-12-31 18:52:58Z by kib
  
  Allow swap out of the kernel stack for the thread with priority greater
  or equial then PSOCK, not less or equial. Higher priority has lesser
  numerical value.
  
  Existing test does not allow for swapout of the thread waiting for
  advisory lock, for exiting child or sleeping for timeout. On the other
  hand, high-priority waiters of VFS/VM events can be swapped out.
  
  Tested by:      pho
  Reviewed by:    jhb
  MFC after:      1 week
  
  Revision  Changes    Path
  1.133     +1 -1      src/sys/kern/sched_4bsd.c
  1.263     +1 -1      src/sys/kern/sched_ule.c



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