Searched refs:pollfd_table (Results 1 – 1 of 1) sorted by relevance
89 static rsm_pollfd_table_t pollfd_table; variable141 mutex_init(&pollfd_table.lock, USYNC_THREAD, NULL); in _rsm_librsm_init()144 pollfd_table.buckets[i] = NULL; in _rsm_librsm_init()403 mutex_lock(&pollfd_table.lock); in _rsm_insert_pollfd_table()405 chunk = pollfd_table.buckets[hash]; in _rsm_insert_pollfd_table()415 mutex_unlock(&pollfd_table.lock); in _rsm_insert_pollfd_table()426 chunk->next = pollfd_table.buckets[hash]; in _rsm_insert_pollfd_table()427 pollfd_table.buckets[hash] = chunk; in _rsm_insert_pollfd_table()446 mutex_unlock(&pollfd_table.lock); in _rsm_insert_pollfd_table()465 mutex_lock(&pollfd_table.lock); in _rsm_lookup_pollfd_table()[all …]