Searched refs:scd_publisher_cache (Results 1 – 2 of 2) sorted by relevance
960 if ((chan->scd_publisher_cache = vmem_create(channel_name, (void *)1, in open_channel()1010 vmem_destroy(chan->scd_publisher_cache); in close_channel()1033 id = (id_t)(uintptr_t)vmem_alloc(chan->scd_publisher_cache, 1, in bind_common()1060 vmem_free(chan->scd_publisher_cache, (void *)(uintptr_t)id, 1); in unbind_common()
231 id_space_t *scd_publisher_cache; /* cache of publisher ids */ member