cvs commit: src/sys/sys proc.h sched.h

Jeff Roberson jeff at FreeBSD.org
Wed Nov 5 19:09:06 PST 2003


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


More information about the cvs-src mailing list