.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "CPUSET_CPUS_ALLOWED" "9" "09 October 2005" "" ""
.SH NAME
cpuset_cpus_allowed \- return cpus_allowed mask from a tasks cpuset.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
cpumask_t cpuset_cpus_allowed (const struct task_struct * \fItsk\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fItsk\fB\fR
pointer to task_struct from which to obtain cpuset->cpus_allowed.
.SH "DESCRIPTION"
.PP
Returns the cpumask_t cpus_allowed of the cpuset
attached to the specified \fItsk\fR\&. Guaranteed to return some non-empty
subset of cpu_online_map, even if this means going outside the
tasks cpuset.