Searched refs:shm_mapping (Results 1 – 1 of 1) sorted by relevance
105 struct shm_mapping { struct109 LIST_ENTRY(shm_mapping) sm_link; argument113 static LIST_HEAD(, shm_mapping) *shm_dictionary;126 static void shm_doremove(struct shm_mapping *map);1043 struct shm_mapping *shmm, *tshmm; in shm_remove_prison()1065 struct shm_mapping *map; in shm_lookup()1080 struct shm_mapping *map; in shm_insert()1082 map = malloc(sizeof(struct shm_mapping), M_SHMFD, M_WAITOK); in shm_insert()1093 struct shm_mapping *map; in shm_remove()1118 shm_doremove(struct shm_mapping *map) in shm_doremove()[all …]