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_se
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
sysv_shm.c
205
struct shmmap_entry *
shmmap_se
)
213
segnum = IPCID_TO_IX(
shmmap_se
->shmid);
215
SLIST_REMOVE(&shmmap_s->entries,
shmmap_se
, shmmap_entry, next);
235
struct shmmap_entry *oshmmap_se, *
shmmap_se
;
local
258
shmmap_se
= kmem_alloc(sizeof(struct shmmap_entry), KM_SLEEP);
259
shmmap_se
->va = oshmmap_se->va;
260
shmmap_se
->shmid = oshmmap_se->shmid;
261
SLIST_INSERT_HEAD(&shmmap_s->entries,
shmmap_se
, next);
312
struct shmmap_entry *
shmmap_se
;
local
329
SLIST_FOREACH(
shmmap_se
, &shmmap_s1->entries, next
383
struct shmmap_entry *
shmmap_se
;
local
781
struct shmmap_entry *
shmmap_se
;
local
799
struct shmmap_entry *
shmmap_se
;
local
[
all
...]
sysv_shm.c
205
struct shmmap_entry *
shmmap_se
)
213
segnum = IPCID_TO_IX(
shmmap_se
->shmid);
215
SLIST_REMOVE(&shmmap_s->entries,
shmmap_se
, shmmap_entry, next);
235
struct shmmap_entry *oshmmap_se, *
shmmap_se
;
local
258
shmmap_se
= kmem_alloc(sizeof(struct shmmap_entry), KM_SLEEP);
259
shmmap_se
->va = oshmmap_se->va;
260
shmmap_se
->shmid = oshmmap_se->shmid;
261
SLIST_INSERT_HEAD(&shmmap_s->entries,
shmmap_se
, next);
312
struct shmmap_entry *
shmmap_se
;
local
329
SLIST_FOREACH(
shmmap_se
, &shmmap_s1->entries, next
383
struct shmmap_entry *
shmmap_se
;
local
781
struct shmmap_entry *
shmmap_se
;
local
799
struct shmmap_entry *
shmmap_se
;
local
[
all
...]
Completed in 28 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026