mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
cpuset.2: Document new API options
A follow-up to r317756. Adrian will chase up the userspace cpuset(1) additions. Reported by: kib@ Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
29dfb631d8
commit
9ac9bc28bb
1 changed files with 3 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd October 20, 2015
|
||||
.Dd May 3, 2017
|
||||
.Dt CPUSET 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -101,6 +101,8 @@ argument may have the following values:
|
|||
.It Dv CPU_WHICH_JAIL Ta "id is jid (jail id)"
|
||||
.It Dv CPU_WHICH_CPUSET Ta "id is a cpusetid_t (cpuset id)"
|
||||
.It Dv CPU_WHICH_IRQ Ta "id is an irq number"
|
||||
.It Dv CPU_WHICH_INTRHANDLER Ta "id is an irq number for an interrupt handler"
|
||||
.It Dv CPU_WHICH_ITHREAD Ta "id is an irq number for an ithread"
|
||||
.It Dv CPU_WHICH_DOMAIN Ta "id is a NUMA domain"
|
||||
.El
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue