Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpersistent_token.c593 LIST_INIT(&token->object_list); in init_persistent_db()
H A Dpkcs11_token.c668 LIST_INIT(&session->object_list); in entry_ck_open_session()
/optee_os/lib/libutils/isoc/include/sys/
H A Dqueue.h127 #define LIST_INIT(head) do { \ macro