Searched refs:active_list_head (Results 1 – 2 of 2) sorted by relevance
461 INSERT_INTO_LIST(pool->active_list_head, tmp_session); in meta_get_slot_session()473 INSERT_INTO_LIST(pool->active_list_head, tmp_session); in meta_get_slot_session()514 INSERT_INTO_LIST(pool->active_list_head, new_session); in meta_get_slot_session()537 pool->active_list_head->next == NULL) in meta_release_slot_session()554 REMOVE_FROM_LIST(pool->active_list_head, session); in meta_release_slot_session()
452 slot_session_t *active_list_head; member