cpuset.9 (5546be25d6510ece38fa3f537fd2c6891bd5b3d3) | cpuset.9 (8b584e9d744dad3975bfca6998340db30c5d3eb3) |
---|---|
1.\" Copyright (c) 2015 Conrad Meyer <cem@FreeBSD.org> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 311 unchanged lines hidden (view full) --- 320 321/* Initialize myset to filled (all CPUs) */ 322myset = CPUSET_T_INITIALIZER(CPUSET_FSET); 323 324/* Initialize myset to only the lowest CPU */ 325myset = CPUSET_T_INITIALIZER(0x1); 326.Ed 327.Sh SEE ALSO | 1.\" Copyright (c) 2015 Conrad Meyer <cem@FreeBSD.org> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 311 unchanged lines hidden (view full) --- 320 321/* Initialize myset to filled (all CPUs) */ 322myset = CPUSET_T_INITIALIZER(CPUSET_FSET); 323 324/* Initialize myset to only the lowest CPU */ 325myset = CPUSET_T_INITIALIZER(0x1); 326.Ed 327.Sh SEE ALSO |
328.Xr cpuset 1 , 329.Xr cpuset 2 , |
|
328.Xr bitset 9 329.Sh HISTORY 330.In sys/cpuset.h 331first appeared in 332.Fx 7.1 , 333released in January 2009, and in 334.Fx 8.0 , 335released in November 2009. --- 15 unchanged lines hidden --- | 330.Xr bitset 9 331.Sh HISTORY 332.In sys/cpuset.h 333first appeared in 334.Fx 7.1 , 335released in January 2009, and in 336.Fx 8.0 , 337released in November 2009. --- 15 unchanged lines hidden --- |