Home
last modified time | relevance | path

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

/SCP-firmware-master/framework/test/
A Dtest_fwk_list_remove.c36 fwk_list_remove(&slist, &snodes[0]); in test_slist_remove_on_one()
46 fwk_list_remove(&slist, &snodes[0]); in test_slist_remove_first_of_two()
57 fwk_list_remove(&slist, &snodes[1]); in test_slist_remove_second_of_two()
69 fwk_list_remove(&slist, &snodes[1]); in test_slist_remove_second_of_three()
79 fwk_list_remove(&dlist, &dnodes[0]); in test_dlist_remove_on_one()
89 fwk_list_remove(&dlist, &dnodes[0]); in test_dlist_remove_first_of_two()
101 fwk_list_remove(&dlist, &dnodes[1]); in test_dlist_remove_second_of_two()
114 fwk_list_remove(&dlist, &dnodes[1]); in test_dlist_remove_second_of_three()
/SCP-firmware-master/framework/include/
A Dfwk_list.h166 #define fwk_list_remove(list, node) \ macro
/SCP-firmware-master/framework/src/
A Dfwk_notification.c261 fwk_list_remove(subscription_dlist, &subscription->dlist_node); in fwk_notification_unsubscribe()
A Dfwk_core.c118 fwk_list_remove( in put_event()
/SCP-firmware-master/module/timer/src/
A Dmod_timer.c460 fwk_list_remove(&ctx->alarms_active, (struct fwk_dlist_node *)alarm); in alarm_stop()

Completed in 6 milliseconds