Searched refs:STAILQ_INSERT_HEAD (Results 1 – 2 of 2) sorted by relevance
2547 STAILQ_INSERT_HEAD(&lsp_head, &optee_spmc_lsp, link); in spmc_init()2551 STAILQ_INSERT_HEAD(&lsp_head, &optee_core_lsp, link); in spmc_init()2839 STAILQ_INSERT_HEAD(&lsp_head, &optee_core_lsp, link); in spmc_init()
277 #define STAILQ_INSERT_HEAD(head, elm, field) do { \ macro