OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nps
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
kern_resource.c
811
struct pstats *
nps
;
local in function:pstatscopy
814
nps
= kmem_alloc(sizeof(*
nps
), KM_SLEEP);
816
len = (char *)&
nps
->pstat_endzero - (char *)&
nps
->pstat_startzero;
817
memset(&
nps
->pstat_startzero, 0, len);
819
len = (char *)&
nps
->pstat_endcopy - (char *)&
nps
->pstat_startcopy;
820
memcpy(&
nps
->pstat_startcopy, &ps->pstat_startcopy, len);
822
return
nps
;
[
all
...]
Completed in 11 milliseconds
Indexes created Fri Oct 31 04:09:52 GMT 2025