Home | History | Annotate | Download | only in kern

Lines Matching defs:shmmap_entry

86 struct shmmap_entry {
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;
391 shmmap_se = kmem_alloc(sizeof(struct shmmap_entry), KM_SLEEP);
466 kmem_free(shmmap_se, sizeof(struct shmmap_entry));
477 kmem_free(shmmap_se, sizeof(struct shmmap_entry));
781 struct shmmap_entry *shmmap_se;
799 struct shmmap_entry *shmmap_se;
847 kmem_free(shmmap_se, sizeof(struct shmmap_entry));