Searched refs:shm_handle (Results 1 – 1 of 1) sorted by relevance
147 struct shm_handle { struct150 struct shm_handle *shm_handle_next; /* next chunk */ argument268 struct shm_handle *shm_handle, *shm_handle_next; in shm_deallocate_segment() local271 for (shm_handle = CAST_DOWN(void *, shmseg->u.shm_internal); /* tunnel */ in shm_deallocate_segment()272 shm_handle != NULL; in shm_deallocate_segment()273 shm_handle = shm_handle_next) { in shm_deallocate_segment()274 shm_handle_next = shm_handle->shm_handle_next; in shm_deallocate_segment()275 mach_memory_entry_port_release(shm_handle->shm_object); in shm_deallocate_segment()276 kfree_type(struct shm_handle, shm_handle); in shm_deallocate_segment()382 struct shm_handle *shm_handle; in shmat() local[all …]