Searched refs:shm_mapping (Results 1 – 1 of 1) sorted by relevance
106 struct shm_mapping { struct110 LIST_ENTRY(shm_mapping) sm_link; argument114 static LIST_HEAD(, shm_mapping) *shm_dictionary;127 static void shm_doremove(struct shm_mapping *map);1051 struct shm_mapping *shmm, *tshmm; in shm_remove_prison()1073 struct shm_mapping *map; in shm_lookup()1088 struct shm_mapping *map; in shm_insert()1090 map = malloc(sizeof(struct shm_mapping), M_SHMFD, M_WAITOK); in shm_insert()1101 struct shm_mapping *map; in shm_remove()1126 shm_doremove(struct shm_mapping *map) in shm_doremove()[all …]