Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dlog_sysevent.c954 if ((chan->scd_subscriber_cache = vmem_create(channel_name, (void *)1, in open_channel()
963 vmem_destroy(chan->scd_subscriber_cache); in open_channel()
1009 vmem_destroy(chan->scd_subscriber_cache); in close_channel()
1027 id = (id_t)(uintptr_t)vmem_alloc(chan->scd_subscriber_cache, 1, in bind_common()
1053 vmem_free(chan->scd_subscriber_cache, (void *)(uintptr_t)id, 1); in unbind_common()
/titanic_41/usr/src/uts/common/sys/
H A Dsysevent_impl.h230 id_space_t *scd_subscriber_cache; /* cache of subscriber ids */ member