Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dvirtualization.c342 LIST_INSERT_HEAD(&prtn_list, prtn, link); in virt_guest_created()
454 LIST_INSERT_HEAD(&prtn_destroy_list, prtn, link); in virt_put_guest()
/optee_os/ta/pkcs11/src/
H A Dobject.c229 LIST_INSERT_HEAD(&temporary_object_list, obj, link); in create_object()
278 LIST_INSERT_HEAD(&session->token->object_list, obj, link); in create_object()
282 LIST_INSERT_HEAD(get_session_objects(session), obj, link); in create_object()
H A Dpersistent_token.c648 LIST_INSERT_HEAD(&token->object_list, obj, link); in init_persistent_db()
/optee_os/lib/libutils/isoc/include/sys/
H A Dqueue.h148 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro