Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2003 23:18:18 -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 sched.h
Message-ID:  <200311040718.hA47IIkB079330@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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