Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/librsm/common/
H A Drsmlib.c91 static rsm_pollfd_table_t pollfd_table; variable
143 mutex_init(&pollfd_table.lock, USYNC_THREAD, NULL); in _rsm_librsm_init()
146 pollfd_table.buckets[i] = NULL; in _rsm_librsm_init()
405 mutex_lock(&pollfd_table.lock); in _rsm_insert_pollfd_table()
407 chunk = pollfd_table.buckets[hash]; in _rsm_insert_pollfd_table()
417 mutex_unlock(&pollfd_table.lock); in _rsm_insert_pollfd_table()
428 chunk->next = pollfd_table.buckets[hash]; in _rsm_insert_pollfd_table()
429 pollfd_table.buckets[hash] = chunk; in _rsm_insert_pollfd_table()
448 mutex_unlock(&pollfd_table.lock); in _rsm_insert_pollfd_table()
467 mutex_lock(&pollfd_table.lock); in _rsm_lookup_pollfd_table()
[all …]