Home
last modified time | relevance | path

Searched refs:shm_zone_key (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dshm.c174 static zone_key_t shm_zone_key; variable
227 zone_key_create(&shm_zone_key, NULL, shm_remove_zone, NULL); in _init()
232 (void) zone_key_delete(shm_zone_key); in _init()