Home
last modified time | relevance | path

Searched refs:STAILQ_ENTRY (Results 1 – 8 of 8) sorted by relevance

/optee_os/
H A Dtypedefs.checkpatch34 STAILQ_ENTRY\(.*\)
/optee_os/core/arch/arm/include/kernel/
H A Dsecure_partition.h93 STAILQ_ENTRY(fip_sp) link;
H A Dthread_spmc.h63 STAILQ_ENTRY(spmc_lsp_desc) link;
/optee_os/core/include/kernel/
H A Dlockdep.h26 STAILQ_ENTRY(lockdep_edge) link;
/optee_os/core/drivers/
H A Dstm32_ipcc.c72 STAILQ_ENTRY(ipcc_pdata) link;
H A Dstm32_gpio.c190 STAILQ_ENTRY(stm32_gpio_bank) link;
/optee_os/core/drivers/crypto/versal/
H A Dauthenc.c150 STAILQ_ENTRY(versal_node) link;
167 STAILQ_ENTRY(versal_context_node) link;
/optee_os/lib/libutils/isoc/include/sys/
H A Dqueue.h264 #define STAILQ_ENTRY(type) \ macro