Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotManager.c463 INSERT_INTO_LIST(pool->active_list_head, tmp_session); in meta_get_slot_session()
475 INSERT_INTO_LIST(pool->active_list_head, tmp_session); in meta_get_slot_session()
516 INSERT_INTO_LIST(pool->active_list_head, new_session); in meta_get_slot_session()
539 pool->active_list_head->next == NULL) in meta_release_slot_session()
556 REMOVE_FROM_LIST(pool->active_list_head, session); in meta_release_slot_session()
H A DmetaGlobal.h452 slot_session_t *active_list_head; member