Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2003 19:09:05 -0800 (PST)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys proc.h sched.h
Message-ID:  <200311060309.hA6395SX078836@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2003/11/05 19:09:05 PST

  FreeBSD src repository

  Modified files:
    sys/sys              proc.h sched.h 
  Log:
   - Add a pinned count to the thread so that cpu pinning may nest.  This is
     not in scheduler specific data because eventually it will be required by
     all schedulers.
   - Implement sched_pin and unpin as an inline for now.  If a scheduler needs
     to do something more complicated than adjusting the pinned count we can
     move this into a function later in an api compatible way.
  
  Revision  Changes    Path
  1.354     +1 -0      src/sys/sys/proc.h
  1.8       +14 -2     src/sys/sys/sched.h



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