Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c975 if ((chan->scd_subscriber_cache = vmem_create(channel_name, (void *)1, in open_channel()
984 vmem_destroy(chan->scd_subscriber_cache); in open_channel()
1030 vmem_destroy(chan->scd_subscriber_cache); in close_channel()
1048 id = (id_t)(uintptr_t)vmem_alloc(chan->scd_subscriber_cache, 1, in bind_common()
1074 vmem_free(chan->scd_subscriber_cache, (void *)(uintptr_t)id, 1); in unbind_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h230 id_space_t *scd_subscriber_cache; /* cache of subscriber ids */ member