SEE ALSO: Add getcpu(2).

This commit is contained in:
Michael Kerrisk 2008-07-03 12:20:42 +00:00
parent 2b65a83f29
commit fa23e0232e
4 changed files with 5 additions and 1 deletions

View File

@ -222,6 +222,7 @@ restrictions on the process's context.
See
.BR mbind (2).
.SH SEE ALSO
.BR getcpu (2),
.BR mbind (2),
.BR mmap (2),
.BR set_mempolicy (2),

View File

@ -422,6 +422,7 @@ and
are only available on Linux 2.6.16 and later.
.SH SEE ALSO
.BR get_mempolicy (2),
.BR getcpu (2),
.BR mmap (2),
.BR set_mempolicy (2),
.BR shmat (2),

View File

@ -215,6 +215,7 @@ data type that is used internally by the kernel to
represent the CPU set bit mask.
.SH "SEE ALSO"
.BR clone (2),
.BR getcpu (2),
.BR getpriority (2),
.BR gettid (2),
.BR nice (2),

View File

@ -231,9 +231,10 @@ page is allocated.
See
.BR mbind (2).
.SH SEE ALSO
.BR getcpu (2),
.BR get_mempolicy (2),
.BR mbind (2),
.BR mmap (2),
.BR get_mempolicy (2),
.BR numa (3),
.BR cpuset (7),
.BR numactl (8)