Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dobject.h37 LIST_HEAD(object_list, pkcs11_object);
H A Dobject.c28 LIST_HEAD(temp_obj_list, pkcs11_object) temporary_object_list =
/optee_os/core/arch/arm/kernel/
H A Dvirtualization.c30 LIST_HEAD(prtn_list_head, guest_partition);
/optee_os/lib/libutils/isoc/include/sys/
H A Dqueue.h89 #define LIST_HEAD(name, type) \ macro