CPUSET_CPUS_ALLOWED
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
cpuset_cpus_allowed - return cpus_allowed mask from a tasks cpuset.
SYNOPSIS
"SYNOPSIS"
cpumask_t cpuset_cpus_allowed (const struct task_struct * tsk);
ARGUMENTS
- tsk
-
pointer to task_struct from which to obtain cpuset->cpus_allowed.
DESCRIPTION
Returns the cpumask_t cpus_allowed of the cpuset
attached to the specified tsk. Guaranteed to return some non-empty
subset of cpu_online_map, even if this means going outside the
tasks cpuset.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:01 GMT, October 09, 2005