Home
last modified time | relevance | path

Searched refs:STAILQ_EMPTY (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libutils/isoc/include/sys/
H A Dqueue.h330 if (!STAILQ_EMPTY((head2))) { \
340 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
/optee_os/core/drivers/crypto/versal/
H A Dauthenc.c295 if (STAILQ_EMPTY(&engine.context_list)) in engine_in_use()
/optee_os/core/drivers/
H A Dstm32_gpio.c1681 if (STAILQ_EMPTY(&bank_list)) in stm32_pinctrl_probe()
/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c2026 while (!STAILQ_EMPTY(&fip_sp_list)) { in fip_sp_deinit_all()
H A Dthread_spmc.c2491 if (STAILQ_EMPTY(&lsp_head)) { in spmc_register_lsp()