OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shmmap_entry
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
sysv_shm.c
86
struct
shmmap_entry
{
struct
87
SLIST_ENTRY(
shmmap_entry
) next;
108
SLIST_HEAD(,
shmmap_entry
) entries;
205
struct
shmmap_entry
*shmmap_se)
215
SLIST_REMOVE(&shmmap_s->entries, shmmap_se,
shmmap_entry
, next);
235
struct
shmmap_entry
*oshmmap_se, *shmmap_se;
258
shmmap_se = kmem_alloc(sizeof(struct
shmmap_entry
), KM_SLEEP);
312
struct
shmmap_entry
*shmmap_se;
362
kmem_free(shmmap_se, sizeof(struct
shmmap_entry
));
383
struct
shmmap_entry
*shmmap_se
[
all
...]
sysv_shm.c
86
struct
shmmap_entry
{
struct
87
SLIST_ENTRY(
shmmap_entry
) next;
108
SLIST_HEAD(,
shmmap_entry
) entries;
205
struct
shmmap_entry
*shmmap_se)
215
SLIST_REMOVE(&shmmap_s->entries, shmmap_se,
shmmap_entry
, next);
235
struct
shmmap_entry
*oshmmap_se, *shmmap_se;
258
shmmap_se = kmem_alloc(sizeof(struct
shmmap_entry
), KM_SLEEP);
312
struct
shmmap_entry
*shmmap_se;
362
kmem_free(shmmap_se, sizeof(struct
shmmap_entry
));
383
struct
shmmap_entry
*shmmap_se
[
all
...]
Completed in 68 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025