cvs commit: src/sys/sys sched.h

Jeff Roberson jeff at FreeBSD.org
Mon Nov 3 23:18:19 PST 2003


jeff        2003/11/03 23:18:18 PST

  FreeBSD src repository

  Modified files:
    sys/sys              sched.h 
  Log:
   - Clean up comments to reflect the KSE pushout.
   - Add the following functions to the api: sched_bind(), sched_unbind(),
     sched_pin(), and sched_unpin().  Bind/unbind are used for traditional
     cpu binding.  Pin and unpin are meant to allow the kernel to hold a thread
     on a particular cpu so that it may cache per-cpu data without fear of
     being migrated.
  
  Revision  Changes    Path
  1.7       +17 -8     src/sys/sys/sched.h


More information about the cvs-src mailing list