summaryrefslogtreecommitdiffstats
path: root/sys/sys/pcpu.h
Commit message (Expand)AuthorAgeFilesLines
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-1/+72
* Trim old remnants of per-CPU KTR buffers.jhb2009-06-051-4/+0
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-011-0/+1
* - Use __XSTRING where I want the define to be expanded. This resulted injeff2009-01-251-1/+1
* - Implement generic macros for producing KTR records that are compatiblejeff2009-01-171-0/+6
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-4/+4
* Move the PCPU_MD_FIELDS last in struct pcpu. While this header ismarcel2008-03-061-1/+11
* Add comment to pc_cp_time.obrien2007-12-141-2/+2
* Move the shared cp_time array (counts %sys, %user, %idle etc) to thepeter2007-11-291-0/+2
* Initial checkin for rmlock (read mostly lock) a multi reader single writerups2007-11-081-0/+22
* Backout experimental adaptive-spin umtx code.davidxu2007-06-061-1/+0
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-15/+0
* Add a lwpid field into per-cpu structure, the lwpid represents currentdavidxu2006-12-201-0/+1
* Turn console printf buffering into a kernel option and only onjb2006-11-301-5/+0
* Add a cnputs() function to write a string to the console withjb2006-11-011-0/+5
* Modify the way we account for CPU time spent (step 1)phk2006-02-071-1/+1
* Drop the CURPROC, curkse, and curksegrp aliases as they aren't usedjhb2005-04-261-3/+0
* Add 'curcpu', a shortcut to the current CPU ID, similar to curthread,rwatson2005-04-261-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Change the type of the various CPU masks to cpumask_t. Note that asmarcel2004-03-271-2/+2
* Hook CPUs up to newbus. CPUs will ultimately be a bus driver so thatnjl2004-03-091-0/+1
* Allow the MD backend to provide an alternative topeter2003-11-201-0/+2
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-101-0/+1
* Whitespace and style fixes.jhb2002-08-201-12/+15
* Embed a struct vmmeter in the per-cpu structure and add a macro,dillon2002-04-041-0/+17
* Document that MD pcpu fields are defined in PCPU_MD_FIELDS injhb2002-03-201-1/+2
* revert last commit temporarily due to whining on the lists.dillon2002-02-261-4/+0
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-261-0/+4
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-221-1/+1
* Add a per-cpu variable, cpumask, the preshifted equivalent of 1 << cpuid.peter2002-01-051-1/+2
* Overhaul the per-CPU support a bit:jhb2001-12-111-4/+47
* - Split out the support for per-CPU data from the SMP code. UP kernelsjhb2001-05-101-0/+50
OpenPOWER on IntegriCloud