Searched refs:llist (Results 1 – 5 of 5) sorted by relevance
51 struct llist struct55 struct llist *next; argument56 struct llist *prev; argument59 void add_to_list(struct llist **head, struct llist *node);60 void remove_from_list(struct llist **head, struct llist *node);
153 struct llist node; /*!< memory for linked list node structure */166 struct llist *rl_endpoints; /*!< linked list of endpoints */
57 void add_to_list(struct llist **head, struct llist *node) in add_to_list()91 void remove_from_list(struct llist **head, struct llist *node) in remove_from_list()
78 static struct llist *rpmsg_lite_get_endpoint_from_addr(struct rpmsg_lite_instance *rpmsg_lite_dev, … in rpmsg_lite_get_endpoint_from_addr()80 struct llist *rl_ept_lut_head; in rpmsg_lite_get_endpoint_from_addr()120 struct llist *node; in rpmsg_lite_rx_callback()414 struct llist *node; in rpmsg_lite_create_ept()468 node = env_allocate_memory(sizeof(struct llist)); in rpmsg_lite_create_ept()485 add_to_list((struct llist **)&rpmsg_lite_dev->rl_endpoints, node); in rpmsg_lite_create_ept()503 struct llist *node; in rpmsg_lite_destroy_ept()519 remove_from_list((struct llist **)&rpmsg_lite_dev->rl_endpoints, node); in rpmsg_lite_destroy_ept()
21 ${CMAKE_CURRENT_LIST_DIR}/mcux-sdk-middleware-multicore/rpmsg_lite/lib/common/llist.c