OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shmmap_s
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
sysv_shm.c
204
shm_delete_mapping(struct shmmap_state *
shmmap_s
,
215
SLIST_REMOVE(&
shmmap_s
->entries, shmmap_se, shmmap_entry, next);
216
shmmap_s
->nitems--;
234
struct shmmap_state *oshmmap_s, *
shmmap_s
;
local
245
shmmap_s
= kmem_zalloc(sizeof(struct shmmap_state), KM_SLEEP);
246
shmmap_s
->nrefs = 1;
247
SLIST_INIT(&
shmmap_s
->entries);
248
p->p_vmspace->vm_shm = (void *)
shmmap_s
;
251
return
shmmap_s
;
261
SLIST_INSERT_HEAD(&
shmmap_s
->entries, shmmap_se, next)
311
struct
shmmap_s
tate *
shmmap_s
1, *
shmmap_s
;
local
382
struct
shmmap_s
tate *
shmmap_s
;
local
780
struct
shmmap_s
tate *
shmmap_s
;
local
798
struct
shmmap_s
tate *
shmmap_s
;
local
[
all
...]
Completed in 19 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026