OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uvm_shmexit
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
shm.h
183
extern void (*
uvm_shmexit
)(struct vmspace *);
/src/sys/kern/
sysv_shm.c
983
uvm_shmexit
= shmexit;
1003
uvm_shmexit
= NULL;
/src/sys/uvm/
uvm_map.c
331
void (*
uvm_shmexit
)(struct vmspace *) = NULL;
variable in typeref:typename:void (*)(struct vmspace *)
4288
if (
uvm_shmexit
&& ovm->vm_shm)
4289
(*
uvm_shmexit
)(ovm);
4396
if (
uvm_shmexit
&& vm->vm_shm != NULL)
4397
(*
uvm_shmexit
)(vm);
Completed in 15 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025