mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a "CACHING" section regarding the internal caching of kernel variables
and the ability to clear that cache.
This commit is contained in:
parent
0e5f2a7748
commit
cd11f01e4a
1 changed files with 8 additions and 0 deletions
|
|
@ -71,6 +71,14 @@ If
|
|||
is not active, then
|
||||
.Dv NULL
|
||||
is returned instead.
|
||||
.Sh CACHING
|
||||
These functions cache the nlist values for various kernel variables which are
|
||||
reused in successive calls.
|
||||
You may call either function with
|
||||
.Fa kd
|
||||
set to
|
||||
.Dv NULL
|
||||
to clear this cache.
|
||||
.Sh RETURN VALUES
|
||||
On success, the
|
||||
.Fn kvm_getmaxcpu
|
||||
|
|
|
|||
Loading…
Reference in a new issue