OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_pt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_proc.c
952
struct pid_table *n_pt, *
new_pt
;
local in function:expand_pid_table
966
new_pt
= kmem_alloc(tsz, KM_SLEEP);
976
kmem_free(
new_pt
, tsz);
992
n_pt =
new_pt
+ i;
1028
atomic_store_release(&pid_table,
new_pt
);
kern_proc.c
952
struct pid_table *n_pt, *
new_pt
;
local in function:expand_pid_table
966
new_pt
= kmem_alloc(tsz, KM_SLEEP);
976
kmem_free(
new_pt
, tsz);
992
n_pt =
new_pt
+ i;
1028
atomic_store_release(&pid_table,
new_pt
);
Completed in 25 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025